Feeds
提问
3 column vector countourf plot error
I have a 3 column vector. I plot a contourf colormap but i have an error as i show below. Here is my code: xi=linspace(min(x...
7 years 前 | 1 个回答 | 0
1
个回答提问
How can i use roots function with a 100x3 matrix
I have a nx3 matrix. n rows and 3 columns. Every elements in a row are coefficents of a polynomial. I want to get roots for eve...
7 years 前 | 1 个回答 | 0
1
个回答提问
For loop question with matrix
I have a matrix as below called A (60x3 double) A = [10 3.5 -34.66 9 3.5 -35.6 8 ...
7 years 前 | 2 个回答 | 0
2
个回答提问
Multidimensional matrix to use for loop
I have a multidimensional matrix which is X. when i type X in command window the answer is below. X(:,:,1) 10 5 2 5 3 1 X(...
7 years 前 | 1 个回答 | 0
1
个回答提问
Group cell array and vector for "for loop and if statement"
I want to choose submatrices from the table below. For example, i want to choose first E01 values from column "Name" and afte...
7 years 前 | 2 个回答 | 0
