Community Profile

photo

me


Active since 2015

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

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...

7 years ago | 1 answer | 0

1

answer

Question


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. ...

8 years ago | 0 answers | 0

0

answers

Question


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. ...

8 years ago | 0 answers | 0

0

answers

Question


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. ...

8 years ago | 0 answers | 0

0

answers

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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.

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 2 answers | 0

2

answers

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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'}

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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*...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 2 answers | 0

2

answers

Question


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 ...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 1 answer | 0

1

answer

Question


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...

8 years ago | 0 answers | 0

0

answers

Question


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...

8 years ago | 1 answer | 0

1

answer