Feeds
질문
Trying to find best fit for cosine curve
Hello, I have 4 data points that I have plotted and are supposed to yield a cosine wave. How do I go about finding the best f...
거의 9년 전 | 답변 수: 1 | 0
1
답변질문
Concatenate a 10x4x40 Double Matrix to 40x4
Hello, I have a matrix A() that is 10x4x40. I would only like the first row of the matrix A(1,:,:) but want to vertically con...
거의 9년 전 | 답변 수: 2 | 0
2
답변질문
Divide 73x400 matrix into 73 1x400 matrices
Hello, I want to create separate matrices of just one row and all of its columns from a 73x400 matrix. So instead of that one...
9년 초과 전 | 답변 수: 1 | 0
1
답변질문
Sorting/Arranging Data Sections in one 48772x15 matrix
Hello, I have a 48772x15 matrix with data in columns 1-14. In column 15 there are 0s with the occasional nonzero number (from...
거의 10년 전 | 답변 수: 2 | 1
2
답변질문
How to pull out and sort data from 48772x15 matrix
Hello, I have a 48772x15 matrix with data in columns 1-14. In column 15 there are 0s with the occasional nonzero number (from...
거의 10년 전 | 답변 수: 1 | 0
1
답변질문
How can use a for loop to name a matrix?
After each iteration of my for loop, a matrix is produced. I want to name that matrix based on the number of the iteration. This...
거의 10년 전 | 답변 수: 2 | 0
2
답변질문
How to graph current Pointer Location
For a current project I am trying to graph a current representation of the pointer from my computer. I know how to get the curre...
거의 10년 전 | 답변 수: 1 | 0