Hello,
thank you, that helps in a way, because I know now that I am not just too silly to use the commands properly.
I will try working with three files now and then save the three resulting arrays in a two dimensional super-array
So long!
Cheers
Dominik
Search found 4 matches
- 28 Sep 2012, 07:08
- Forum: Mindstorms Software
- Topic: NXC Import File in float-array
- Replies: 6
- Views: 6824
- 27 Sep 2012, 13:45
- Forum: Mindstorms Software
- Topic: NXC Import File in float-array
- Replies: 6
- Views: 6824
Re: NXC Import File in float-array
yes that seemed to make sense to me. I tried to follow your advice but got only this far: Code: //Motor A Range: {0°,820°} X //Motor B Range: {0°,500°} Y //Motor C Range: {0°,-950°} Z //Die Verwendung mehrerer verschachtelter tasks dient nicht der Übersichtlichkeit aber der korrekten Abfolge ...
- 27 Sep 2012, 11:20
- Forum: Mindstorms Software
- Topic: NXC Import File in float-array
- Replies: 6
- Views: 6824
Re: NXC Import File in float-array
Done. See above.
- 27 Sep 2012, 10:32
- Forum: Mindstorms Software
- Topic: NXC Import File in float-array
- Replies: 6
- Views: 6824
NXC Import File in float-array
Hello, I am trying to import a .csv file I created in Excel which is filled with float numbers. My wish is for the numbers to be filled into a two-dimensional array. I have several problems - alternating from not compiling to file-error -1... Can anybody help? Cheers Dominik EDIT: An example-code: /...