![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14774317_1550047893225_DEF.jpg)
Himanshu tripathi
自 2019 起处于活动状态
Followers: 0 Following: 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0