Y
Hacker News
new
|
ask
|
show
|
jobs
by
siproprio
1918 days ago
> Matlab which probably takes about 15 seconds just to open the editor
Try this:
matlab -nosplash -nodesktop -r "tic; fplot( @(x) [sin(x) cos(x)]); toc"
2 comments
cbolton
1915 days ago
This took 25 seconds on my laptop (15 seconds the second time, when the filesystem was warm).
link
eigenspace
1918 days ago
I believe that's still not going to capture the startup time of Matlab itself, right?
link
siproprio
1918 days ago
It's faster than opening the editor, though.
link