Dhiraj Deshmukh
Followers: 0 Following: 0
Feeds
提问
in this code for solving ODE using ode45, I am having problem with 'inline' function. Which function can be used instead of it?? Kindly guide me about it..
function dy= myodein dy=zeros(1,1); clear all; ytemp2= input('Enter the RHS of dy/dt: ', 's'); ytempi= strrep(ytemp2,'*','.*...
3 years 前 | 1 个回答 | 0
1
个回答提问
I am trying to solve Nonlinear systems of equations using Newton-Raphson method, having problem while using newtmult function. Please guide me to correct my code.
function [J,f]=jfreact(x,varargin) del=0.000001; df1dx1=(u(x(1)+del*x(1),x(2))-u(x(1),x(2)))/(del*x(1)); df1dx2=(u(x(1),x(2)+...
3 years 前 | 1 个回答 | 0
1
个回答提问
I am trying to solve 3 simultaneous ODE's. Which method to use?
I am trying to solve 3 simultaneous ODE's. Which method should be used to solve these equations?? I have tried to solve it usin...
3 years 前 | 2 个回答 | 0