Brian C
自 2015 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
I need to add numbers in an array using a for loop...plz help
Say i have array of [1;2;3] and want to sum it, the answer should be 6. im not allow to use Matlab sum function to get the sum e...
9 years 前 | 1 个回答 | 0
1
个回答提问
this function you will have test data into two 1D arrays. The input parameters to the function will be void and the output will be the two arrays defined in the function?? help
%this is my funtion function [x,y] = getData() x=[1;2;3]; y=[4;5;8]; end my issue is that it ...
9 years 前 | 1 个回答 | 0