Recent content by bear_25

  1. B

    MATLAB How Do I Set Boundaries on MATLAB Graphs?

    Well, i have done this graph in MATLAB: rA = 25; kA = 2; hAmax = 7; rB = 40; kB = 4; hBmax = 27; rC = 60; kC = 5; hCmax = 55; R = 200; i = 0; %% for dR = 0:0.001:4 i = i + 1; hA(1,i) = rA*(1 - cos(asin((sqrt(2*R*dR + dR.^2) + rA*sin(acos((rA - kA)/rA)))/rA))) - kA...
  2. B

    MATLAB How Do I Set Boundaries on MATLAB Graphs?

    Can you tell me how can i plot the boundaries? I really need help.
  3. B

    MATLAB How Do I Set Boundaries on MATLAB Graphs?

    well, i need to plot this two graph in MATLAB, but i don t know how.
  4. B

    MATLAB How Do I Set Boundaries on MATLAB Graphs?

    Thanks. no, i am confused how to write this in Command Window in MATLAB, because for now i just start to use MATLAB.
  5. B

    MATLAB How Do I Set Boundaries on MATLAB Graphs?

    Hello, i am new in using MATLAB, and i stuck with these two graphs (attached). Can anyone help me, please. Thank you.
Back
Top