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
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.
카테고리
도움말 센터 및 File Exchange에서 Nearest Neighbors에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!