Feeds
提问
How can I parse the string to extract numbers into two matrices
Hello, I have the following string that I need to parse in order to extract the numbers into two different arrays. The strin...
10 years 前 | 1 个回答 | 0
1
个回答提问
Need Help in generating plots
Hello, I am new to Matlab Environment. I just created an inline function as follows and plotted a graph for it. p=inline...
10 years 前 | 1 个回答 | 0
1
个回答提问
Error in plotting the graph
Hello, I am trying to plot the a graph and my syntax is as follows (Saved in A3): x = [-2:0.01:2] y = f3(x) plot (x,y,...
12 years 前 | 1 个回答 | 0
1
个回答提问
Need to find x intercepts Using Matlab
Hi, I have the following function and I am supposed to find the # of x intersects within the domain of [-20, 5]. 3*x^2-1...
12 years 前 | 1 个回答 | 0
