Please enable JavaScript.
Coggle requires JavaScript to display documents.
Intro to MATLAB (vars (can store vars (works the same as java w assignment…
Intro to MATLAB
vars
-
-
-
when you append a semicolon (;) at the end of a command, the result is not displayed
to the Command Window, but when we omit the semicolon, MATLAB displays the result
-
-
user input
x = input(prompt) OR
str = input(prompt,'s')
-
-