Recent content by rem88

  1. 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...
  2. R

    MATLAB Understanding Basic MATLAB Functions: How to Use and Define Them

    Thanks, the links you hav posted look very helpul. Than you :smile:
  3. 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)
  4. 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...
Back
Top