Community Profile

photo

Antti


VTT Technical Research Centre of Finland Ltd

Aktiv seit 2011

Followers: 0   Following: 0

Kontakt

Statistiken

  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
How to skip certain return points using the "find" command
If you want also to get indexes (for some reason) with find command: % example data y = sin(0.1:0.1:100)*5; % All indexes o...

mehr als 12 Jahre vor | 0

Beantwortet
Reading a very large text file of an almost regular data with empty value
Hi, I think Jan's example code is good, but I suppose 3rd line should be: fidOUT = fopen(FileName2, 'w'); % 'w' like wr...

mehr als 12 Jahre vor | 1

Beantwortet
Generate random points inside a circle
Here is a multidimensional version of the Brunos code: %% Modified randn method for hypercircle % Data n = 1e6; ...

fast 13 Jahre vor | 1