Recent content by duff8000

  1. D

    MATLAB Matlab fsolve: Solving a System of Non-Linear Equations - Need Help!"

    Oh yea forgot to say that in order to check, i type " methylene " in the command window and it pops out with the correct value that I assigned...dont kno if this means anything tho...
  2. D

    MATLAB Matlab fsolve: Solving a System of Non-Linear Equations - Need Help!"

    Alrite was workn on it a bit newest code is posted below (not really sure if i changed much) function f = HWFivexx (m1,m2,m8,m10L,m10V,m14,T2,T4,T5,T6,T7,T10,T12,T13,cp4,cp13,P4,P13,h5,h6,h6g,h7,h8,h10L,h10V,h11,h12,mpropane,methylene) %Well Here It Goes... % T-Joint No.1...
  3. D

    MATLAB Matlab fsolve: Solving a System of Non-Linear Equations - Need Help!"

    Hey all, new here, lookin for some help with matlab, pretty much no experience. Gotta solve a system of 29 non-linear equations so here is what i was thinkin. I made a m-file with func which has each "guess/starting point" set to a variable. Then this function puts all of these into a matrix...
Back
Top