Publicado


Reshape a matrix without using a for loop
1:21 RESHAPE is a very useful function, but it is something that a lot of MATLAB users do not...

alrededor de 17 años hace

Thumbnail

Publicado


Read data from the web with URLREAD
5:21 I am blogging a little early this week because of the holiday. What holiday would that be? ...

alrededor de 17 años hace

Thumbnail

Publicado


Dynamic field name usage
3:07 This short video shows how you can make your code shorter, more flexible, and readable by...

alrededor de 17 años hace

Thumbnail

Publicado


Using parent child relationships to find figures
2:31 This was a question that came across my desk recently: “How do I know what figure numbers...

alrededor de 17 años hace

Thumbnail

Publicado


Puzzler: optimize this
Often when I post code, there is a discussion of how to optimize it. I tend to subscribe to this maxim: Rules of...

alrededor de 17 años hace

Thumbnail

Publicado


Debugging session
3:06 clear num = [1 1 1 1 1 1 1]; den = [1 2 3 0 5 6 7]; for i = 1: numel(den) if den(i) ==...

más de 17 años hace

Thumbnail

Publicado


Exploring uitable properties
1:35 I got a question via e-mail that was asking how to set the data in a uitable. Setting the...

más de 17 años hace

Thumbnail

Publicado


Breaking up compound statements for the profiler
4:44 A statement like this: a = sin(x) + cos(y) + inv(z); makes it impossible to know which...

más de 17 años hace

Thumbnail

Publicado


Flow chart shows which visualization to use
Nathan over at FlowingData.com had a post that explains what visualization to use in different situations. Ultimately he...

más de 17 años hace

Thumbnail

Publicado


Binning data in MATLAB
4:54 I have been reading the MATLAB questions in Stack Overflow for a few weeks, and here was a...

más de 17 años hace

Thumbnail

Publicado


MATLAB example: Don’t reinvent the thermometer
My last post talked about finding MATLAB code from other people so that you do not have to reinvent it yourself. Eric, the...

más de 17 años hace

Thumbnail

Publicado


MATLAB example: Don’t reinvent the wheel
I love a good visualization of data, and often cringe when I see data in a table that would be much more effective as a...

más de 17 años hace

Thumbnail

Publicado


Puzzler: Intermediate sums
MATLAB challenges get thrown around the halls of The MathWorks with fair regularity. I thought this most recent one would...

más de 17 años hace

Thumbnail

Publicado


Video Tutorial: Using visualization to debug
6:29 A question came up on the MATLAB newsgroup about debugging a sorting algorithm. I thought...

más de 17 años hace

Thumbnail

Publicado


Video tutorial: 3d indexing
2:50 The MATLAB user has this: clear clc M(:,:,1) = [1,2;3,4]; M(:,:,2) = [21,22;23,24]; J =...

más de 17 años hace

Thumbnail

Publicado


Video tutorial: Verbal code review
3:53 Talking through your code is an excellent way to find bugs. By discussing the code you have...

más de 17 años hace

Thumbnail

Publicado


Video tutorial: Tolerances in comparisons
2:23 Sometimes you will do a calculation where the answer looks like ‘0’ or ‘1’ or some other...

más de 17 años hace

Thumbnail

Publicado


Video tutorial: Infinite series
3:37 In this short video, I explore the math behind this joke: An infinite number of...

más de 17 años hace

Thumbnail

Publicado


Video tutorial: Debugging a logical indexing problem
4:48 I love getting well formed question and challenges from fellow MATLAB users. This week I got...

más de 17 años hace

Thumbnail

Publicado


Contest: Final wrap up
Well, it was a great contest this season. I was very happy to see that each King of the Hill tended to get arguably better...

más de 17 años hace

Thumbnail

Publicado


Contest: Darkness commentary
6:08 I have been waiting until the daylight portion of the ArmyAnts contest to post this...

más de 17 años hace

Thumbnail

Publicado


Contest: Army Ants
I love the MATLAB contest, I am not sure if it is more fun to play the contest or to help design and administer it. Either...

más de 17 años hace

Thumbnail

Publicado


Video Tutorial: MATLAB basics, LINKPROP
2:40 I think it is best to do these tutorials based on solving realistic coding challenges. In...

más de 17 años hace

Thumbnail

Publicado


Video: Saving the state of a GUI
5:43 A question that comes across my inbox from time to time is how to save the state of a GUI...

más de 17 años hace

Thumbnail

Publicado


Student Center tutorials
This blog is just one of many resource available to people that want to learn how to use MATLAB. I want to point you to...

más de 17 años hace

Thumbnail

Publicado


Puzzler: Usability study recap
This recent puzzler was very successful with entries from four different continents. I can understand the busy researchers...

más de 17 años hace

Thumbnail

Publicado


MATLAB 2008B is now ready for download
We are always working on new releases of MATLAB, and we have the second release of 2008 ready for you to download here. You...

más de 17 años hace

Thumbnail

Publicado


Puzzler: Be in a usability study
I get lots of e-mail from blog readers that say they learn a lot from the videos here. Well, this week we want to learn...

más de 17 años hace

Thumbnail

Publicado


Review of spiral puzzler
4:29 In the recent Puzzler about the spiral, most of the code that was produced went along the...

más de 17 años hace

Thumbnail

Publicado


Puzzler: Cleverness needed
I have been working on a side project and I found I needed the following algorithm: Given a binary five by five matrix, I...

más de 17 años hace

Thumbnail

Cargar más