Feeds
提问
Matrix manipulation coding with If and for loops
I have a n x 2 matrix. I want to basically look at adjacent number in the column one and if the difference in the values is grea...
10 years 前 | 0 个回答 | 0
0
个回答提问
How to insert a blank column in the matrix
Hi All, I have a matrix X [1 2 3 4 5]. How do I insert a blank column in between? Eg X = [1 2 3 (blank) 4 5] Thanks,...
10 years 前 | 2 个回答 | 0
2
个回答提问
Copy particular column from an array
Hi I have an a matrix Y = [ 1 1 1 1 1; 2 3 4 5 6]. How do I copy just the first three values in column 2 into a new matrix ...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to get X and Y values from a Graph
Hi, I plotted a graph of X vs Y in Matlab. I want to get the X and Y values at these points and store them in a text file.I need...
10 years 前 | 1 个回答 | 0
