Community Profile

photo

João Micheletti


Last seen: 대략 1년 전 2021년부터 활동

Followers: 0   Following: 0

통계

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


How can I plot 3 variable function with f(x,y,z) being represented by the color, using colorbar?
I'm using this command:

거의 3년 전 | 답변 수: 1 | 0

1

답변

질문


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); ...

거의 3년 전 | 답변 수: 1 | 0

1

답변