Тёмный
No video :(

Using Meshgrid in Matlab 

SnugglyHappyMathTime
Подписаться 18 тыс.
Просмотров 50 тыс.
50% 1

A quick review of how meshgrid works.

Опубликовано:

 

21 авг 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 34   
@MrAbIRaZ
@MrAbIRaZ 7 лет назад
The only video available in the Internet that explained what meshgrid actually does.
@pedroneves8485
@pedroneves8485 5 лет назад
this was like the sweatess tutorial i have ever seen . the intro made me giggle . this video was a great help
@adelinecarpenter2199
@adelinecarpenter2199 Год назад
its spelled 'sweetest'
@Aslan7is7alive
@Aslan7is7alive 8 лет назад
I really didn't get the purpose of meshgrids. Now I do (at least one of the purposes). Thank you very very very much. Very helpful.
@tienthangdinh7733
@tienthangdinh7733 5 лет назад
live savior! people always use meshgird function but no one explained me what it's purpose is, thousand times thank you for this tutorial
@tobechukwublessed4274
@tobechukwublessed4274 7 месяцев назад
thank you. 9 years into the future and it is still efectual
@adriansalt4521
@adriansalt4521 3 года назад
Just had to say what an AMAZING explanation you gave on this function - really, it was so well explained, and thank you so much!!
@adelsalam9735
@adelsalam9735 Год назад
thank you so much for coming back.
@sndik16
@sndik16 7 лет назад
I love your explanation. I am using numpy/python, and even though you are doing it in Matlab, I understood finally the meshgrid. Merci beaucoup!
@isurumahakumara
@isurumahakumara 4 года назад
❤️❤️❤️ Lovely Tutorial. Please keep making more videos
@zhin13
@zhin13 8 лет назад
Writing a Numerical methods test tomorrow, thank you so much!!!
@quocvytruong6462
@quocvytruong6462 4 года назад
your sweet tutorial make my day XD ! thanks a lots
@laural614
@laural614 2 года назад
This was extremely helpful. Thank you very much for sharing.
@kunalchatterjee5310
@kunalchatterjee5310 5 лет назад
Thank you for the explanation! The sweetest explanation :D
@maramam5024
@maramam5024 3 года назад
thanks a lot this is really helpful and you make it very easy to understand, I love your personality too
@robg5513
@robg5513 6 лет назад
Thanks. One thing which I would find handy would be for you to put up the code that you're typing in the description. I bet heaps of other people are trying to type and listen at the same time poorly (like me!). Good video though - enjoyed your lyrical energy.
@joaoelias3933
@joaoelias3933 6 лет назад
meshgrid is more used to plot 3D graphics, example [X,Y] = meshgrid(0:3,0:4), when you define the function at Z it gives you a graphic where the x axis goes from 0 to 3 and the y axis goes from 0 to 4, right?
@otonielfernandes9485
@otonielfernandes9485 6 лет назад
So mesmo isso parceiro? Eu tou tentando entender isso faz tempo
@anheruan
@anheruan 5 лет назад
So simple example and very useful ¡ Thank you ¡
@lrellisderth118
@lrellisderth118 5 лет назад
Awesome tutorial!
@philipvankampen
@philipvankampen 9 лет назад
thank you!!!! Great explaination of meshgrid
@haveanicetime
@haveanicetime 6 лет назад
Vielen Dank!
@maxtop34
@maxtop34 5 лет назад
thank you so much madame !
@kroomsami1182
@kroomsami1182 9 лет назад
thank you , it is helpful
@sayanjitb
@sayanjitb 3 года назад
What does 'ndgrid' do then? Can anyone help me, please!
@mariorosa6540
@mariorosa6540 5 лет назад
You the best!
@bunyaminkasikci5211
@bunyaminkasikci5211 8 лет назад
that was helpful! :)
@nikilragav
@nikilragav 6 лет назад
You could do buystuff_transpose * priceofstuff ...
@Atozanycome111
@Atozanycome111 7 лет назад
4 times 16 is a number ending in 4....ummm 68? LMAO hahaha :D
@TusharSrivastava-raziel121
@TusharSrivastava-raziel121 8 лет назад
Sorry for being rude but please learn matrix multiplication. You could've simply done something like this: a = [4, 7, 10]; b = [12, 16, 18, 20, 54]; % Take transpose of 'a' and matrix multiply by 'b' c = a' * b; % Result will be disp(c);
@snugglemath
@snugglemath 8 лет назад
+Tushar Srivastava Sure, the benefits of meshgrid aren't as obvious looking at multiplication. It's much more valuable when you're doing something like exponents. a = [4, 7, 10]; b = [12, 16, 18, 20, 54]; [newA, newB] = meshgrid(a,b) c = newA .^ newB
@MThapa-ul4ln
@MThapa-ul4ln 8 лет назад
+Tushar Srivastava Sorry for being rude but you should listen to what she is trying to explain here ! She just tore the meshgrid apart , laid x and y grids next to each other and explained them piece by piece. I stumbled into this video after trying to understand what meshgrid really does. Spend almost 1/2 hour on mathworks.com, tried different things on command window to understand the purpose of meshgrid. BTW anyone taking matlab knows that you can't multiply 1X3 and 1X5 matrix.did specify elementwise multiplication
@xXsakkelaoXx
@xXsakkelaoXx 7 лет назад
+Tushar Srivastava We want the componentwise multiplication, your method gives only one solution.
@fotinique
@fotinique 7 лет назад
MY TEACHERS SUCK.
Далее
Basics of While Loops
13:14
Просмотров 37 тыс.
MATLAB meshgrid, surf, and mesh 3D plotting
6:23
Просмотров 30 тыс.
Новый фонарик в iPhone с iOS 18
00:49
Просмотров 440 тыс.
skibidi toilet zombie universe 40 ( New Virus)
03:06
Просмотров 1,8 млн
Special Matrix Functions in Matlab
11:59
Просмотров 17 тыс.
MATLAB Video 24: The meshgrid function
9:22
Просмотров 12 тыс.
Plotting in 3D in MATLAB
7:40
Просмотров 80 тыс.
How to use NUMPY MESHGRID and Contour Plots in Python
7:09
Lecture --  Meshgrid
10:44
Просмотров 12 тыс.
3D Plotting in Matlab
34:58
Просмотров 237 тыс.
Using the Sort and Sortrows Functions in MATLAB
15:10
Basics of Creating Matlab Functions
11:01
Просмотров 16 тыс.
MATLAB Function Plotting Basics
9:21
Просмотров 520 тыс.
Новый фонарик в iPhone с iOS 18
00:49
Просмотров 440 тыс.