photo

ang ji


Last seen: 4ヶ月 前 2019 年からアクティブ

Followers: 0   Following: 0

Programming Languages:
MATLAB

統計

All
MATLAB Answers

1 質問
0 回答

Cody

0 問題
4 解答

ランク
160,390
of 301,172

評判
0

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

回答採用率
100.0%

獲得投票数
0

ランク
 of 21,183

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク
63,066
of 173,200

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

スコア
51

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Solver
  • Thankful Level 1

バッジを表示

Feeds

表示方法

解決済み


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

4年弱 前

解決済み


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

4年弱 前

解決済み


Rotate a Matrix
Input a Matrix x, Output y is the matrix rotating x 90 degrees clockwise

5年弱 前

解決済み


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

5年弱 前

質問


What is the difference between "while" and "for" in this program?
This is a matlab program of column principal element Gauss elimination method: function GEpiv(A,b) [m,n]=size(A); nb=n+1; Ab...

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

1

回答