Error:Invalid workspace variable specified as workspace input in 'HW02_2024​_SimulinkM​odel/From Workspace'. Time values must be non-decreasing.

조회 수: 22 (최근 30일)
Error:Invalid workspace variable specified as workspace input in 'HW02_2024_SimulinkModel/From Workspace'. Time values must be non-decreasing. I am importing a array having values of vel and time the matriz i am importing is of [6001x2] double type.

답변 (1개)

Himanshu
Himanshu 2024년 9월 29일
Hi Parth,
The 'From Workspace' block requires the input data to be in a certain format, such as in a timeseries format. Additionally, the time values must be of the double data type and should increase monotonically, as they are used during simulation time. For more details on this block, please refer to the following documentation link:
  댓글 수: 1
Parth Bipin
Parth Bipin 2024년 9월 29일
Hey Himanshu Thanks for your help but now my model is given
Error:An error occurred during simulation and the simulation was terminated
Caused by:
Derivative of state '1' in block 'HW02_2024_SimulinkModel/VD model/velocity' at time 64.05749999999999 is not finite. The simulation will be stopped. There may be a singularity in the solution. If not, try reducing the step size (either by reducing the fixed step size or by tightening the error tolerances)
at my integrator block.

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

카테고리

Help CenterFile Exchange에서 Programmatic Model Editing에 대해 자세히 알아보기

제품


릴리스

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by