Feeds
已回答
Plotting a user defined functions variables
clc; close all; clear all; x = linspace(0,4); y1 = x.^3 -2*x-5; plot(x,y1); pause(4);
Plotting a user defined functions variables
clc; close all; clear all; x = linspace(0,4); y1 = x.^3 -2*x-5; plot(x,y1); pause(4);
3 years 前 | 0
