Feeds
提问
Creating a MATLAB Plot with a varying variables?
Hey guys, I have been asked by my organization to make a plot of the function y= x^m on MATLAB. I essentially have to use Mat...
10 years 前 | 2 个回答 | 0
2
个回答提问
How do I create a Matlab 10x10 matrix of numbers 1-100?
How do I create a Matlab 10x10 matrix that contains the numbers 1-100 in column major form? I am not allowed to use the colon op...
12 years 前 | 1 个回答 | 0
1
个回答提问
I am trying to create a matlab variable that correlates with a vector.
The given vector in my problem is v34= [1:100}. I have to create a MATLAB variable v1 that adds 9 to each one of its 100 element...
12 years 前 | 1 个回答 | 0
1
个回答提问
How do I generate a vector that has 10000 terms?
I have tried generating a vector variable that is supposed to have the assigned variables 1, 1/2, 1/3, 1/4, 1/5... 1/10,000. It ...
12 years 前 | 1 个回答 | 0
