Converting array to column matrix
How can we convert the below array (50*50) into a column array which only has the first column (50*1)
3 years 前 | 1 个回答 | 0
1
个回答
提问
Help with graph plotting
I am getting the below strange horizontal line starting from 0 to the other end while plotting a curve.
Any idea why would ...
3 years 前 | 1 个回答 | 0
1
个回答
提问
REgarding plotting of graph in matlab
How do we change the lower limit of the y axis on the graph below?
I wanted the y axis to start from 15 and not from 0. Can w...
3 years 前 | 1 个回答 | 0
1
个回答
提问
Calculating the mathematical expression
I have to calculate the value of an expression (x) for a range of inputs y and z and plot the output separately with respect to ...
3 years 前 | 1 个回答 | 0
1
个回答
提问
Error in implementation matrix dimension
I am trying to implement the below code but it shows matrix dimension error. Why is that?
A = linspace(10,1000,100);
recipro...
3 years 前 | 1 个回答 | 0
1
个回答
提问
To find the similar function
Is there a function (excluding the below) which can do similar task like:
y = zeros(1500,500);
3 years 前 | 1 个回答 | 0
1
个回答
提问
How to solve the below numerical
How to solve the below equation for x and plot the values of x with respect to y and z where y varies from 100 - 500 and z varie...