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
Amazed by twitter
Want to do sth with it's api
Remote desktop from Mac OS X 10.5 laptop to Ubuntu linux 8.10 desktop server via VNC
I have a Macbook and want to connect to my ubuntu desktop machine via remote desktop. It seems really trivial to do this. Step 1. Open remot...
How to connect G1 GPhone Android T-Mobile with Computer via USB
This is really a simple task. Just connect USB with you gphone and you computer via USB cable. Then in the phone's notification area (on...
(no title)
I'm using AFNetworking to access a HTTPS website. AFHTTPRequestOperationManager *manager = [ AFHTTPRequestOperationManager mana...
写代码的建议
几个写代码的建议,尽量避免重新发明车轮,一般比较好的做法是写一些底层的比较灵活的API,然后对这些底层API做各种crazy的unit test,然后其他的高层的API都调用这些底层的API,这样能够减少bug,代码design也更好。 我在Google受到的training...
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