문제를 풀었습니다


Distance walked 1D
Suppose you go from position 7 to 10 to 6 to 4. Then you have walked 9 units of distance, since 7 to 10 is 3 units, 10 to 6 is 4...

대략 8년 전

문제를 풀었습니다


Weighted average
Given two lists of numbers, determine the weighted average. Example [1 2 3] and [10 15 20] should result in 33.333...

대략 8년 전

답변 있음
Replacing NaN with nearest neighbor
A quick and dirty* way is to get the indices of the NaN values and replace them with their immediate neighbors (to the left or r...

대략 8년 전 | 0

제출됨


The Barycentric Fixed-Mass method for estimating fractal dimensions
A method for estimating (multi) fractal properties of 2D/3D point distributions

거의 9년 전 | 다운로드 수: 1 |

Thumbnail

제출됨


Generic Fractal Generator
Generates a multi/monofractal point distribution from user supplied or build-in template matrix.

대략 9년 전 | 다운로드 수: 2 |

Thumbnail

답변 있음
Batch inside a Batch
It seems like you are not allowed to change the pool size on the cluster. You can see the effect of the number of cores by chang...

대략 11년 전 | 0

| 수락됨

답변 있음
How to display the Matlab command window data in GUI static text
You create a text box and then you update it like this set(txt_handle,'string','blaaa')

대략 11년 전 | 0