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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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...
거의 11년 전 | 답변 수: 1 | 0
