Feeds
已回答
Create a function that accepts any number of numeric input arguments and sums up all of the individual elements in the arguments?
clc clear all close all a={10}; b={[4;-2;2]}; c={[1 0 3;-5 1 2;1 2 0]}; d={[1 5 -2]}; ans=varsum(a, b, c, d) functio...
Create a function that accepts any number of numeric input arguments and sums up all of the individual elements in the arguments?
clc clear all close all a={10}; b={[4;-2;2]}; c={[1 0 3;-5 1 2;1 2 0]}; d={[1 5 -2]}; ans=varsum(a, b, c, d) functio...
4 years 前 | 1

