You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia...@googlegroups.com
Any Matlab like Variable Explorer and quick Plotting tool for Julia?
Felix Boamah
unread,
Feb 4, 2014, 4:29:25 AM2/4/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia...@googlegroups.com
I don't know matlab but if variable explorer is a view into
all variables then yes in julia you can use "whos" function
and for plotting
Winston, pyplot ... google for more
Tobias Knopp
unread,
Feb 4, 2014, 4:46:18 AM2/4/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia...@googlegroups.com
Yes whos in the REPL gives all global variables.
I am working on a user interface for this. But it is not really usable at this point. When it is a little more mature it will look something like this:
Felix
unread,
Feb 4, 2014, 7:13:22 AM2/4/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia...@googlegroups.com
I this case I think you need to look into how whos() is implemented
in base
Tobias Knopp
unread,
Feb 4, 2014, 7:49:56 AM2/4/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to julia...@googlegroups.com
It already works. But as this is on julia-users I just wanted to mention that this is only a prototype and getting all the dependencies working is non-trivial (at least on windows and OSX). The code lives here: https://github.com/tknopp/Julietta.jl
Felix
unread,
Feb 4, 2014, 8:45:58 AM2/4/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message