Matlab - equation solve
up vote
0
down vote
favorite
Welcome ! I have a problem I want to solve in matlab this equation:
[(1,78e14 + 9,76^11)/128e6] +5e-5
Problem is that i'm getting error and i don't know how to type it properly
matlab
add a comment |
up vote
0
down vote
favorite
Welcome ! I have a problem I want to solve in matlab this equation:
[(1,78e14 + 9,76^11)/128e6] +5e-5
Problem is that i'm getting error and i don't know how to type it properly
matlab
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
Welcome ! I have a problem I want to solve in matlab this equation:
[(1,78e14 + 9,76^11)/128e6] +5e-5
Problem is that i'm getting error and i don't know how to type it properly
matlab
Welcome ! I have a problem I want to solve in matlab this equation:
[(1,78e14 + 9,76^11)/128e6] +5e-5
Problem is that i'm getting error and i don't know how to type it properly
matlab
matlab
asked Nov 10 at 20:18
tomczas
76110
76110
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
accepted
Change your to () because its interpreted as vector, also change the ',' to '.':
>> ((1.78e14 + 9.76^11)/128e6) +5e-5
ans = 1.3912e+06
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
accepted
Change your to () because its interpreted as vector, also change the ',' to '.':
>> ((1.78e14 + 9.76^11)/128e6) +5e-5
ans = 1.3912e+06
add a comment |
up vote
0
down vote
accepted
Change your to () because its interpreted as vector, also change the ',' to '.':
>> ((1.78e14 + 9.76^11)/128e6) +5e-5
ans = 1.3912e+06
add a comment |
up vote
0
down vote
accepted
up vote
0
down vote
accepted
Change your to () because its interpreted as vector, also change the ',' to '.':
>> ((1.78e14 + 9.76^11)/128e6) +5e-5
ans = 1.3912e+06
Change your to () because its interpreted as vector, also change the ',' to '.':
>> ((1.78e14 + 9.76^11)/128e6) +5e-5
ans = 1.3912e+06
answered Nov 10 at 20:20
chenchuk
1,92221322
1,92221322
add a comment |
add a comment |
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53243047%2fmatlab-equation-solve%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown