Lecture 3: Matrices & Arrays | Exploring MATLAB

  Рет қаралды 42,756

Ahmad Bazzi

Ahmad Bazzi

Күн бұрын

Пікірлер: 34
@dyahnursuci677
@dyahnursuci677 4 жыл бұрын
thank you so much. very helpful..
@AhmadBazzi
@AhmadBazzi 4 жыл бұрын
Glad it was helpful! Please make sure you subscribe to the channel here kzbin.info
@frankfernandez6424
@frankfernandez6424 5 жыл бұрын
I think I've been watching for....a year and a half now? Love those videos
@dominickirk5411
@dominickirk5411 5 жыл бұрын
It's interesting! 👀
@leifboyle994
@leifboyle994 5 жыл бұрын
lovely video
@ryleewatsica7122
@ryleewatsica7122 5 жыл бұрын
Best ever🔥
@matthewkelly8445
@matthewkelly8445 5 жыл бұрын
Getting Better All The Time💖
@walterrape5381
@walterrape5381 5 жыл бұрын
Spectacular ! Keep them 🇨🇴
@charlesketcham6743
@charlesketcham6743 5 жыл бұрын
Yessss! this!
@treverjenkins7080
@treverjenkins7080 5 жыл бұрын
You are literally god 😍
@wileywiegand6976
@wileywiegand6976 5 жыл бұрын
⭐⭐⭐Great👌 vid⭐⭐⭐
@emiliacofer549
@emiliacofer549 5 жыл бұрын
good💝 certainly this Keep it up!📷
@AhmadBazzi
@AhmadBazzi 5 жыл бұрын
thank you :)
@myrlruecker1250
@myrlruecker1250 5 жыл бұрын
❤❤❤❤❤❤🔥🔥🔥
@santiagohills6364
@santiagohills6364 5 жыл бұрын
Awesome🙏💞💋💘
@Rainstorm121
@Rainstorm121 3 жыл бұрын
Thanks Sir. When you use matlab to analyze data, what is the logic here? Do we use metrics and arrays for the data before we analyze them? Or what is the main logic behind arrays and matric in data analysis? New beginner to programing in general here.
@lilianewalter827
@lilianewalter827 5 жыл бұрын
💎Ace
@margiebeier7695
@margiebeier7695 5 жыл бұрын
Loveely 💙👏
@jadeprice8369
@jadeprice8369 5 жыл бұрын
🔥
@nathankay3123
@nathankay3123 5 жыл бұрын
Ayyyyeee 🌺🌺
@remcovanwoerkom2016
@remcovanwoerkom2016 2 жыл бұрын
is it possible to make a list of matrices? aka a vector, for which each index is in iteslf a matrix? For example: let there be 4 matrices, a, b, c and d. I want to make a list with dimensions 4x1: list = [a, b, c, d] and when i call list[1] i want it to output the entire matrix a
@piamontedanselanthony8812
@piamontedanselanthony8812 3 жыл бұрын
Just a beginner how do i input this?Using the ones and zeros commands, create a 4 x 5 matrix in which the first two rows are 0s and the next two rows are 1s.
@AhmadBazzi
@AhmadBazzi 3 жыл бұрын
Hey Piamonte, yes well you can do something like this [zeros(2,5);ones(2,5)] The zeros(2,5) creates a 2x5 zeros matrix, the ";" means go down one row and ones(2,5) creates a 2x5 ones matrix. Hope that helps
@piamontedanselanthony8812
@piamontedanselanthony8812 3 жыл бұрын
Thank you so much
@isabellawalker3876
@isabellawalker3876 5 жыл бұрын
❤️️
@wilmageorge5946
@wilmageorge5946 5 жыл бұрын
CHEERS!!✌️
@noeldiaz1354
@noeldiaz1354 4 жыл бұрын
I have 3 matrices, a, b and c and I want make a new matrix with 3 columns column a for a item's column b for b items etc So I want to display the results of a b and c in a 3 column matrix, how do I do that? R = [a; b; c;] will give 3 rows and display its elements horizontally I want 3 columns and display its elements vertically
@AhmadBazzi
@AhmadBazzi 4 жыл бұрын
Two ways: 1) Take your way R = [a; b; c] then do R = transpose(R) 2) instead of semi-columns, use commas or whitespace, that is R = [a b c] Hope this helps
@lawrenceharbin4545
@lawrenceharbin4545 5 жыл бұрын
🙏😙😙💘
@walterstewart626
@walterstewart626 5 жыл бұрын
🤔 I've been for....a year and a half now? those
@AhmadBazzi
@AhmadBazzi 5 жыл бұрын
almost a year !! thank you for the support !!
@alexanderosei1670
@alexanderosei1670 3 жыл бұрын
Can you solve this matrix vector A = [ 1 2 3 4; 1 2 3 4] B= [ 12; 15 ] inv[A]*B I am stacked and can solve
@ny3n992
@ny3n992 20 күн бұрын
ليش ما تشرح عربي
@sethwhite3605
@sethwhite3605 5 жыл бұрын
good💝 certainly this Keep it up!📷
Lecture 4: Array Indexing | Exploring MATLAB by Dr. Ahmad Bazzi
6:30
Lecture 8: Matrix Manipulations | Exploring MATLAB
1:03:13
Ahmad Bazzi
Рет қаралды 17 М.
黑天使只对C罗有感觉#short #angel #clown
00:39
Super Beauty team
Рет қаралды 36 МЛН
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
Мясо вегана? 🧐 @Whatthefshow
01:01
История одного вокалиста
Рет қаралды 7 МЛН
Working with Matrices in Matlab
31:03
Christopher Lum
Рет қаралды 131 М.
The Last Algorithms Course You'll Need by ThePrimeagen | Preview
16:44
Frontend Masters
Рет қаралды 328 М.
Fast Inverse Square Root - A Quake III Algorithm
20:08
Nemean
Рет қаралды 5 МЛН
Lecture 1: Introduction | Exploring MATLAB by Dr. Ahmad Bazzi
4:54
MATLAB Crash Course for Beginners
1:57:45
freeCodeCamp.org
Рет қаралды 902 М.
What is Group Theory? - Group Theory Ep. 1
31:13
Nemean
Рет қаралды 1,1 МЛН
Visualize Different Matrices part1 | SEE Matrix, Chapter 1
14:51
Visual Kernel
Рет қаралды 81 М.
2D Plotting in Matlab
25:08
Christopher Lum
Рет қаралды 170 М.