No video

Lesson 6.1 for-loops in MATLAB

  Рет қаралды 133,483

Fitzle LLC

Fitzle LLC

Күн бұрын

Пікірлер: 34
@ruchisaklani1
@ruchisaklani1 8 жыл бұрын
You are the best instructor i have ever seen..Thanks a lot for your lectures..Please can you provide video lectures on Simulink also...???
@priyasharay5089
@priyasharay5089 9 жыл бұрын
Great examples Professor !!Thank you for making matlab simple to understand .
@mxatz1391
@mxatz1391 Жыл бұрын
Thank you so much for this! Highly appreciated
@qasimhasan1805
@qasimhasan1805 8 жыл бұрын
Thank you, you have saved a great deal of time by simple examples
@bradleyh614
@bradleyh614 3 жыл бұрын
Goated
@nicobriceno732
@nicobriceno732 4 жыл бұрын
This lesson just got real
@user-ij6mm1er7e
@user-ij6mm1er7e 2 жыл бұрын
Excellent video ...............................Thank You !!!
@sumbul631
@sumbul631 Ай бұрын
Did not understood how the number of asterisks increased with each line in the last program.
@sodumuravikanthreddyce18d27
@sodumuravikanthreddyce18d27 Жыл бұрын
clc; clear all q=0; mine=5*q; while mine
@emineozturk1096
@emineozturk1096 8 жыл бұрын
Allah razı olsun amcacım çok güzel anlatıyosun
@abdallahableel4373
@abdallahableel4373 6 жыл бұрын
nasulsun kardasham
@alialhilo5696
@alialhilo5696 4 жыл бұрын
sevgilimin sevinci
@akbaraliagharia567
@akbaraliagharia567 3 жыл бұрын
i think that the question of fibonacci series displays different result
@wpouser
@wpouser 8 жыл бұрын
How can I put two variable to run simultaneously on the loop? For example, make n=1:5 and m=1:5 at the same time.
@saeedmardi5368
@saeedmardi5368 2 жыл бұрын
brilliant training 👍👍👍
@rajakoley2674
@rajakoley2674 4 жыл бұрын
How compare two for loop like for x=1:0.5:5 and for y=1:0:5.5
@sudhansumtripathy
@sudhansumtripathy 8 жыл бұрын
can you please explain on nested for loop
@noobkosh
@noobkosh 8 жыл бұрын
is there a way in MATLAB to compare the execution time of different functions or commands? For example I want to know how long does it take for MATLAB to execute n=1:5;sum(n) versus if I use a loop
@fitzlellc3599
@fitzlellc3599 8 жыл бұрын
+noobkosh Try tic and toc. >> tic >> sqrt(1:1e6); >> toc
@noobkosh
@noobkosh 8 жыл бұрын
+Fitzle LLC Thanks
@noobkosh
@noobkosh 8 жыл бұрын
+noobkosh Thanks for the lessons by the way. This course was the best one I could find on internet.
@lilygutierrez1917
@lilygutierrez1917 4 жыл бұрын
My command window looks different for the problem at 7:43. it displays >> sumintup(10) total equals 55/n>>
@sriramchava8062
@sriramchava8062 4 жыл бұрын
in the fprintf statement you must have typed /n in place of
@karimelectronics6760
@karimelectronics6760 6 жыл бұрын
What does bugs mean in Matlab?
@farnazbayaat5955
@farnazbayaat5955 4 жыл бұрын
you are great. do u know that? thank you so much
@davidoyugi7310
@davidoyugi7310 6 жыл бұрын
Great one
@imran5967
@imran5967 8 жыл бұрын
24:56 Doesn't Fibonacci sequence start with 0?
@mouryachandraboddu7726
@mouryachandraboddu7726 7 жыл бұрын
actually, in MATLAB index start with '1' but not '0'. so the sequence doesn't start with '0'
@bcaa09
@bcaa09 5 жыл бұрын
The Fibonacci sequence starts with 1. 1, 1, 2, 3, 5, 8, 13...
@ZyhrilPlayz
@ZyhrilPlayz 4 жыл бұрын
Stephen king?
@mathew66
@mathew66 4 жыл бұрын
😂
@nicobriceno732
@nicobriceno732 4 жыл бұрын
why can't you just do >>sum(1:5) ????? you get the same result....
@mathew66
@mathew66 4 жыл бұрын
U can but it’s just readability. Maybe you want to change the value of n or something. Maybe 1:5 is used more than once so it could be easier just changing it once and it would be updated for the whole code block
@abdinahmed6860
@abdinahmed6860 2 жыл бұрын
The idea is to show you how in-built functions such as sum are programmed by Matlab's designers. In this part, you need to imagine it as if you are the programmer who is creating the sum function itself so that users can use it directly. I know that it's kinda unclear, but when you take functions later on, you will understand what I mean.
Lesson 6.2 while-loops in MATLAB
20:17
Fitzle LLC
Рет қаралды 50 М.
Lecture 6: Version Control (git) (2020)
1:25:00
Missing Semester
Рет қаралды 674 М.
طردت النملة من المنزل😡 ماذا فعل؟🥲
00:25
Cool Tool SHORTS Arabic
Рет қаралды 22 МЛН
Magic trick 🪄😁
00:13
Andrey Grechka
Рет қаралды 55 МЛН
OMG what happened??😳 filaretiki family✨ #social
01:00
Filaretiki
Рет қаралды 13 МЛН
Engineering Math Pre-Req: Quick and Dirty Introduction to Matlab
34:51
"While Loops" and "For Loops" in MATLAB
9:24
James Smith
Рет қаралды 21 М.
Lesson 6.4: Logical indexing in MATLAB
37:30
Fitzle LLC
Рет қаралды 38 М.
you will never ask about pointers again after watching this video
8:03
Low Level Learning
Рет қаралды 2,1 МЛН
This is why Deep Learning is really weird.
2:06:38
Machine Learning Street Talk
Рет қаралды 383 М.
Simple Code, High Performance
2:50:14
Molly Rocket
Рет қаралды 246 М.
Lesson 6.3: Break-statement in MATLAB
29:32
Fitzle LLC
Рет қаралды 34 М.
Lesson 3.8 Problem Solving
52:56
Fitzle LLC
Рет қаралды 22 М.
طردت النملة من المنزل😡 ماذا فعل؟🥲
00:25
Cool Tool SHORTS Arabic
Рет қаралды 22 МЛН