assign variable name to Function Output Variables

6 visualizaciones (últimos 30 días)
Adrian
Adrian el 8 de Nov. de 2019
Comentada: Guillaume el 8 de Nov. de 2019
Hi All
when using a Function it is possible to assign a variable name to the input
e.g
wave = Uph
[.........] = waveform(wave)
Is it possible to use the same variable in the output definition
[wave_rms]=waveform(wave)
so the output variable stored in the workspace is Uph_rms and not wave_rms?
Thanks
Adrian

Respuestas (1)

M
M el 8 de Nov. de 2019
Why don't you just change [wave_rms]=waveform(wave) into [Uph_rms]=waveform(wave) ?
  5 comentarios
Adrian
Adrian el 8 de Nov. de 2019
They are 20 different variables
Guillaume
Guillaume el 8 de Nov. de 2019
They are 20 different variables
That's where you went wrong and what we have to fix. How were these 20 different variables created in the first place.

Iniciar sesión para comentar.

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by