search for: fx_file

Displaying 4 results from an estimated 4 matches for "fx_file".

Did you mean: ft_file
2011 Feb 14
2
How can I slightly offset plots?
Dear R help contributers, I have several x,y scatter plots and I would like to plot them slightly offset, similar to: http://www.mathworks.com/matlabcentral/fx_files/24368/2/content/style4.jpg I've looked all over for this answer with no luck. Just a function name or previous example would probably be enough for me to figure it out. Thank-you in advance, Carly
2009 Aug 21
2
2d color coded line plot
Hi! I'm not experienced very experienced with R and i'm looking for a way doing plots like in this example http://www.mathworks.de/matlabcentral/fx_files/23566/2/color_line3.png, which basically it is a 2d plot in which the 3rd dimension (variable) is color coded. I have only seen elsewhere that it is possible to color code dots in a scatter plot and I tried it with success although I I didn't find a way of including the color bar has lege...
2011 Aug 30
1
execute R commands from Matlab
They seem to have a workaround. I don't know whether anything better is available by now. http://www.mathworks.com/matlabcentral/newsreader/view_thread/163726 HTH, Daniel sarak wrote: > > Is it possible for anyone to upload a youtube video showing how to execute > R commands in Matlab , it's so vital for me .. > -- View this message in context:
2011 Aug 26
0
Problem in calling R functions from Matlab
...??? 1 b =???? '' c =???? COM.StatConnectorSrv_StatConnector >> Rdemo b =???? 1???? 4???? 9??? 16??? 25??? 36??? 49??? 64??? 81?? 100 c =???? 2???? 5??? 10??? 17??? 26??? 37??? 50??? 65??? 82?? 101 I then tried running the Rdemo available on http://www.mathworks.com/matlabcentral/fx_files/5051/1/content/Rdemo.html evalR('demo("persp")') works well. Also the arithmetic functions all work well: a = 1:10; putRdata('a',a) b = evalR('a^2') evalR('b <- a^2'); evalR('c <- b + 1'); c = getRdata('c') However ?Now copy t...