Hi guys,
I have a swimming pool which is 2m deep and was wandering whether I will be safe if I dive from 2nd floor which is around 4m high. [I'm 175cm tall and weigh 65kg]
Working out gravitational energy = mg = (65)*10 = 650
Equating to kinetic energy, (1/2)*(65)*v^2 = 650
v=4.47m/s.
I will...
Hello,
I am new to Matlab and got a question to ask.
I have created a .m file which plots a cosine graph.
For simplicity, say
time=0:T/999:T;
x=cos(2*pi*time);
plot(time,x);
Then this will create a plot with cos(2piT) with domain of 0~T.
I will like to export this to other .m file...