help-octave
[
Top
][
All Lists
]
Advanced
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
creating xyz-array
From
:
Hugo Coolens
Subject
:
creating xyz-array
Date
:
Wed, 13 Feb 2013 10:53:19 +0100
I need to create an array which addresses all points xyz (except (0,0,0) with a resolution of e.g. 0.1 from 0.1 to 0.5
something like this
0.1 0.1 0.1
0.1 0.2 0.1
0.1 0.3 0.1
0.1 0.4 0.1
0.1 0.5 0.1
0.1 0.1 0.2
0.1 0.2 0.2
0.1 0.3 0.2
0.1 0.4 0.2
0.1 0.5 0.2
.
.
0.5 0.5 0.5
I was wondering whether octave has a pre-built function to generate this kind of array?
thanks in advance
hugo
reply via email to
[Prev in Thread]
Current Thread
[
Next in Thread
]
creating xyz-array
,
Hugo Coolens
<=
Re: creating xyz-array
,
louis scott
,
2013/02/13
Re: creating xyz-array
,
Ben Abbott
,
2013/02/13
Re: creating xyz-array
,
Bård Skaflestad
,
2013/02/13
Re: creating xyz-array
,
Hugo Coolens
,
2013/02/13
Prev by Date:
Re: Strange extra line when plotting
Next by Date:
Re: creating xyz-array
Previous by thread:
Re: Strange extra line when plotting
Next by thread:
Re: creating xyz-array
Index(es):
Date
Thread