how would i write script to graph the 't' and 'y' values?
이전 댓글 표시
figure;
load('ALL_DATA.mat','Box40');
subplot(3,1,1);
plot();
legend('t','y');
title('Testbox');

답변 (2개)
카테고리
도움말 센터 및 File Exchange에서 2-D and 3-D Plots에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!