Feeds
提问
Creating a function that uses contains to check a string then convert to syms
The title wording is a bit confusing but here is the rundown. I have an input that looks like this: inputmsg = 'Enter a functi...
6 years 前 | 0 个回答 | 0
0
个回答提问
Setting variable names inside function based on input arguement in MATLAB
I have code that looks like this: str = ''; x = NaN; while isnan(x) x = str2double(input([str, 'Enter a value for x: '],...
6 years 前 | 1 个回答 | 0
