Question: How can I make a table having this as the set up. I was trying to make it but I am having this error. Please
How can I make a table having this as the set up. I was trying to make it but I am having this error. Please someone help!
n=[0.035;0.020;0.015;0.030;0.022] S=[0.0001;0.0002;0.0010;0.0007;0.0003] B=(10; 8;20;24:15] H=[2;1;1.5;3;2.5] U=((S.40.5).).*(B. *H./(B+2*H)).^(2/3) str'n','S','B','1','U'l 4 - 5- 6 - Command Window You might have intended to create a one-row table with the character vector 'n' as one of its variables. To store text data in a table, use a string array or a cell array of character vectors rather than character arrays. Alternatively, create a cell array with one row, and convert that to a table using CELL2TABLE. >> cell2table Not enough input arguments. Error in cell2table (line 29) if viscell(c) 11 rismatrix(c) >> str['n','S','B', 'H','U'] str['n','S','B', 'H','U'] 1 Error: Invalid expression. When calling a function or indexing a variable, use parentheses. Otherwise, check for mismatched delimiters
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
