Profile_bird

Hey there! matlabDoug is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What's happening? Join today to start receiving matlabDoug's tweets.

Already using Twitter
from your phone? Click here.

matlabDoug

  1. #MATLAB surf(peaks); spinmap; %interestign visualization technique with a dynamic colormap
  2. #MATLAB Basics: Volume visualization: 7/9 Displays and explains streamplot and streamslice: This short video is th... http://bit.ly/6cOf1N
  3. @maliniw90th e-mail me hull@mathworks.com Will help find your sales rep and get things going.
  4. #MATLAB filesep %this differs by platform. Make your code more portable by using it.
  5. #MATLAB Fourier transforms: Confession time. When it comes to writing about Fourier transforms on this blog, I'... http://bit.ly/8qxopj
  6. #MATLAB winopen(pwd) %opens the current directory outside of MATLAB (Windows only)
  7. #MATLAB The Current Folder Browser’s new dimension: In R2009b, the Current Folder Browser gained the ability t... http://bit.ly/5tKoP2
  8. #MATLAB Extracting dot locations from a graphic: I was looking at the image below on a web page recently and I ... http://bit.ly/6wNUbq
  9. #MATLAB Basics: Volume visualization: 6/9 Displays quiver3 and coneplot: This short video is the sixth of a series... http://bit.ly/87Vc8y
  10. #MATLAB n=500;im=repmat(linspace(0,1,n),n,1);imwrite(im,'im.jpg'); inIm = imread('im.jpg'); imshow(inIm); %create, write and read an image
  11. #MATLAB surf(peaks); lighting phong; shading interp; colormap winter; light; %less scientific, but prettier vizualization
  12. @ryangray Subfunctions are only visible to the function they are in. Not an advantage or disadvantage- just a feature. :)
  13. #MATLAB hyp = @(a,b) sqrt(a^2 b^2); hyp(3,4) Þines anonymous function, and stores the function handle in hyp
  14. #SIMULINK Generated Code for Variable Size Signals: Aarti recently posted about Variable Size Signals in Simulink. ... http://bit.ly/3iyuG1
  15. #SIMULINK Back-Seat Driver: Simulink Tips for Efficient Model Navigation: Does this ever happen to you? You are sit... http://bit.ly/3gkHLp
  16. #MATLAB Basics: Volume visualization: 5/9 Making a 3-d plot ‘pretty’ with lighting, shading, interpolation, etc... http://bit.ly/3fIVGj
  17. #MATLAB bar = 1; which -all bar %which tells you what MATLAB thinks BAR is. Helps track down files, and path issues. To restore: clear bar
  18. #MATLAB Publish to PDF: Sometimes one of my colleagues comes up with a big idea that’s so brilliant, it can be su... http://bit.ly/2m2vJk
  19. #MATLAB vibes; %use command "demo" to find other cool demos in MATLAB
  20. #MATLAB Contest: Flood wrap-up: Here is the wrap up of the MATLAB programming contest that we just ran. ... http://bit.ly/29yATz