Community Profile

photo

Long Hoang Van


Last seen: 2 years ago Active since 2021

Statistics

  • Explorer
  • First Answer

View badges

Content Feed

View by

Answered
How do I control the min and max values for colorbar within an m-file.
scatter(2:9, 2:9, [], 2:9, 'filled') colorbar caxis([1 10])

2 years ago | 0

Answered
Plotting two contourf plots on the same plot
clear all;clc; x=-pi:0.1:pi; y=x; [X,Y]=meshgrid(x,y); load('motorization_data.mat','Z1','Z2') figure(1) contourf(X,Y,Z1,[...

2 years ago | 0