Feeds
提问
How do you use function handles on polynomial functions?
I get an error message on this.... fplot(@x^2 + 3*x +3,[0, 10])
12 years 前 | 1 个回答 | 0
1
个回答提问
Can you open a file that is not in your matlab directory with the fopen function?
From your desktop forexample? Do you have to specify it's location to fopen, the filename alone seems to not be enough.
12 years 前 | 1 个回答 | 0
1
个回答提问
Is it possible to enter a mathematical expression/function as an input to a user defined function
Forexamples something in the lines of function return_value = function_name( (f(x), 2nd paramaeter, 3rd paramter)) where ...
12 years 前 | 1 个回答 | 0
1
个回答提问
How do you replace the entry of a matrix with a string?
I'm a little stuck
12 years 前 | 3 个回答 | 1
