Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 MATLAB 中有一张图片。如何计算每个像素的均值和标准差?
像您的单行问题这样的单行答案可以是:
mean(TheImage(:))