Programming Languages:
MATLAB
Spoken Languages:
English
MATLAB
Spoken Languages:
English
Feeds
문제를 풀었습니다
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
거의 2년 전
답변 있음
plot analytical solution with two solutions
I would use the fplot command. The documentation can be found here. For your example, a solution could be f = @(y) y*exp(-y^2/...
plot analytical solution with two solutions
I would use the fplot command. The documentation can be found here. For your example, a solution could be f = @(y) y*exp(-y^2/...
대략 3년 전 | 0


