assign variable name to Function Output Variables

6 次查看(过去 30 天)
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

回答(1 个)

M
M 2019-11-8
Why don't you just change [wave_rms]=waveform(wave) into [Uph_rms]=waveform(wave) ?
  5 个评论
Guillaume
Guillaume 2019-11-8
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.

请先登录,再进行评论。

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by