MATLAB: Why do i get the error ‘undefined function or variable ‘ for simin from workspace

MATLABsimulink

Best Answer

When you use "From Workspace" block, it expects the variable "simin" exists in the base workspace. Create that variable to eliminate this error. For example
simin=[0, 0;1 10]