Brian C


Aktiv seit 2015

Followers: 0   Following: 0

Statistik

Feeds

Anzeigen nach

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort