This website requires JavaScript.
Explore
Help
Sign In
biss
/
matlab-learning
Watch
1
Star
0
Fork
0
You've already forked matlab-learning
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
477d4d1668a1b9036498ee47e0552a6de605f452
matlab-learning
/
plot_learn.m
bisnsh
49047b316d
Initial commit
2025-10-10 17:29:33 +08:00
3 lines
34 B
Matlab
Raw
Blame
History
x
=
(
1
:
1
:
20
)
;
y
=
x
/
3
;
plot
(
x
,
y
)
Reference in New Issue
View Git Blame
Copy Permalink