Day 3 : https://youtu.be/jJDai457Row There is test at the end of the series. Top 10 will be awarded.
YouTube
#Day3- #100DaysChallenge- Matlab Loops| Collatz Sequence
#Day3- #100DaysChallenge- Matlab Loops| Collatz Sequence
Task: Generate a Collatz Sequence for the given n
Collatz Sequence:
If the given Number is even then the next number in the sequence will be n/2.If the given number is odd the next number in the sequence…
Task: Generate a Collatz Sequence for the given n
Collatz Sequence:
If the given Number is even then the next number in the sequence will be n/2.If the given number is odd the next number in the sequence…
January 4, 2021
Watch and learn for good prizes
Day 5: https://youtu.be/erlC_Kkm7_w
Day 5: https://youtu.be/erlC_Kkm7_w
YouTube
#Day5- #100DaysChallenge- Matlab Loops| Linear Search
#Day5- #100DaysChallenge- Matlab Loops| Linear Search
a=[1,2,3,1,1,2,3,4,5,1]
In the above vector we have to find the first occurrence of the given number x
For Example:
If x=3.
Then the code has to return 3 because the index of x=3 is 3 [First Occurrence]…
a=[1,2,3,1,1,2,3,4,5,1]
In the above vector we have to find the first occurrence of the given number x
For Example:
If x=3.
Then the code has to return 3 because the index of x=3 is 3 [First Occurrence]…
January 22, 2021
Day 6: Keep Learning https://www.youtube.com/watch?v=tlc4CpwkRJo&list=PLNhFkFk6qEgJ9g3RUR8PtnD_Rw2KmsAR1&index=6
YouTube
#Day6- #100DaysChallenge- Matlab Loops| Occurrence of Two one in a vector
#Day6- #100DaysChallenge- Matlab Loops| Occurrence of Two one in a vector
Task: Find Occurrence of two one in a given vector.
Find the number of times [1,1] pattern occur in the given vector
Note: This code can be done using the in-built command. But…
Task: Find Occurrence of two one in a given vector.
Find the number of times [1,1] pattern occur in the given vector
Note: This code can be done using the in-built command. But…
January 23, 2021
Today MATLAB CHALLENGE
https://youtu.be/h6DxE8xumWU
https://youtu.be/h6DxE8xumWU
YouTube
#Day34 #100DaysChallenge- Matlab Loops| Hollow Diamond-3
#Day33- Hollow Diamond-3
Task:
Print hollow diamond as shown below by taking user input for the number of lines or rows
* * * * * * * * * *
* * * * * * * *
* * * * * *
* * * *
* *
* *
* * * *
* * * * * *
*…
Task:
Print hollow diamond as shown below by taking user input for the number of lines or rows
* * * * * * * * * *
* * * * * * * *
* * * * * *
* * * *
* *
* *
* * * *
* * * * * *
*…
February 23, 2021