Feeds
질문
Rearranging and printing matrices
Hello! I'm stuck on a problem that I thought would be really simple. I have a matrix A = 8 1 6 3 5 7 ...
14년 초과 전 | 답변 수: 1 | 0
1
답변질문
assigning (numerical) names to multiple eigenvectors
Hello! I have a a 3-d matrix (called 'newmatrix') of 28, 12x12 matrices. I am trying to get the eigenvalues and eigenvectors fo...
14년 초과 전 | 답변 수: 1 | 0
1
답변질문
standard deviation of a 3d matrix
Hello! I have a 3-D matrix (test = rand[3,3,4]) and I want to get the standard deviation of each cell going through the 3rd d...
14년 초과 전 | 답변 수: 1 | 1
1
답변질문
plotting selected lines from a matrix
Hello! This was from a response last week from Sean de for plotting 9 2-D lines for a 3x3x4 matrix: test = repmat(magic(3),...
14년 초과 전 | 답변 수: 2 | 0
2
답변질문
plotting 3-D data in 2-D
Hi again, I have a 3D matrix (test=rand(3,3,4)) and I'm trying to plot each 2D entry through the third dimension [i.e. plot n...
14년 초과 전 | 답변 수: 1 | 0
1
답변질문
Printing in matrix form
Hi! I'm trying to neatly display the means of a 3-D matrix, but can't get the results to print as a 2-D matrix. test = rand(...
14년 초과 전 | 답변 수: 1 | 0
1
답변질문
Rearranging matrices
Hi! I am working with a 168x6 matrix that is actually just 28 monthly 6x6 matrices stacked on top of each other. To get the dat...
14년 초과 전 | 답변 수: 3 | 1
