Community Profile

photo

Richard Cheung


Last seen: 3 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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

4 years ago | 0 answers | 0

0

answers

Question


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: '],...

4 years ago | 1 answer | 0

1

answer