How I can save data at XY location [message #94758] |
Fri, 29 September 2017 07:16  |
Ali Gamal
Messages: 98 Registered: June 2013
|
Member |
|
|
Hi all,
If I have data like
X=[1,2,3,4,5,6,7,8,9,10]
when I want to display this data at the XY location (101,585), I write
> tvscl,x,101,585
My question is how I can save this data at this XY location as array not image?
|
|
|
|
Re: How I can save data at XY location [message #94760 is a reply to message #94758] |
Fri, 29 September 2017 07:41  |
Ali Gamal
Messages: 98 Registered: June 2013
|
Member |
|
|
On Friday, September 29, 2017 at 4:16:45 PM UTC+2, AGW wrote:
> Hi all,
>
> If I have data like
>
> X=[1,2,3,4,5,6,7,8,9,10]
>
> when I want to display this data at the XY location (101,585), I write
>> tvscl,x,101,585
>
> My question is how I can save this data at this XY location as array not image?
Thanks for your replay,
My question not about array type, I want to know how can save an array at XY location, So that when I want to call her be in this place
|
|
|