Re: [Scilab-users] converting a variable name into a string

2016-12-06 Thread Rafael Guerra
Hi Christopher,

I do not know the Scilab equivalent but it would be interesting to know for 
what type of problem you need this feature.
The question seems puzzling at first sight, coz if we know the variable 's' 
name in order to be able to call f(s), then we should also be able to compose a 
string "s" by writing it within quotes, shouldn't we?

Regards,
Rafael



-Original Message-
From: users [mailto:users-boun...@lists.scilab.org] On Behalf Of christophk
Sent: Tuesday, December 06, 2016 2:43 PM
To: users@lists.scilab.org
Subject: [Scilab-users] converting a variable name into a string

Ok here is another question for the Scilab experts around.
Is there a way to convert the name of a variable into a string in Scilab?

Lets say, I have:
//START OF CODE
s = 2;

//then:
string(s) // returns "2"
//is there a function f with f(s) == "s" ??
//END OF CODE


Searched the web, but could only find a solution for Matlab:
https://se.mathworks.com/matlabcentral/newsreader/view_thread/251347

___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users


[Scilab-users] converting a variable name into a string

2016-12-06 Thread christophk
Ok here is another question for the Scilab experts around.
Is there a way to convert the name of a variable into a string in Scilab?

Lets say, I have:
//START OF CODE
s = 2;

//then:
string(s) // returns "2"
//is there a function f with f(s) == "s" ??
//END OF CODE


Searched the web, but could only find a solution for Matlab:
https://se.mathworks.com/matlabcentral/newsreader/view_thread/251347



--
View this message in context: 
http://mailinglists.scilab.org/converting-a-variable-name-into-a-string-tp4035182.html
Sent from the Scilab users - Mailing Lists Archives mailing list archive at 
Nabble.com.
___
users mailing list
users@lists.scilab.org
http://lists.scilab.org/mailman/listinfo/users