Borrar filtros
Borrar filtros

Info

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

Hlep change the program .As easy and automatic.

2 visualizaciones (últimos 30 días)
Sakunrat Jaejaima
Sakunrat Jaejaima el 16 de Jul. de 2015
Cerrada: MATLAB Answer Bot el 20 de Ag. de 2021
i=1;
while (100-2^i>0)
i=i+1;
end
k=i-1
e1=100-2^k
while (e1-2^k<0)
k=k-1;
end
k1=k
e2=e1-2^k1
while(e2-2^k1<0)
k1=k1-1;
end
k2=k1
e3=e2-2^k2
  1 comentario
the cyclist
the cyclist el 16 de Jul. de 2015
Please explain the problem with the code. Are you getting an error? Are you getting an unexpected result? Does this code run too slowly for your purpose?
You need to help explain all this to us, if you want us to help you.

Respuestas (0)

La pregunta está cerrada.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by