Rms calculation of specific rows
1 次查看(过去 30 天)
显示 更早的评论
I'd like to calculate rms of 3rd and 4th columns of a 21600x4 matrix (filedata{i}) but I couldn't do it. If you have any idea about how to do I'll be appreciate it. Thanks in advance.
M_Rms(:,:,i)= rms(filedata{i},3);
0 个评论
回答(1 个)
Scott MacKenzie
2021-6-13
编辑:Scott MacKenzie
2021-6-13
The rms of the data in column 3 in the matrix filedata is
rms(filedata{:,3})
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Logical 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!