How to multiply different size arrays and multiply each element by each element?
I have an equation with 4 arrays in, all of a different size. I want every combination of the arrays possible and multiply all by all because i’m going to filter out the outputs later. It’s almost like a simplex algorithm but in one equation with the limits set by the peson inputting the data. Thanks for all your help!
Alex
Vh = ((Span * ((1 – Ct)+1)*MAC/2) * CoM)/(WingArea*WChord);
% Where, Span, Ct, MAC, and CoM are all differently sized arrays.I have an equation with 4 arrays in, all of a different size. I want every combination of the arrays possible and multiply all by all because i’m going to filter out the outputs later. It’s almost like a simplex algorithm but in one equation with the limits set by the peson inputting the data. Thanks for all your help!
Alex
Vh = ((Span * ((1 – Ct)+1)*MAC/2) * CoM)/(WingArea*WChord);
% Where, Span, Ct, MAC, and CoM are all differently sized arrays. I have an equation with 4 arrays in, all of a different size. I want every combination of the arrays possible and multiply all by all because i’m going to filter out the outputs later. It’s almost like a simplex algorithm but in one equation with the limits set by the peson inputting the data. Thanks for all your help!
Alex
Vh = ((Span * ((1 – Ct)+1)*MAC/2) * CoM)/(WingArea*WChord);
% Where, Span, Ct, MAC, and CoM are all differently sized arrays. array, matrix manipulation, equation MATLAB Answers — New Questions









