Matlab Cody study notes day1

Matlab Cody study notes-improvement plan

Problem 3. Find the sum of all the numbers of the input vector Find the sum of the
matrix elements:
function y = vecsum(x)
y = sum(x);
end
Improve the use of the assertion function assert.m.
The disadvantage of Cody is that there is a better solution, but you can't see it, so it's better to open source.

Guess you like

Origin blog.csdn.net/yxnooo1/article/details/112461496