Find ratio of data

2 visualizzazioni (ultimi 30 giorni)
Learning
Learning il 3 Set 2024
Risposto: Walter Roberson il 3 Set 2024
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?

Risposte (1)

Walter Roberson
Walter Roberson il 3 Set 2024
Ratios = YourData(2:end,:) ./ YourData(1:end-1,:);

Categorie

Scopri di più su Fourier Analysis and Filtering in Help Center e File Exchange

Tag

Prodotti


Release

R2024a

Community Treasure Hunt

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

Start Hunting!

Translated by