Anonymous Learner
2015년부터 활동
Followers: 0 Following: 0
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;...
9년 초과 전 | 답변 수: 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...
9년 초과 전 | 답변 수: 2 | 0