nnstart pattern reorganization : How to avoide removeconstantrows block use by the tool ?
이전 댓글 표시
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
2017년 8월 23일
0 개 추천
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
2017년 8월 24일
Greg Heath
2017년 8월 25일
WHY IN THE WORLD WOULD YOU WANT TO REMOVE IT ???
카테고리
도움말 센터 및 File Exchange에서 Simulink Functions에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!