relation between variable name and program speed

Is the variable name affects the speed of the program or memory storage. if a take for example a variable like
par = 10; or
parameter = 10;

回答 (1 件)

Matthias Walle
Matthias Walle 2016 年 10 月 6 日
編集済み: Matthias Walle 2016 年 10 月 6 日

0 投票

you can use the
tic
%Code
toc
Function to compare the speed. My bet is that you can chose any name and it wont affect the program speed by much or even not at all same goes for storage.

カテゴリ

ヘルプ センター および File ExchangePerformance and Memory についてさらに検索

質問済み:

2016 年 10 月 6 日

編集済み:

2016 年 10 月 6 日

Community Treasure Hunt

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

Start Hunting!

Translated by