Recent content by bear_25
-
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...- bear_25
- Post #9
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
B
MATLAB How Do I Set Boundaries on MATLAB Graphs?
Can you tell me how can i plot the boundaries? I really need help.- bear_25
- Post #7
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
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.- bear_25
- Post #5
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
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.- bear_25
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
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.- bear_25
- Thread
- Matlab Plotting
- Replies: 8
- Forum: MATLAB, Maple, Mathematica, LaTeX