Feeds
提问
Please amend my code :(
I want V when x=5000 but something wrong... please amend my code clear all close all grav=9.81; theta=pi/4; v=20...
4 years 前 | 1 个回答 | 0
1
个回答提问
Please fix my code
to solve y'=t(y.^2-4) I try like this. but something was wrong... Amend pls...... clear all [x,y]=meshgrid(linspace(0,3,100)...
4 years 前 | 0 个回答 | 0
0
个回答提问
Please change this code from inline to function.
clear all clc format short f1=inline('2*x.^3+y.^3+x.*y-6'); f2=inline('x.^3-y.^3+x.*y-4;'); clear i X0=[i 1+i]; X1=[...
4 years 前 | 1 个回答 | 0
