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)
約4年 前 | 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 ...
約4年 前 | 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...
約4年 前 | 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 ...
約4年 前 | 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...
約4年 前 | 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);
約4年 前 | 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...