Feeds
질문
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...
대략 11년 전 | 답변 수: 2 | 0
2
답변질문
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...
대략 12년 전 | 답변 수: 2 | 0
2
답변질문
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...
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
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 ...
대략 12년 전 | 답변 수: 2 | 0
2
답변질문
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...
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
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 ...
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
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; ...
대략 12년 전 | 답변 수: 2 | 0
2
답변질문
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...
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 12년 전 | 답변 수: 2 | 0
2
답변질문
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?
대략 12년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 12년 전 | 답변 수: 1 | 0
1
답변답변 있음
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...
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...
대략 12년 전 | 0
질문
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...
대략 12년 전 | 답변 수: 2 | 0