CBE 255 - Matlab and Python Tutorial Videos
CBE 255 - Matlab and Python Tutorial Videos
This is a collection of videos intended for new users of both Matlab and Python, specifically for the use in CBE 255.
…Read more
Less…
-
This video will briefly discuss solving systems of linear equations in Python. The commands linalg.solve and linalg.lstsq will be introduced.
Linear_Systems_Python
-
This video will introduce solving systems of linear equations in Matlab. We’ll introduce the command rank and the use of the backslash to assist with solving…
Linear_Systems_Matlab
-
This video will introduce systems of equations, specifically linear systems of equations.
Linear_Systems
-
In this video, we will explore how to combine text and numerical data in Python. Python handles this through a features called f-strings, short for formatted string…
fstring_Python
-
This video will discuss how to combine both words and numbers into a single entity, along with how to display numbers in a certain format. We will introduce the sprintf…
Printf_Matlab
-
This video will discuss interpolation in Python. We will introduce the SciPy package and the make_interp_spline command.
Interpolation_Python
-
This video will discuss interpolation in Matlab. We will introduce the interp1 command.
Interpolation_Matlab
-
This video will discuss how to import data from external files and export data to external files in Python. We will introduce the library Pandas and the commands…
Read_Write_Python
-
This video will discuss how to import data from external files and export data to external files in Matlab. We will introduce the commands readmatrix, writematrix, and…
Read_Write_Matlab
-
This optional video will discuss object oriented plotting, which allows you to have finer control over aspects of plotting.
Object_Oriented_Plotting (Optional)
-
This video will discuss plotting in Python. We will introduce the matplotlib package and a lot of commands, but you’ll find them quite similar to the Matlab…
Python_Plotting
-
This video will discuss professional plotting in Matlab. We will introduce the commands, xlim and y lim, axis, xlabel and y label, title, legend, and fontsize.
Matlab Professional Plotting
-
This video will continue discussing plotting in Matlab. We will discuss how to change the plot style from the default blue line to data symbols, line styles, and colors.…
Matlab Customized Plotting
-
This video will discuss basic plotting in Matlab. We will discuss the commands plot, hold on, figure, subplot, and fplot.
Matlab Basic Plotting
-
This video will discuss plotting, one of the main ways that data can be presented.
Plotting
Search for ""