[gplab-users] Constants Range in Terminals
Status: Beta
Brought to you by:
gplab
From: Atif R. <ati...@na...> - 2018-02-05 08:55:47
|
Dear All, I want to use a range of constants (*from 1 to 200*) in my terminal-set. Do I have to write each constant separately in setterminals like this p=setterminals(p,'1','2','3','4','5', . . . ,'197','198','199','200'); Yes, I can use *rand* function in my terminal set, but that will only give me numbers between 0 and 1. Moreover, I cannot use multiplication with rand (like *rand*200*), in setterminals, in order to get my desired terminals constants. *Can I somehow define the range of constants [1:200] in my terminals?* Also, thanks to *both respected Sara and Vitor*, for always replying. J Why do others not contribute to this mailing list? Thank you |