Statistics
3 Questions
0 Answers
RANK
234,231
of 301,432
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
of 21,280
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 174,555
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Question
Matlab Meshgrid color map plotting
This seems like a long question, but I do believe it's a simple one... I am a matlab beginner and I urgently need to solve it fo...
9 years ago | 0 answers | 0
0
answersQuestion
Color map plotting, Error using surf() Data dimensions must agree
I am trying to make a colour map plot using the following code: [x,z] = meshgrid(0:100:600,0:100:600); mm = size(z);...
9 years ago | 1 answer | 0
1
answerQuestion
Beginner: (ERROR):surf plot: Z must be a matrix, not a scalar or vector
I want to have a 2-D color map plot, with following code, but it keeps returning me this error, could anyone help me x = 0:...
9 years ago | 1 answer | 0