photo

Jan de Wilde


Thales Nederland B.V.

Last seen: casi 3 años hace Con actividad desde 2013

Followers: 0   Following: 0

Mensaje

Professional Interests: radar: signal processing, image processing

Estadística

All
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 2
  • First Submission
  • First Answer

Ver insignias

Feeds

Ver por

Respondida
How do I measure mean of every 10 data of a vector size 1x1500?
*Avoiding loops* , try: A = rand(1,1500); % your data M = mean( reshape( A, 10, 150 ) );

alrededor de 10 años hace | 2

Respondida
How to determine which axes are linked with linkaxes()?
I found the solution by myself ... but I want to share it on Matlab Central. See GetLinkedAxes (available in MatlabCentra...

más de 11 años hace | 0

| aceptada

Pregunta


How to determine which axes are linked with linkaxes()?
In my main function I've created some subplots and linked them with linkaxes(). How can I determine in another function (or C...

más de 11 años hace | 1 respuesta | 0

1

respuesta