Is there a rename function for Matlab 2018b? I have an old code line that won't run under this version of Matlab; The error message am getting is: Undefined function 'rename' for input arguments of type 'double'.
Error in adcp2ep (line 580)
Line 580:
%RENAME A FEW
pulse = G.transmit_pulse_length;
rename(pulse,'transmit_pulse_length_cm');
Which other function may I use to replace the rename function??
Cheers,
Felipe

2 件のコメント

Star Strider
Star Strider 2019 年 12 月 13 日
There are three rename functions in the online documentation:
rename (FTP server files)
rename (Simulink)
rename (SimBiology)
So the function depends on the context and the arguments.
Choose one.
Adam Danz
Adam Danz 2019 年 12 月 13 日
編集済み: Adam Danz 2019 年 12 月 13 日

サインインしてコメントする。

 採用された回答

Felipe Rios
Felipe Rios 2019 年 12 月 13 日

0 投票

Thanks a lot!

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeApp Building についてさらに検索

質問済み:

2019 年 12 月 13 日

回答済み:

2019 年 12 月 13 日

Community Treasure Hunt

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

Start Hunting!

Translated by