photo

Ashlesh Sortee


2017 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

2 質問
2 回答

ランク
2,313
of 301,716

評判
28

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

回答採用率
50.0%

獲得投票数
13

ランク
 of 21,398

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 176,227

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

  • Thankful Level 1
  • First Answer

バッジを表示

Feeds

表示方法

質問


In nprtool, after performing training there is a testing section in which there are two dropdown ,one for input and one for target. Why is the target dropdown in testing section? There should be only input dropdown and the net should give the output
In nprtool, after performing training there is a testing section in which there are two dropdown, one for input and one for targ...

9年弱 前 | 1 件の回答 | 0

1

回答

回答済み
How to convert a .mat file into a .csv file?
simply you can copy and paste the matrix you want in excel * all you have to do is open .mat file in matlab , press 'ctr+A' &...

9年弱 前 | 8

回答済み
How to convert a .mat file into a .csv file?
FileData = load('FileName.mat'); csvwrite('FileName.csv', FileData.FileName); * | | |* This one worked for me|||* * Thank...

9年弱 前 | 5

質問


I have an array of vectors and I want to convert those vectors into 1 single matrix, each row contains each vector in an array
* for example * array of vectors: v<1*650 cell> 35 elements in each vector * needed matrix as [v1,1 v1,2.....v1,35; v2,...

9年弱 前 | 1 件の回答 | 0

1

回答