- Видео 35
- Просмотров 91 300
Introduction to Engineering
Добавлен 23 окт 2013
MATLAB Logic Elseif Grades Example
Here we introduce some Logic concepts in MATLAB. Specifically we use an if-elseif-else logic block to determine whether a grade entered by the user is a "A", "B", "C", "D" or an "F" using multiple logical gates and conditions.
If this information helps you please remember to hit LIKE and SUBSCRIBE. If anything is confusing please feel free to post a question in the comments, or message me and we can discuss your inquiry.
If this information helps you please remember to hit LIKE and SUBSCRIBE. If anything is confusing please feel free to post a question in the comments, or message me and we can discuss your inquiry.
Просмотров: 4 860
Видео
MATLAB Logic Elseif Sounds Example
Просмотров 3625 лет назад
Here we introduce some Logic concepts in MATLAB. Specifically we ask the user to choose from six (6) sounds built into every MATLAB installation. We then load the data files for each sound and then play the sound for the user. Thanks to MathWorks for building these in as this example seems to be a favorite for the students. If this information helps you please remember to hit LIKE and SUBSCRIBE...
MATLAB Logic Comparing Arrays
Просмотров 7 тыс.5 лет назад
Here we introduce some Logic concepts in MATLAB. Specifically we explore how to compare two arrays together, and what MATLAB saves as the response. We then examine how to store only the elements in one array, that satisfy the conditions we set regarding how those values compare to a second set of values. If this information helps you please remember to hit LIKE and SUBSCRIBE. If anything is con...
MATLAB Logic If Else End
Просмотров 1,3 тыс.5 лет назад
Here we introduce some Logic concepts in MATLAB. Specifically we introduce logic blocks. Starting with a simple if statement, and then defining logical gates, conditions, a "catch-all", and how all of theses elements can be combined to execute conditional actions. If this information helps you please remember to hit LIKE and SUBSCRIBE. If anything is confusing please feel free to post a questio...
MATLAB Logic Introduction
Просмотров 8805 лет назад
Here we introduce some Logic concepts in MATLAB. Specifically we show how assess if a logical statement is True or False by comparing numbers together, comparing numbers to the stored values in variables, comparing two variables, and finally, comparing two strings. We investigate the difference in comparing two strings the same way you would two numbers, and using the "strcmp" function. If this...
ENGR 1315 - MATLAB - inputdlg to Create Kinematics Calculator
Просмотров 2,7 тыс.5 лет назад
This video explores the inputdlg function. This example illustrates how to prompt the user with several questions at the same time, in a single window, that provides them with places to type their answers. The discussion ends with an explanation of what is saved after the user enters their responses and how to use the user inputs to compute an answer.
ENGR 1315 - MATLAB - menu Introduction
Просмотров 1,3 тыс.5 лет назад
This video introduces the menu function. This example illustrates how to prompt the user with a question while providing them with a constrained set of choices to choose from. The discussion ends with an explanation of what is saved after the user makes their selection.
ENGR 1315 - MATLAB - inputdlg Introduction
Просмотров 4,4 тыс.5 лет назад
This video introduces the inputdlg function. This example illustrates how to prompt the user with a question in a window that provides them with a place to type their answer. The discussion ends with an explanation of what is saved after the user enters their selection.
Matrices and Matrix operations
Просмотров 1,1 тыс.5 лет назад
This lecture takes you through what matrices are and how to use them. Specifically, we discuss addition, subtraction, multiplication. and the transpose. This lecture is to make up for the lecture I missed on Thursday September 19, 2019.
MATLAB Functions var and std
Просмотров 2,7 тыс.6 лет назад
This tutorial runs quickly through how to use the "var" and "std" functions in MATLAB to compute the variance and standard deviations of multiple rows, multiple columns and of an entire array.
MATLAB Functions mean
Просмотров 5466 лет назад
This tutorial runs quickly through how to use the "mean" function in MATLAB to compute the means of multiple rows, multiple columns and of an entire array.
MATLAB Changing the tick locations and labels on a plot
Просмотров 4,8 тыс.6 лет назад
This tutorial illustrates how to change the locations of the tick marks on the x and y axes, as well as the text displayed at the location of each tick.
MATLAB Function mod
Просмотров 17 тыс.6 лет назад
This tutorial runs quickly through how the "mod" function works in MATLAB.
MATLAB Function num2str
Просмотров 9 тыс.6 лет назад
This tutorial runs quickly through how the "num2str" function works in MATLAB.
MATLAB Plotting multiple continuous functions and theoretical curves in the same figure window
Просмотров 1,3 тыс.6 лет назад
MATLAB Plotting multiple continuous functions and theoretical curves in the same figure window
MATLAB Plotting continuous functions and theoretical curves
Просмотров 2,1 тыс.6 лет назад
MATLAB Plotting continuous functions and theoretical curves
MATLAB Using subplot to plot data in separate potting spaces, in the same figure window
Просмотров 1,3 тыс.6 лет назад
MATLAB Using subplot to plot data in separate potting spaces, in the same figure window
MATLAB Formatting linetypes, marker shapes and colors for plotted datasets
Просмотров 9056 лет назад
MATLAB Formatting linetypes, marker shapes and colors for plotted datasets
MATLAB Plotting multiple experimental datasets
Просмотров 1,6 тыс.6 лет назад
MATLAB Plotting multiple experimental datasets
MATLAB Plotting one experimental dataset
Просмотров 2 тыс.6 лет назад
MATLAB Plotting one experimental dataset
MATLAB Introduction to for loops extended
Просмотров 1,1 тыс.6 лет назад
MATLAB Introduction to for loops extended
MATLAB Combining data input and output
Просмотров 7936 лет назад
MATLAB Combining data input and output