Search found 7 matches

by rloc
Tue Jul 31, 2012 6:54 am
Forum: Programming
Topic: Calling Eviews program from Matlab
Replies: 5
Views: 8370

Re: Calling Eviews program from Matlab

Thanks Steve. It worked today. I must have had a contamintaed connection yesterday. Today's question: Is there any documentation about what the various commands (eg GetGroup v. GetGroupEx) do? I have been guessing based on the names, but it would be nice to know options etc. In particular, I have be...
by rloc
Mon Jul 30, 2012 9:46 am
Forum: Programming
Topic: Calling Eviews program from Matlab
Replies: 5
Views: 8370

Calling Eviews program from Matlab

I have set up a connection to Eviews from matlab with the following: hm = actxserver('Eviews.Manager'); ha = hm.GetApplication; I can successfully run Eviews commands one at a time with, for example, ha.Run('rets.genr retd? = log(cum_?) - log(cum_?(-1))'); but since the one command at a time surroun...
by rloc
Tue Jun 26, 2012 1:15 pm
Forum: Programming
Topic: Freeze: combining a graph and table
Replies: 4
Views: 6747

Re: Freeze: combining a graph and table

Spool fits the bill. Very easy. Thanks.
by rloc
Tue Jun 26, 2012 12:05 pm
Forum: Programming
Topic: Freeze: combining a graph and table
Replies: 4
Views: 6747

Re: Freeze: combining a graph and table

I have a graph object. Also have a table object. I can cut them and paste them into Excel and print them as a single page (or email as a single sheet in Excel). I would like to avoid cutting and pasting seprate objects into Excel. I would like to print a pretty picture with a graph and an accompanyi...
by rloc
Tue Jun 26, 2012 11:36 am
Forum: Programming
Topic: Freeze: combining a graph and table
Replies: 4
Views: 6747

Freeze: combining a graph and table

I would like to have table and a graph on the same page. I tried Freeze. It didn't like different objects. Suggestions?
by rloc
Mon May 07, 2012 8:46 am
Forum: Data Manipulation
Topic: Finding first valid data in group of series
Replies: 2
Views: 3933

Re: Finding first valid data in group of series

Thanks, I was going that way, but struck out using @members and trying to loop over the string names.
by rloc
Mon May 07, 2012 6:14 am
Forum: Data Manipulation
Topic: Finding first valid data in group of series
Replies: 2
Views: 3933

Finding first valid data in group of series

@ifirst does not work with a group. I want to find the LATEST FIRST DATE across series of valid data in a group containing n series. Alternately, is there a way to loop over the names of series in a group and then I will check the @ifirst of each and find the greatest.

Go to advanced search