Dhiraj Deshmukh
Followers: 0 Following: 0
Statistics
3 Questions
0 Answers
RANK
89 269
of 295 689
REPUTATION
0
CONTRIBUTIONS
3 Questions
0 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
0
RANK
of 20 266
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154 317
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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,'*','.*...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
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)+...
ungefär 3 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 3 år ago | 2 answers | 0