Himanshu tripathi
2019 年からアクティブ
Followers: 0 Following: 0
統計
All
MATLAB Answers
0 質問
6 回答
ランク
of 154,257
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
1 パブリック チャネル
平均評価
50
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
classificationLayer cannot output one-hot encoded matrix?
Hey Xiaolong, Why do you want to feed one hot encoded Y to the net? The function trainNetwork() does not accept one hot encod...
classificationLayer cannot output one-hot encoded matrix?
Hey Xiaolong, Why do you want to feed one hot encoded Y to the net? The function trainNetwork() does not accept one hot encod...
5年以上 前 | 0
回答済み
How can I configure a MATLAB Function block from Simulink
To configure Right Click > Block Parameters.
How can I configure a MATLAB Function block from Simulink
To configure Right Click > Block Parameters.
5年以上 前 | 0
回答済み
A simple classifier...does it work?
Yes, looking at the results it seems fine !
A simple classifier...does it work?
Yes, looking at the results it seems fine !
5年以上 前 | 1
| 採用済み
回答済み
omit nonzero elemnt in cell
This may be helpful. Replacing Values of a cell in Matlab.
omit nonzero elemnt in cell
This may be helpful. Replacing Values of a cell in Matlab.
5年以上 前 | 0
回答済み
zero pad to resize an image
Try this I = rand(240,152) ; // first image iwant = zeros(240,168) ; iwant(1:240,1:152) = I ;
zero pad to resize an image
Try this I = rand(240,152) ; // first image iwant = zeros(240,168) ; iwant(1:240,1:152) = I ;
5年以上 前 | 1
回答済み
Why do I get these error message ?
Try this for i = 1:size(BB,1) rectangle('Position',BB(i,:),'LineWidth',3,'LineStyle','-','EdgeColor','r'); end
Why do I get these error message ?
Try this for i = 1:size(BB,1) rectangle('Position',BB(i,:),'LineWidth',3,'LineStyle','-','EdgeColor','r'); end
5年以上 前 | 0