photo

Dhiraj Deshmukh


Last seen: 3 years 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

  • Thankful Level 2
  • Thankful Level 1

查看徽章

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

2

个回答