Statistics
18 Questions
                        0 Answers
RANK
158.595
                          
                          
of 300.381
                        
REPUTATION
0
                           
                        
CONTRIBUTIONS
                          18 Questions
                          0 Answers
ANSWER ACCEPTANCE 
                            11.11%
                        
VOTES RECEIVED
0
RANK
 of 20.941
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS 
0
ALL TIME DOWNLOADS
0
RANK
of 168.477
CONTRIBUTIONS
                            0 Problems
                            0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to write a function to find a value from a table.
I have a table that looks like this <https://www.ohio.edu/mechanical/thermo/property_tables/air/air_Cp_Cv.html>. I need to writ...
meer dan 9 jaar ago | 1 answer | 0
1
answerQuestion
how to read every nth row in a cell
I read a text and it produced a cell but the numbers in the table i scanned are all over the place. looks something like this. ...
bijna 10 jaar ago | 0 answers | 0
0
answersQuestion
how to read every nth row in a cell
I read a text and it produced a cell but the numbers in the table i scanned are all over the place. looks something like this. ...
bijna 10 jaar ago | 0 answers | 0
0
answersQuestion
how to read every nth row in a cell
I read a text and it produced a cell but the numbers in the table i scanned are all over the place. looks something like this. ...
bijna 10 jaar ago | 0 answers | 0
0
answersQuestion
how do I add headings to my table
I converted a cell array into a table using cell2table then used writetable to put it into a text file. It put in default headin...
bijna 10 jaar ago | 1 answer | 0
1
answerQuestion
transfer a table into a text file
I have converted the cell of different data types(char, string, double) into a table; dose anyone know how I can transfer the ta...
bijna 10 jaar ago | 1 answer | 0
1
answerQuestion
how to i delete the rows in a cell
I have a really large 7231x11 cell with some empty rows. Is it possible for me to delete those empty rows.
bijna 10 jaar ago | 1 answer | 0
1
answerQuestion
spliting up a char array
If I have a char variable... say x=2.1*3C how can i get 2.1 by itself as its own variable
bijna 10 jaar ago | 2 answers | 0
2
answersQuestion
How do you print a cell matrix of different data types into a txt file
It has 11 columns and about 7000 rows. the first row is full of char type data. after the first row the 1st, 2nd, 5th-11th are a...
bijna 10 jaar ago | 1 answer | 0
1
answerQuestion
How can I convert a char into numbers
if i have a char of numbers at a point in a cell .... say 123519. how can i change it into numbers(its actually a time). how can...
bijna 10 jaar ago | 1 answer | 0
1
answerQuestion
If i have an empty pre-allocated 16x11 matrix how can i add headers across the first row?
I tried this but it didn't work D = cell(16,11); d{1}{:} = {'a','b','c','d','e','f','g','h','i','j','k'}
bijna 10 jaar ago | 1 answer | 0
1
answerQuestion
Read a text file for a particular thing and put it in your code as a string
I have a long list of GPS data that looks like this . . . $GPGGA,191313.000,3237.0423,N,08526.2246,W,1,09,0.9,241...
bijna 10 jaar ago | 1 answer | 0
1
answerQuestion
matrix multiplication with integral
I am trying to multiply and integrate three functions a is 1x5 c is 5x18 b is 18x1 I keep puting it in matlab as a.*int(c*...
ongeveer 10 jaar ago | 1 answer | 0
1
answerQuestion
Why won't my code run? Matlab just says its busy when i run it?
<</matlabcentral/answers/uploaded_files/37114/save.png>> when i put this in the command window I matlab just keeps saying its...
ongeveer 10 jaar ago | 2 answers | 0
2
answersQuestion
How to print text onto figures
how can I print rho0_30, rho0_60, and rho0_90 on to my plot next to Cp0_30, Cp0_60, and Cp0_90 respectively. % Constants ...
ongeveer 10 jaar ago | 1 answer | 0
1
answerQuestion
How to properly import data from excel documents and graph them?
<</matlabcentral/answers/uploaded_files/37093/a.png>> I have about 27 of these types of excel files from a wind tunnel experi...
ongeveer 10 jaar ago | 1 answer | 0
1
answerQuestion
how to use excel data in matlab
I have about 8 excel of data that i need to incorporate into my code. I need to equal the second column of the files as my y axi...
ongeveer 10 jaar ago | 0 answers | 0
0
answersQuestion
Why won't my code run.
My code keeps giving me the error Error using bisec (line 5) Not enough input arguments. I don't understand what am doing...
ongeveer 10 jaar ago | 1 answer | 0
