Statistics
3 Questions
0 Answers
RANK
147,397
of 298,219
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20,548
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 160,571
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
How to generate a surface by a function defined by two sentences?
I would like to generate a graphic like this: (I'm using >> [X,Y]= meshgrid(0:0.01:1,0:0.01:1); surf(X,Y,X.*Y); colorbar. To ...
3 years ago | 0 answers | 0
0
answersQuestion
How can I plot 3 variable function with f(x,y,z) being represented by the color, using colorbar?
I'm using this command:
4 years ago | 1 answer | 0
1
answerQuestion
How to make graphic get the same color as the colorbar?
I'm using this command: >> datl=importdata('D:\Testes\testes_feitos\poisson_numerico.txt'); >> x=datl(:,1); >> y=datl(:,2); ...
4 years ago | 1 answer | 0