質問


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

9年以上 前 | 1 件の回答 | 0

1

回答

質問


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?

9年以上 前 | 1 件の回答 | 0

1

回答

質問


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: {} ...

9年以上 前 | 1 件の回答 | 0

1

回答

質問


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

9年以上 前 | 2 件の回答 | 1

2

回答

回答済み
system('curl www.google.com') doesn't work
where is your libcurl.so

9年以上 前 | 0

質問


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

9年以上 前 | 1 件の回答 | 0

1

回答

質問


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

10年弱 前 | 1 件の回答 | 1

1

回答

質問


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?

10年弱 前 | 2 件の回答 | 0

2

回答