Community Profile

photo

Urvi


Active since 2012

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Question


Plot a sine function
I am having trouble with entering the following formula into matlab as it is giving me a variety of different error messages. Th...

10 years ago | 2 answers | 0

2

answers

Question


can fsolve be used to generate values of an equation for different time steps?
I want to know whether fsolve can be used to solve an equation of the form, X=somefunction of X. I want to get values of X at di...

11 years ago | 2 answers | 0

2

answers

Question


How to get the output for the following code into the workspace?
My code is as follows: function H = newmain global b1 b2 b3; b1=0; b2=2.0; b3=0.33; options=o...

11 years ago | 1 answer | 0

1

answer

Question


How to give if...then condition ?
How can I give a condition statement for the following case: for A1<=A, e=0 for A1>A, e=5e-03 Now, I want to use ...

11 years ago | 2 answers | 0

2

answers

Question


What are the possible ways to solve the following set of equations?
My equations are as follows: *Algebraic Equations* b1=((b1+(1-exp(-b3)))) b2=b1-y(1) b3=b1+b2+y(2) *Ordinary Diff...

11 years ago | 1 answer | 0

1

answer

Question


I have a Problem while using global variable.
I have a system of equations as follows: dy1/dt = f(y1,a,b,c,d,y2...) . . . . dy6/dt = f(y1,a,b,c,d,y2...) These are ...

11 years ago | 1 answer | 0

1

answer

Question


How to use global variable which is changing in every time step?
I have a particular code which looks like this: function H = newmain global b1 b2 b3 b1=1.0; ...

11 years ago | 2 answers | 0

2

answers

Question


DAE Problem : cannot understand how to find the problem in my code
This is code to solve 6 ode's and 12 algebraic equations. All of them are interdependent. How do I go about it? I keep getti...

11 years ago | 1 answer | 0

1

answer

Question


How to enter an if...else...end statement for a dae problem
This is my m file: **M file** function f=ncs1_dae(t,x) %Input parameters global alpha A AH AI A...

11 years ago | 2 answers | 0

2

answers

Question


how to solve Coupled equations including ODE and algebraic equations?
All my variables are interdependent. How do I pass extra variables for Ode and algebraic equations?

11 years ago | 1 answer | 0

1

answer

Question


Which is a better approach to solve the following set of equations?
I need to understand a logic behind my system of equations. Hence, I am giving an example of the same. Suppose I have to solve t...

11 years ago | 1 answer | 0

1

answer

Answered
Error in using the function
I am sorry if you are unable to understand the problem but I really need some tips to solve this. If you want I could send the m...

11 years ago | 0

Question


Error in using the function
My function is f=ncs1_dae(x) and when I run the function by entering the initial values, tspan,options, etc, I get an error say...

11 years ago | 2 answers | 0

2

answers