average between cell arrays of doubles
Hello, I’m working with a nested cell array in which each original cell contains a nested cell array of doubles.
For simplicity, the original nested array could have 10 cell arrays within it. For each of those cell arrays, there are 100 doubles that are 30×50 in length. I would like to get the mean/average of all of those doubles such that they go from 100 instances of 30×50 doubles to just 1 single instance of 30×50 double.
This would result with the average value found in each element of the double across the instances. This would mean that the original cell array is now 10 cells, with each having only one instance of 30×50 double as their individual averages.
Please let me know if you need more information to help me with calculating the average. Thank you!Hello, I’m working with a nested cell array in which each original cell contains a nested cell array of doubles.
For simplicity, the original nested array could have 10 cell arrays within it. For each of those cell arrays, there are 100 doubles that are 30×50 in length. I would like to get the mean/average of all of those doubles such that they go from 100 instances of 30×50 doubles to just 1 single instance of 30×50 double.
This would result with the average value found in each element of the double across the instances. This would mean that the original cell array is now 10 cells, with each having only one instance of 30×50 double as their individual averages.
Please let me know if you need more information to help me with calculating the average. Thank you! Hello, I’m working with a nested cell array in which each original cell contains a nested cell array of doubles.
For simplicity, the original nested array could have 10 cell arrays within it. For each of those cell arrays, there are 100 doubles that are 30×50 in length. I would like to get the mean/average of all of those doubles such that they go from 100 instances of 30×50 doubles to just 1 single instance of 30×50 double.
This would result with the average value found in each element of the double across the instances. This would mean that the original cell array is now 10 cells, with each having only one instance of 30×50 double as their individual averages.
Please let me know if you need more information to help me with calculating the average. Thank you! nested cell array, average MATLAB Answers — New Questions