Feeds
提问
can someone explain me this code please?
clc; clear all; close all; f=@(x)x.^3; a=1;b=2; n=1.25; h=(b-a)/n; p=0; for i=a:b p=p+1;...
10 years 前 | 1 个回答 | 0
1
个回答提问
How to plot point x on a line
i am new in matlab i want to highlight point intersection point on a line in graph i can plot a point but not able to plot the p...
10 years 前 | 2 个回答 | 0