photo

SAYANTAN BHANJA


Last seen: 5年弱 前 2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

3 質問
1 回答

ランク
100,368
of 297,503

評判
0

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

回答採用率
33.33%

獲得投票数
0

ランク
 of 20,449

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 159,017

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


What's wrong in it?
Write a function called smallest_multiple that returns a uint64, the smallest positive number that is evenly divisible by all o...

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

1

回答

質問


WHY IT IS WRONG?
Write a function called halfsum that takes as input an at most two-dimensional array A and computes the sum of the elements of A...

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

0

回答

質問


How to do it?
Write a function called halfsum that takes as input an at most two-dimensional array A and computes the sum of the elements of ...

7年以上 前 | 3 件の回答 | 0

3

回答

回答済み
Error: Unexpected MATLAB expression.
function [TF]=fare(D,A) D=round(D); if(D<=1) FR=2; if(A<=17||A>=60) TF=(FR-(FR/5)) ...

7年以上 前 | 0