How do I generate a string during a loop

2 visualizaciones (últimos 30 días)
Kevin  Hartman
Kevin Hartman el 1 de Nov. de 2017
Comentada: Kevin Hartman el 2 de Nov. de 2017
I'm looking to generate a string, such as 'grape', when a certain value, say, 0.5, is encountered during a loop. How do I do this?
  3 comentarios
Eric
Eric el 2 de Nov. de 2017
if value==0.5
'grape'
end
If you want to actually do something with it, save it in a variable. Not sure what you want to do with the 'grape' string.
Kevin  Hartman
Kevin Hartman el 2 de Nov. de 2017
Thank you, this will work.

Iniciar sesión para comentar.

Respuestas (0)

Categorías

Más información sobre Loops and Conditional Statements en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by