Community Profile

photo

Emily Vasquez


Last seen: ungefär 4 år ago Active since 2020

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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 ...

ungefär 4 år ago | 1 answer | 0

1

answer