nnstart pattern reorganization : How to avoide removeconstantrows block use by the tool ?

1 回表示 (過去 30 日間)
Mohammed Shameem Hussain
Mohammed Shameem Hussain 2017 年 8 月 20 日
コメント済み: Greg Heath 2017 年 8 月 25 日
Hi,
I am a working pattern recognization tool from Matlab, where after running the tool I get removeconstantrows block in the Simulink view. I do not want to have this block and like to run have coefficients for all the points.
Please let me know how can I avoid it.
Thank you
Best regards

回答 (1 件)

Sharan Paramasivam Murugesan
Sharan Paramasivam Murugesan 2017 年 8 月 23 日
You can manually remove the "removeconstantrows" from the preprocessing functions by setting the parameter "processFcns" for both inputs and outputs.
e.g., mrac_net.inputs{1}.processFcns = {};
where mrac_net is the name of the network.
  2 件のコメント
Mohammed Shameem Hussain
Mohammed Shameem Hussain 2017 年 8 月 24 日
Is there an option directly in neural network tool (nnstart)?
Greg Heath
Greg Heath 2017 年 8 月 25 日
WHY IN THE WORLD WOULD YOU WANT TO REMOVE IT ???

サインインしてコメントする。

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by