Prev: Stand alone application (gui) crashes with unexpected java error
Next: pcmcia parallel port emulator
From: Jan Simon on 7 Jan 2010 10:37 Dear Jonas again! > S.b.time = rand(1, 10); > S.b.time = rand(1, 10); Typo! ==> > S.b.time = rand(1, 10); > S.c.time = rand(1, 10); I forgot to mention, that I'd recomment a field of structs: S.Value(1).time, S.Value(2).time, etc. This is clear, clean, does not create large tables of field names, which has to be searched for each access and allows for an easier concatenation: timeArray = cat(1, S.Value.time); Jan
First
|
Prev
|
Pages: 1 2 Prev: Stand alone application (gui) crashes with unexpected java error Next: pcmcia parallel port emulator |