Borrar filtros
Borrar filtros

Info

La pregunta está cerrada. Vuélvala a abrir para editarla o responderla.

Unbalanced or unexpected parenthesis or bracket.

2 visualizaciones (últimos 30 días)
Thomas
Thomas el 4 de Dic. de 2013
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
For some reason I am getting an error when I try and use this piece of code
Q = quad(@Func01_p4, L,U,[],[],a,b,c);
but earlier in the code I use this
A22 = quad(@Intercept3, XR1,XR2,[],[],a,b,c,d,e,f,g);
and it works just fine.
any help? thanks for your time.

Respuestas (1)

Walter Roberson
Walter Roberson el 4 de Dic. de 2013
Check the line above and see whether it was accidentally marked as continuing with the three dots, or if the previous line has a mis-matched bracket. In particular sometimes a missing "]" cannot be detected on the proper line.

La pregunta está cerrada.

Community Treasure Hunt

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

Start Hunting!

Translated by