photo

Asiegbu Kanu-Asiegbu


2017 年からアクティブ

Followers: 0   Following: 0

統計

All
MATLAB Answers

2 質問
0 回答

Cody

0 問題
1 解答

ランク
112,214
of 301,296

評判
0

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

回答採用率
50.0%

獲得投票数
0

ランク
7,923 of 21,225

評判
N/A

平均評価
5.00

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

ダウンロード
2

ALL TIME ダウンロード
0

ランク
122,167
of 173,832

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

スコア
20

バッジ数
1

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • Solver

バッジを表示

Feeds

表示方法

質問


Why answer is in different ?
When I run this equation below I get a row vector (1 by 2 ) // [ (9/4) + [(6/sqrt(2))*cos(pi/4)] +[2*cos(pi/4)*cos(pi/4)] ...

約8年 前 | 1 件の回答 | 0

1

回答

質問


How do I save path for future sessions?
I'm trying to finish the MATLAB code shown below. What the code does now is that it adds a folder and subfolders to the MATLAB p...

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

1

回答

解決済み


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

8年以上 前