Aziz ur Rehman
Followers: 0 Following: 0
Mechanical Engineering Student.
MATLAB
Spoken Languages:
English
Professional Interests:
Control Systems, Engineering
Statistica
0 Domande
3 Risposte
RANK
219.314
of 295.467
REPUTAZIONE
0
CONTRIBUTI
0 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
0.00%
VOTI RICEVUTI
0
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Counting the number of digits
The approach that i followed is in which i used a recursive function to compute the sum of digits of the integer provided such t...
oltre un anno fa | 0
Write a function called blur that blurs the input image
I wrote this code. but its a different approach to solving the problem. The picture does blur to some extent. how will i be able...
quasi 2 anni fa | 0
next prime number using While loops
Simple as that function Final_Prime=next_prime(n) prime=primes(n+n) ; i=1 temp=prime(1); while prime(i)<=n i=i+1;...
quasi 2 anni fa | 0