how would i write script to graph the 't' and 'y' values?
Show older comments
figure;
load('ALL_DATA.mat','Box40');
subplot(3,1,1);
plot();
legend('t','y');
title('Testbox');

Answers (2)
Categories
Find more on 2-D and 3-D Plots in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!