calculating a number in matlab
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hello, I am trying to simply calculate a number in matlab, and for some reason im getting this error:
EDU>> x=-((3+sqrt(9-(4*1*(-8^-18)))/2)
x=-((3+sqrt(9-(4*1*(-8^-18)))/2)
|
Error: Expression or statement is incorrect--possibly unbalanced (, {, or [.
anyone know whats going on here?
0 comentarios
Respuesta aceptada
manoj saini
el 15 de Feb. de 2013
this would be correct syntax x=-(3+sqrt(9-(4*1*((-8)^-18)))/2) try it
Más respuestas (0)
Ver también
Categorías
Más información sobre Startup and Shutdown en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!