We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I start the BrDemo.AFC_6_Analysis, several errors occurs:
"Index exceeds the number of array elements (1).
Error in QuickMesh (line 5) yrange= min(y):epsi(2)/2:max(y);
Error in QuickMeshSf (line 29) [XI, YI, ZI] = QuickMesh(x,y,Z,epsi);
Error in SplotProp (line 62) [XI, YI, ZI] = QuickMeshSf(Pf,Z);
Error in BreachSystem/PlotRobustMap (line 869) SplotProp(Pf, phi, options);
Error in BrDemo.AFC_6_Analysis (line 20) BrMap.PlotRobustMap(AF_alw_ok, {'Pedal_Angle_pulse_amp', 'Pedal_Angle_pulse_period'}, [0 80; 10 20]);"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I start the BrDemo.AFC_6_Analysis, several errors occurs:
"Index exceeds the number of array elements (1).
Error in QuickMesh (line 5)
yrange= min(y):epsi(2)/2:max(y);
Error in QuickMeshSf (line 29)
[XI, YI, ZI] = QuickMesh(x,y,Z,epsi);
Error in SplotProp (line 62)
[XI, YI, ZI] = QuickMeshSf(Pf,Z);
Error in BreachSystem/PlotRobustMap (line 869)
SplotProp(Pf, phi, options);
Error in BrDemo.AFC_6_Analysis (line 20)
BrMap.PlotRobustMap(AF_alw_ok, {'Pedal_Angle_pulse_amp', 'Pedal_Angle_pulse_period'}, [0 80; 10 20]);"
The text was updated successfully, but these errors were encountered: