Brian C


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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...

meer dan 8 jaar ago | 1 answer | 0

1

answer

Question


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 ...

meer dan 8 jaar ago | 1 answer | 0

1

answer