Emily Vasquez
Followers: 0 Following: 0
Feeds
提问
how can I see the x and y value table from an equation on matlab
x = 0:50:50; y1 = 4*x; y2= 100-4*x; plot(x,y1,'g',x,y2,'b') grid on this allows me to plot the data but I want to be able ...
5 years 前 | 1 个回答 | 0