Community Profile

photo

Pamela Stein


Active since 2014

Statistics

  • Thankful Level 1

View badges

Content Feed

View by

Answered
how to average multiple function runs together
A long way about doing it, but I got it to work. jj = 500; [wxgen]=runx; m = wxgen; for i=1:jj-1 [wxgen]=runx; ...

10 years ago | 0

| accepted

Question


how to average multiple function runs together
Hi, I have a function [runx] with an output that is a 11x256 matrix. I would like to run this function 500 times. And ge...

10 years ago | 2 answers | 0

2

answers

Question


How do I store each output of my function as an vector element?
I wrote a cross-ambiguity function (Function [tau,doppler,tau_p,doppler_p] = wgenx). There are no input arguments. When I ...

10 years ago | 2 answers | 0

2

answers