MATLAB Resources

Obtaining / Accessing MATLAB

MATLAB has been installed on every machine at Engineering Computer Center. You can log-on to an ECC machine through your cougarnet ID and password.

To access a Linux computer remotely, execute the following command on a terminal:

ssh YOUR-COUGARNET-ID@tuxedo.egr.uh.edu -X

To access a Windows computer remotely, do the following:

ssh YOUR-COUGERNET-ID@ecc.egr.uh.edu -X

It will then prompt you to enter cougarnet password. After successful log-in, one can access Matlab by executing any of the following commands:

>> matlab &

>> matlab -nodekstop

>> matlab -nodesktop -nojvm

A student version of MATLAB can be obtained for $99 from Mathworks.

Use Octave, which is similar to Matlab but it is open-source.

If you are very particular about using very active and general open-source tools, refer to the Python Resources.

Online Resources

Toolboxes

Recommended Books on MATLAB

I recommend that students have access to one of the following books. The recommendation is based on what is required for the course, the price of the book, and the availability in the library at the University of Houston.

Other Books on MATLAB