Recent content by rem88
-
R
MATLAB Matlab Beginner: Equations with Multiple Variables
Im a begginer at Matlab and have a simple question. I have a equation with lots of variables that can be easily entered incorrectly. Therfore i was going to split up the term. For example if i have y = x^(6Z+2) i was going to put the m file as y=x^u u = 6Z + 2 then z = 3 for...- rem88
- Thread
- Beginner Matlab Multiple Multiple variables Variables
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
R
MATLAB Understanding Basic MATLAB Functions: How to Use and Define Them
Thanks, the links you have posted look very helpul. Than you :smile:- rem88
- Post #4
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
R
MATLAB Understanding Basic MATLAB Functions: How to Use and Define Them
Sorry, just figrued it out, i have to put in u(2) But does anyone know how i know use this to put into a differentail equation (useing ODE45) to generate a new value for s. (which will b e used again in the differential)- rem88
- Post #2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
R
MATLAB Understanding Basic MATLAB Functions: How to Use and Define Them
Hi, sorry to ask this, i know its really simple. I tried to look online for help but i couldn't understand why i was going wrong. I have a function u = [0.25*s]/[0.005 + s] I put this in a .m file. I am going to use this by puting an initial value (so) into find u. Then u is used in a...- rem88
- Thread
- Function Matlab
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX