Same Load function error for all .slx or .mdl files

조회 수: 1 (최근 30일)
Khaled Ibrahim
Khaled Ibrahim 2018년 10월 17일
댓글: Khaled Ibrahim 2018년 10월 17일
I get this error when trying to load any Simulink model to be able to use cftool... for .slx files i get
"Error using load
Number of columns on line 2 of ASCII file OCT.slx must be the same as previous lines."
while i get this for .mdl files
"Error using load
Number of columns on line 21 of ASCII file OCT.mdl must be the same as previous lines."
How to get over this?

채택된 답변

Steven Lord
Steven Lord 2018년 10월 17일
Simulink® models aren't data to be loaded and passed into cftool. They are themselves programs. You could instead open the model, simulate the model, and export the simulation results to a variable to use with cftool.
If instead you want to optimize parameters of your model in order to get the results to match some expected results, you may want to use Simulink® Design Optimization™ instead of cftool.
  댓글 수: 1
Khaled Ibrahim
Khaled Ibrahim 2018년 10월 17일
Thanks for your reply. I wanted to apply laboratory results on Simulink models and graph V vs. I and more. "To Workspace" block did the job.

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Choose and Parameterize Blocks에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by