Feeds
提问
How to store column data output from matlab to excel sheet (in the same sheet and different columns)?
Hi i am doing a simulation which runs for 100 iterations. In each iteration, the simulation outputs a single column vector data ...
8 years 前 | 1 个回答 | 0
1
个回答已回答
How can I sort the rows of a matrix in descending order in MATLAB 7.0.1 (R14SP1)?
Hi, will this work if the elements in the first column include '0', example if A=[7 1;2 4;5 1;0 1;0 2]; Then will it give answer...
How can I sort the rows of a matrix in descending order in MATLAB 7.0.1 (R14SP1)?
Hi, will this work if the elements in the first column include '0', example if A=[7 1;2 4;5 1;0 1;0 2]; Then will it give answer...
8 years 前 | 0
提问
how to find the row wise maximum and minimum values of equal sized matrices in a cell array
Hi, I have a cell array containing 2 equal sized matrices a=[1 2 3;3 4 5]; b=[5 4 6;7 6 9]; c={a,b}; now i need to find the...
8 years 前 | 1 个回答 | 0