Feeds
已回答
Extracting data from Contour plots
Try this code. [c2,h2] = contour(xi,yi,zi,...); % your contour plot c_lev=h2.LevelList; % get all contour levels ind=fi...
Extracting data from Contour plots
Try this code. [c2,h2] = contour(xi,yi,zi,...); % your contour plot c_lev=h2.LevelList; % get all contour levels ind=fi...
4 years 前 | 1