Test 0
This is a test¶
This is a text
This is my customization:
\begin{equation} C_L = \frac{L}{\bar{q}_\infty S } \end{equation}
In [4]:
Copied!
this_folder = eval('pwd')
path(path,[this_folder])
this_folder = eval('pwd')
path(path,[this_folder])
Out[4]:
this_folder = 'F:\agodemar\Flight_Dynamics_Book_Companion\docs\Chapter_02'
In [5]:
Copied!
% execute a script in the current folder
myscript
% execute a script in the current folder
myscript
Hello from myfunc!
This is another text cell¶
Bla bla
In [6]:
Copied!
x = linspace(0,2*pi,50);
y = sin(x);
figure(1)
plot(x,y)
xlabel(" $x$ (m)")
x = linspace(0,2*pi,50);
y = sin(x);
figure(1)
plot(x,y)
xlabel(" $x$ (m)")
Out[6]: