Borrar filtros
Borrar filtros

Write a Matlab program which gives the same output as the following program but only contains if statements

3 visualizaciones (últimos 30 días)
a = rand
if a < .3
a < .3
elseif a<.6
.3 <= a <.6
else
a > 6
end;
  2 comentarios
the cyclist
the cyclist el 4 de Jul. de 2015
if (you show some effort)
if (you post some code)
we might help you with some hints
end
end
dpb
dpb el 4 de Jul. de 2015
Why would you want to do that (unless it's a homework assignment in which case we've got to see an attempt first....)???

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre 2-D and 3-D Plots 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!

Translated by