Skip to content
Snippets Groups Projects
Commit 0d6f7797 authored by vand's avatar vand
Browse files

Upload New File

parent ed3bca9d
No related branches found
No related tags found
No related merge requests found
%% module 2, example 0
a = 50;
b = sqrt(a);
disp(b)
%% composition
disp(sqrt(50))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment