Write a MATLAB program, including creating a script and a function.
Get a Free MATLAB Trial: https://goo.gl/C2Y9A5
Learn MATLAB for free: https://goo.gl/xIiHyG
Ready to Buy: https://goo.gl/vsIeA5
Amazon Auto Links: No products found.
Write a MATLAB program, including creating a script and a function.
Get a Free MATLAB Trial: https://goo.gl/C2Y9A5
Learn MATLAB for free: https://goo.gl/xIiHyG
Ready to Buy: https://goo.gl/vsIeA5
Amazon Auto Links: No products found.
Author: MATLAB
Like or Comment if you’re studying engineering
what does x=1:10 mean?
Very simple & clear explanation. Thank you
Better than my actual tutor
why should the function’s name be the seme as the file’s name?
% can somebody help me to execute this programme…..thanks in advance
format long;
clc;
H=0.15;
G=9.8;
C=0.46;
M=0.0039;
R=0.0075;
RHO=1.2;
S=0;
V=1;
PI=22/7;
G=9.8;
A=G-((0.5*C*RHO*PI*R*R*V*V)/M);
V=V+H*A;
S=S+H*V;
plot(G,A,G,V,G,S)
can someone help me please guys….the ‘current folder’ has disapered from the screen…can someone tell me how can i get it back? thanks for the help