کد متلب (MATLAB) : مثال شماره 10
کدهای متلب :
clear all
close all
clc
[x,y,z] = peaks;
pcolor(x,y,z)
shading interp
hold on
contour(x,y,z,20,'k')
hold off
close all
clc
[x,y,z] = peaks;
pcolor(x,y,z)
shading interp
hold on
contour(x,y,z,20,'k')
hold off
نتیجه :
منبع کدها :
کتاب MATLAB 7 Getting Started Guide - صفحه 113 از فایل pdf کتاب
دسته بندی
انواع رسم شکل در متلب
نظرات 0 0 0