Pregunta


How to get the points of [lat, lon] of a full great circle?
the matlab function gcwaypts generates points on the short arc of the great circle across two given points. How to get the f...

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

1

respuesta

Pregunta


how to exit the occupy of the license of a matlab toolbox?
The license of a matlab toolbox allows only several users in the meantime. How to quit from the occupied license?

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

1

respuesta

Pregunta


question about the 'stuct' of matlab?
Why the second one gives rise to empty struct? s.a=1; s.b=2; s.c={} s = a: 1 b: 2 c: {} ...

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

1

respuesta

Pregunta


unexpected shift after downsampling using decimate
n = 1000; t = 1:n; x = rand(1,n) - 0.5; x = sin(2*pi/100*t); y = decimate(x,4); figure('color','w'); ha = a...

más de 9 años hace | 2 respuestas | 1

2

respuestas

Respondida
system('curl www.google.com') doesn't work
where is your libcurl.so

más de 9 años hace | 0

Pregunta


Problems of loading http urls in matlab.
I can access websites using the matlab web browser. I can NOT download a url link using 'urlread'. Is there any other mat...

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

1

respuesta

Pregunta


about the amplitude of spectrum by fft
As for cos(2*pi*t), the peaks locates at -1 and 1 Hz with a value of 0.5. It's correct. t = 0:0.1:10; x = cos(2*pi*...

casi 10 años hace | 1 respuesta | 1

1

respuesta

Pregunta


What are the frequencies when N in fft(x,N) is odd?
I know when N is even, fft(x,N) corresponds to frequencies 0,df,...,N/2*df,-(N/2-2)*df,...,-df. What about if N is odd?

casi 10 años hace | 2 respuestas | 0

2

respuestas