Book a Demo!
Store
Features
Docs
Share
Support
News
About
Policies
Sign Up
Sign In
Edit Copy
Download
Star
3
📚 The CoCalc Library - books, templates and other resources
📚 The Library - Shared Public Version
cocalc-examples
/
cocalc-example-files
/
octave
/
myfirst.m
1
3
2
9
2
4
views
License:
OTHER
Tweet
Share
Share
1
clear
2
a
=
2
;
3
b
=
3
;
4
c
=
a
+
b
;
5