How do I average a matrix in steps but they are not all in equal steps
Show older comments
I have a matrix of 2214 by 8001, the absorbances were measured 5 times for each sample but some signals were were not good enough so they were removed during data cleaning. Now the matrix is left with 3, 4 or 5 signals per sample. They are no longer all 5 signals per sample. I need help with a code to create an average matrix.....xxx by 8001 since I cannot use reshape for this particular problem.
Thank You
3 Comments
Radu Andrei Matei
on 21 Jun 2022
Hi, I think you should try to phrase your question more independently of your discipline, I don't know what an "absorbance" is for example. Could you try to explain what you need in more mathematical and/or programming terms?
Image Analyst
on 21 Jun 2022
What do the rows and columns of your matrix represent? Do you have 3, 4, or 5 of those matrices?
If you have any more questions, then attach your data and code to read it in with the paperclip icon after you read this:
NCA
on 21 Jun 2022
Accepted Answer
More Answers (0)
Categories
Find more on Logical in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!