Community Profile

photo

Baalzamon


Active since 2011

Followers: 0   Following: 0

Message

Statistics

All
  • Knowledgeable Level 1
  • First Answer
  • Commenter
  • Promoter
  • Solver

View badges

Feeds

View by

Answered
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 ago | 0

Question


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 ago | 1 answer | 0

1

answer

Answered
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...

10 years ago | 0

Question


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 ago | 1 answer | 0

1

answer

Answered
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 = ...

11 years ago | 0

| accepted

Answered
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 ago | 0

Answered
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 ago | 1