skip to main
|
skip to sidebar
Junxian's Tech Blog
Welcome here I'm dumping random tech articles into this blog
Monday, January 30, 2012
Can I make MATLAB code run silently?
Can I make MATLAB code run silently, without producing any intermediate results or showing any values of matrix or variables?
Yes, the answer is amazingly simple.
Add a semicolon ";" to the end of every line of code
That's it:)
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)
Total Pageviews
Popular Posts Last 7 Days
How to upgrade Java from 1.5 to 1.6 on Mac OS X 10.4+
This is really simple. Run the following command Step 1: rm /usr/bin/java (if you are concerned, make a copy to backup) Step 2: "sudo l...
Why google don't index my forum powered by phpbb 3.0.4 www.dotaart.com
Tried really hard to solve the dynamic link problem. Finally resolved it with the help of Advanced phpBB3 SEO mod Rewrite Don't forget t...
Notes for tcpdump
Note 1 I run tcpdump in iphone to listen to the packet traffic I run "tcpdump -vvv -i en0 > en0" and "tcpdump -vvv -i pd...
Start to learn Perl: Difference between single-quote and double-quotes
$s = 1; print '$sAND\n'; will result in $sAND\n While print "$s \n"; will result in 1AND In single-quote, compiler leaves...
Top 500 most popular websites full list in plain text
I just wrote a java program to output the 500 most popular websites full list in plain text for programming purposes. Any one who in need of...
Blog Archive
►
2014
(2)
►
March
(2)
▼
2012
(1)
▼
January
(1)
Can I make MATLAB code run silently?
►
2011
(4)
►
March
(1)
►
February
(1)
►
January
(2)
►
2010
(6)
►
November
(1)
►
September
(1)
►
May
(1)
►
March
(1)
►
February
(2)
►
2009
(30)
►
December
(2)
►
November
(4)
►
October
(1)
►
September
(2)
►
August
(1)
►
July
(2)
►
June
(1)
►
May
(2)
►
March
(7)
►
February
(3)
►
January
(5)
►
2008
(21)
►
November
(4)
►
October
(17)
Subscribe
Posts
Atom
Posts
All Comments
Atom
All Comments