bio_img_videos

Stuart’s MATLAB Videos

Watch and Learn

Posts 311 - 320 of 573

Piecewise linear curve fitting 15

This week, I am getting back to my blogging roots and I want to highlight (and thank) John D’errico for a great file Exchange submission. That file is Shape Language… 続きを読む >>

Cody challenges added: Poker Series 7

Cody is a great way to learn MATLAB. Recently, a new series of problems have been added. This series of problems will be excellent for people that are new to MATLAB to solve. There are 11… 続きを読む >>

Highlighting solutions to Project Euler problems 001-005 4

I’ve been excited by the great response to the Project Euler problems that I’ve posted on Cody. This video takes a look at my favorite submission for each of the first five problems. Take a look… 続きを読む >>

Project Euler on Cody 1

I am a big fan of Project Euler. There are a series of math and programming problems there that people often use in honing their programming skills. Traditionally, there is one correct integer… 続きを読む >>

Cody for learning MATLAB 5

Cody is a newly released feature of MATLAB Central. It allows you to hone your MATLAB skills by solving short MATLAB code challenges, live on the web. You will get instant feedback about your… 続きを読む >>

Understanding the display method for a cell 3

A MATLAB user wanted to get rid of the quote marks from a string in a cell array. This was not needed because they only appeared there due to the display method for a cell. if (typeof(playerLoaded)… 続きを読む >>

How to do a matrix reshape by ‘blocks’ 6

This week’s video covers a non-standard way of reshaping a matrix. Instead of using the reshape function, this kind of matrix manipulation must be done with for loops. This matrix reshape… 続きを読む >>

Plotting multiple lines on a figure in MATLAB 1

This MATLAB graphics tutorial shows you how you can plot multiple lines on the same plot. if (typeof(playerLoaded) === ‘undefined’) {var playerLoaded = false;}(function isVideojsDefined() {if… 続きを読む >>

MATLAB tip: Use one command per line

This is a common programming pattern that I see with new MATLAB users: They put more than one command per line in MATLAB file. This can make it harder to visually take in a file, and because … 続きを読む >>

Welcome to Sean from Answers 1

I wanted to take this week to point out what a great resource MATLAB Answers is and to also welcome one of the most prolific contributors on that site to his new role as an applications engineer here… 続きを読む >>

Posts 311 - 320 of 573

これらの投稿は著者に属するものであり、必ずしも MathWorks の見解を示すものではありません。