Aziz ur Rehman
Followers: 0 Following: 0
Mechanical Engineering Student.
MATLAB
Spoken Languages:
English
Professional Interests:
Control Systems, Engineering
Statistiques
0 Questions
3 Réponses
RANG
78 058
of 296 430
RÉPUTATION
0
CONTRIBUTIONS
0 Questions
3 Réponses
ACCEPTATION DE VOS RÉPONSES
0.00%
VOTES REÇUS
0
RANG
of 20 370
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 156 406
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
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...
plus d'un an il y a | 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...
presque 2 ans il y a | 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;...
presque 2 ans il y a | 0