photo

Mohammed Safwat


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
1 回答

ランク
212,328
of 301,344

評判
0

コントリビューション
5 質問
1 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,238

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 174,044

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

Feeds

表示方法

質問


Can someone help me. Appreantly, my code has a minor mistake..plz help
function main() clear clc %Part A% total = 0; for n = 1:99 total = total + n*(n+1); end fprintf('T...

8年以上 前 | 1 件の回答 | 0

1

回答

質問


Can someone help with a nested for loop question...
This is the problem: Using nested loops, produce a 3 by 3 (square) matrix A. The matrix should look like this: 0 1 ...

8年以上 前 | 1 件の回答 | 0

1

回答

回答済み
New to matlab, need help with problem..
Total = 0; not understanding why its working for z = 1:300 Total = Total + z if mod(z,50)==0 di...

8年以上 前 | 0

質問


New to matlab, need help with problem..
I am suppose to create a loop to calculate the sum 1+2+3+...+300. Display the total after each 50 (i.e. 50, 100, 150 …) I know ...

8年以上 前 | 2 件の回答 | 0

2

回答

質問


Help me with this question please....
Write a loop to calculate the sum 1*2+2*3+3*4+ ... + 99*100. The answer is 333300 so far I have total = 0; for n = ...

8年以上 前 | 2 件の回答 | 0

2

回答

質問


I'm currently stuck on this problem, can someone help me please
1. Create a script called Problem01.m that does the following: Make the following variables A. Write a loop to calculate the s...

8年以上 前 | 0 件の回答 | 0

0

回答