calculating a number in matlab

2 visualizzazioni (ultimi 30 giorni)
Truxton
Truxton il 15 Feb 2013
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?

Risposta accettata

manoj saini
manoj saini il 15 Feb 2013
this would be correct syntax x=-(3+sqrt(9-(4*1*((-8)^-18)))/2) try it

Più risposte (0)

Categorie

Scopri di più su Linear Algebra in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by