Aziz ur Rehman
Followers: 0 Following: 0
Mechanical Engineering Student.
Programming Languages:
MATLAB
Spoken Languages:
English
Professional Interests:
Control Systems, Engineering
MATLAB
Spoken Languages:
English
Professional Interests:
Control Systems, Engineering
統計
MATLAB Answers
0 質問
3 回答
ランク
of 154,057
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
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...
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...
1年以上 前 | 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...
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...
2年弱 前 | 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;...
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;...
2年弱 前 | 0