This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
Labrador
mirror of
https://github.com/EspoTek/Labrador.git
Watch
1
Star
0
Fork
You've already forked Labrador
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ae34eaf692
Labrador
/
Old Matlab Interface
/
plotyy_test.m
11 lines
100 B
Matlab
Raw
Blame
History
a
=
1
:
100
b
=
101
:
200
for
k
=
1
:
100
plot
(
1
,
1
)
end
tic
hold
on
plot
(
a
,
b
)
stairs
(
a
,
b
)
toc
Reference in New Issue
View Git Blame
Copy Permalink