ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

139 results

Jaisohn Kim, PhD
The MATLAB fprintf() Command

Virginia Tech ME 2004: The MATLAB fprintf() Command This video demonstrates printing to the Command Window with ...

13:57
The MATLAB fprintf() Command

4,106 views

3 years ago

Neal Holtschulte
Matlab: Indexing & Composition Review + fprintf

This video is a review of a variety of vector and matrix features in Matlab, such as indexing and composition, plus a preview of ...

18:53
Matlab: Indexing & Composition Review + fprintf

423 views

2 years ago

Neal Holtschulte
Matlab: xor & fprintf

This video covers a couple miscellaneous topics that don't fit in well elsewhere: xor and fprintf. All the code works in Octave as it's ...

9:13
Matlab: xor & fprintf

387 views

2 years ago

Cody Anderson
4.4 disp, num2str, fprintf

Functions useful for displaying results: disp, num2str, fprintf. Combining numeric variables with character arrays to write useful ...

5:22
4.4 disp, num2str, fprintf

2,657 views

5 years ago

softwarecarpentry
MATLAB - Episode 7 - Basic I/O

Hello, and welcome to another episode of the Software Carpentry lecture on MATLAB programming. In this episode, we'll have a ...

4:36
MATLAB - Episode 7 - Basic I/O

5,251 views

14 years ago

Automatica
Formas de presentar un modelo con MATLAB (incluye la función ss)

Breve repaso a los comandos necesarios para describir un modelo con MATLAB (tf, zpk, ss), cambio de modelo de un formato a ...

6:00
Formas de presentar un modelo con MATLAB (incluye la función ss)

2,172 views

8 years ago

Digital Signal Processing
MATLAB: loading data from a text file (#014)

It's quite convenient that one can load data just from a text file. You can create your file in any text editor or generate such files, ...

4:18
MATLAB: loading data from a text file (#014)

71,494 views

12 years ago

Neal Holtschulte
Matlab: More File Reading Examples

This video demonstrates another example of how to read in numeric data from file and process it. The code will not work in Octave ...

4:32
Matlab: More File Reading Examples

266 views

2 years ago

Rebecca Ong
Solving Sets of Linear Equations - MATLAB

Using a mass balance problem, learn how to set up and solve a set of linear equations using MATLAB.

8:04
Solving Sets of Linear Equations - MATLAB

385 views

6 years ago

Neal Holtschulte
Matlab: writetable & writematrix

This video covers the writetable and writematrix commands in Matlab. This code does NOT work in Octave. The next video in the ...

5:38
Matlab: writetable & writematrix

2,206 views

2 years ago

DougBaldwinGeneseo
FunctionDefinition

An introduction to programmer-defined functions in Matlab, but also using functions to introduce variables, assignment, output ...

10:28
FunctionDefinition

131 views

9 years ago

Neal Holtschulte
Matlab: Plotting

This video demonstrates how to plot graphs in Matlab. All the code works perfectly in Octave. This video is part of a series ...

6:00
Matlab: Plotting

293 views

2 years ago

Neal Holtschulte
Matlab: Structs

This video covers structs in Matlab. All the code shown works perfectly in Octave as well. This video is part of a series comprising ...

9:33
Matlab: Structs

1,810 views

2 years ago

Neal Holtschulte
Matlab: Calculus: integration using symbolics

This video shows how to use symbolics in Matlab to take the anti-derivative and integrate. Unfortunately, symbolics are not a part ...

14:10
Matlab: Calculus: integration using symbolics

658 views

2 years ago

drjohnleewilliamsiii
Using the load() command in MATLAB

In this video, I explain how to use the load() command to read ASCII text files in MATLAB.

9:04
Using the load() command in MATLAB

214 views

4 years ago

Neal Holtschulte
Matlab: Integer Types

This video covers the different integer types available in Matlab (and Octave), including how to convert numbers to these integer ...

12:23
Matlab: Integer Types

498 views

2 years ago

Skill Horizon NextGen
Use of fprintf( ) function in file handling in c programming | by Sanjay Gupta

Find Here: Links of All C language Video's Playlists C Interview Questions & Answers ...

6:08
Use of fprintf( ) function in file handling in c programming | by Sanjay Gupta

8,456 views

7 years ago

Jaisohn Kim, PhD
ME 2004 3b: Change Maker (2/3)

Virginia Tech ME 2004 3b: Change Maker (2/3) ME 2004 Videos 3a-3c comprise a 3-part MATLAB demo on creating function .m ...

7:09
ME 2004 3b: Change Maker (2/3)

1,385 views

5 years ago

Cody Anderson
4.5 save load textread

Functions useful for exchanging text files and MATLAB data: save, load, textread. This is a vital skill when communicating ...

6:34
4.5 save load textread

1,401 views

5 years ago

Jaisohn Kim, PhD
Plotting in MATLAB

Virginia Tech ME 2004: Plotting in MATLAB This video demonstrates various ways to plot simple data in MATLAB. Blank .m file: ...

15:10
Plotting in MATLAB

3,087 views

3 years ago

Neal Holtschulte
Matlab: find, logical arrays, and save and load

This video demonstrates how to use the find function in conjunction with logical arrays for locating data that meets certain criteria ...

9:47
Matlab: find, logical arrays, and save and load

450 views

2 years ago

VUW ECS First Year Engineering Help
Introduction to MATLAB

Okay so in this video I'm going to give you a very quick introduction to MATLAB the programming language and programming ...

6:24
Introduction to MATLAB

190 views

8 years ago

Neal Holtschulte
Matlab: nargin & nargout

This video show how to use the quirky nargin and nargout features ofMatlab that enhance the multiple input and multiple output ...

5:34
Matlab: nargin & nargout

2,667 views

2 years ago

DougBaldwinGeneseo
Local Variables in Matlab

Introduces local variables as they appear in Matlab.

9:42
Local Variables in Matlab

2,138 views

8 years ago

Neal Holtschulte
Matlab: switches and menus (listdlg)

This video covers switches and menus (except the menu function is deprecated, so it covers the listdlg function instead) in Matlab.

11:57
Matlab: switches and menus (listdlg)

879 views

2 years ago