Tagged: whos

Computational Advantages

Memory Management Using sparse matrices to store data that contains a large number of zero-valued elements can both save a significant amount of memory and speed up the processing of that data. sparse is...

Introduction to Vectors in Matlab

Defining a Vector Matlab is a software package that makes it easier for you to enter matrices and vectors, and manipulate them. The interface follows a language that is designed to look a lot...

Desktop Tools

This section provides an introduction to MATLAB’s desktop tools. You can also use MATLAB functions to perform most of the features found in the desktop tools. The tools are: “Command Window” “Command History” “Launch...

case

Matlab Case Switch Statement case SWITCH statement case. case is part of the SWITCH statement syntax, whose general form is: SWITCH switch_expr case case_expr, statement, …, statement case {case_expr1, case_expr2, case_expr3,…} statement, …, statement...