Matlab for loop and cell array help?

Matlab for loop and cell array help?

瀏覽:1332
日期:2025-04-28
the input like any other MATLAB expression, and store the result in x. So if the user inputs: 16 or 8*2 then x will store the number 16 x = input('This is my prompt: ', 's'); will accept the user input as a string and won't interpret it as an expression ....看更多