photo

Aziz ur Rehman


Last seen: 9 meses hace Con actividad desde 2023

Followers: 0   Following: 0

Mechanical Engineering Student.

Programming Languages:
MATLAB
Spoken Languages:
English
Professional Interests:
Control Systems, Engineering

Estadística

  • First Answer

Ver insignias

Feeds

Ver por

Respondida
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...

alrededor de 1 año hace | 0

Respondida
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...

más de 1 año hace | 0

Respondida
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;...

más de 1 año hace | 0