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]…
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…
Forwarded from Python Coding
all freelancer join here https://gumroad.com/signup?referrer=clcoding
Forwarded from New Technology
Ask your question for immediate support quora.com/q/matlabirawen
Our Mobile app for free resources and immediate support and help https://play.google.com/store/apps/details?id=com.irawen.MatLab
Please check and rate this app https://play.google.com/store/apps/details?id=com.irawen.MatLab
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
* * * * * * * * * *
* * * * * * * *
* * * * * *
* * * *
* *
* *
* * * *
* * * * * *
*…