photo

Mann Baidi


Last seen: 2ヶ月 前 2022 年からアクティブ

Followers: 1   Following: 0

統計

All
MATLAB Answers

0 質問
105 回答

Cody

0 問題
5 解答

ランク
743
of 299,722

評判
104

コントリビューション
0 質問
105 回答

回答採用率
0.00%

獲得投票数
21

ランク
 of 20,790

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
53,036
of 165,604

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

スコア
62

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Knowledgeable Level 3
  • 6 Month Streak
  • First Answer
  • Solver

バッジを表示

Feeds

表示方法

解決済み


Factorial Numbers
Factorial is multiplication of integers. So factorial of 6 is 720 = 1 * 2 * 3 * 4* 5 *6 Thus 6 factorial = factorial(720)....

約3年 前

解決済み


Flip the main diagonal of a matrix
Given a n x n matrix, M, flip its main diagonal. Example: >> M=magic(5); >> flipDiagonal(M) 9 24 1 ...

約3年 前

解決済み


Matlab Basics II - Minimum
Write a function that returns the minimum of each ROW of a matrix x example: x = [1 2 3; 4 5 6]; output [1;4];

約3年 前

解決済み


Matlab Basics II - Count rows in a matrix
Write a function that returns that number of rows in a vector or matrix x example: x = [1; 2; 3] output = 3

約3年 前

解決済み


MATLAB Basic: rounding
Do rounding near to zero Example: -8.8, answer -8 +8.1 answer 8

約3年 前