What is this assignment statement attempting to do?

[mean_face, mean_data] = meanX(raw_data);
raw_data is a matrx of zeros with double images taken from a multitude of tif files

回答 (1 件)

Steven Lord
Steven Lord 2021 年 6 月 13 日

0 投票

This calls the meanX function with raw_data as input and returns two outputs. We can speculate as to what meanX does from its name, but to be more confident about what it does you'd need to either look at its help text (it does have help text, right?), read and understand the code, or ask the author.

1 件のコメント

Jamal Barrett
Jamal Barrett 2021 年 6 月 13 日
Okay thanks for this, it does not have a help text because the term meanx is unknown to MATLAB and SciLabs. I will contact the author for the meaning of the expression thanks again

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

製品

リリース

R2021a

質問済み:

2021 年 6 月 13 日

コメント済み:

2021 年 6 月 13 日

Community Treasure Hunt

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

Start Hunting!

Translated by