Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when using breach on Matlab 2023b for Mac with m-series chip #12

Open
lyudeyun opened this issue Sep 26, 2023 · 0 comments
Open

Comments

@lyudeyun
Copy link

Error in STL_Formula/STL_EvalThom>GetValues (line 194)
[time_values, valarray] = RobustAnd(time_values1, valarray1, time_values2, valarray2);

Error in STL_Formula/STL_EvalThom>GetValues (line 252)
[valarray, time_values] = GetValues(Sys, phi.phi, P, traj, next_interval);

Error in STL_Formula/STL_EvalThom (line 96)
[val, time_values] = GetValues(Sys_, phi_, Pii, traj, interval);

Error in STL_Formula/STL_Eval (line 93)
[val, tau] = STL_EvalThom(Sys, phi, P, trajs, varargin{1});

Error in SEvalProp (line 164)
[props_values(i_pt).val, props_values(i_pt).tau] = STL_Eval(Sys, phi, Ptmp, traj_tmp, taus{np}, method);

Error in BreachSystem/CheckSpec (line 347)
[this.P, val] = SEvalProp(this.Sys,this.P,spec, t_spec);

Error in MyOwnProject/calRob (line 134)
rob = Br.CheckSpec(phi);

image
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant