Ratios = YourData(2:end,:) ./ YourData(1:end-1,:);
Find ratio of data
3 次查看(过去 30 天)
显示 更早的评论
Hi, assume I have 10 data/sample spectra. Each spectrum is in a row and the variables are in columns. I want to divide spectrum 2 by 1, spectrum 3 by 2, 4 by 3 etc. basically each spectrum to be divided by the spectrum that was collected before it. Any code to do this at one go?
0 个评论
回答(1 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Fourier Analysis and Filtering 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!