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년 전 | 0
