Feeds
已回答
How to make a colorbar for a Fill3 plot resembling surf
So, I compared my plot (using fill3) to the similar plot with surf with the get() function and noticed that my cdata is empty an...
How to make a colorbar for a Fill3 plot resembling surf
So, I compared my plot (using fill3) to the similar plot with surf with the get() function and noticed that my cdata is empty an...
10 years 前 | 0
提问
How to make a colorbar for a Fill3 plot resembling surf
So previously I asked about making a surf style plot with the center of the square being the point of interest as oppose to usin...
10 years 前 | 1 个回答 | 0
1
个回答已回答
Splitting up a matrix into X sizes/ based on specified values in a matrix
Logical indexing is one way. Both Doug and Loren have a mini tutorial on it. To get say all elements of X(1,:), that are say 0-5...
Splitting up a matrix into X sizes/ based on specified values in a matrix
Logical indexing is one way. Both Doug and Loren have a mini tutorial on it. To get say all elements of X(1,:), that are say 0-5...
11 years 前 | 0
提问
Surface plots and mesh
% So here is the problem, Say I have the following arrays: x = [1, 2, 3]; y = [1, 2, 3]; A = [1, 1, 1; 1, 2, 1; 1, 1,...
11 years 前 | 1 个回答 | 0
1
个回答已回答
Hungarian Algorithm! Removing rows and comluns from matrix
So you are after: [50, 25; 5, 10; 65,65] ? [nRowsA, nColsA] = size(A); ca = [1 3]; la = 1; nRowsOut = ...
Hungarian Algorithm! Removing rows and comluns from matrix
So you are after: [50, 25; 5, 10; 65,65] ? [nRowsA, nColsA] = size(A); ca = [1 3]; la = 1; nRowsOut = ...
12 years 前 | 0
| 已接受
已回答
Combining text files
How many files do you have? Are they all named and structured the same way? First step: Help >> Product help >> By categ...
Combining text files
How many files do you have? Are they all named and structured the same way? First step: Help >> Product help >> By categ...
13 years 前 | 0
已回答
How do I get help on homework questions on MATLAB Answers?
This is not an answer as such but something I think will be a useful function. Many times I have asked various questions - usua...
How do I get help on homework questions on MATLAB Answers?
This is not an answer as such but something I think will be a useful function. Many times I have asked various questions - usua...
13 years 前 | 1