MATLAB Arduino Tutorial 18 - 2D Animations in MATLAB using fill() - Scaling and Translation

preview_player
Показать описание

Configuration:
- Matlab R2012a
- Matlab fill()

Рекомендации по теме
Комментарии
Автор

when I used the triangle iin my matlab 2009b it shows "Error in ==> fill at 3
fill(x, y, 'g');"
My code is 
x=[0, 0.5, 1];
y=[0, 1.5, 0];
fill(x, y, 'g');
figure;
hold on;
axis equal;

AvinashRavi
Автор

hello
I have problem with fill
i nedd to fill a Circl
i need plot a Colorful Circl

amirkhodabakhshi
Автор

2D Animations - Scaling and Translation

matlabarduino