Matlab 7.7.0 (R2008b) and dynare 4

This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location where you will have to reset your password.
Forum rules
This forum is closed. You can read the posts but cannot write. We have migrated the forum to a new location (https://forum.dynare.org) where you will have to reset your password.

Matlab 7.7.0 (R2008b) and dynare 4

Postby winifred » Mon Sep 14, 2009 10:40 am

Hi dear all

I am running the codes following:

statistic1 = 100*sqrt(diag(oo_.var(1:13,1:13)))./oo_.mean(1:13);
table('Relative standard deviations in %',strvcat('VARIABLE','REL. S.D.'),M_.endo_names(1:13,:),statistic1,13,10,4)
statistic2 = 100*sqrt(diag(oo_.var(1:13,1:13)));
table('standard deviations in %',strvcat('VARIABLE','S.D.'),M_.endo_names(1:13,:),statistic2,13,8,4);


It is OK to do these calculation in my laptop with Matlab 7.6.0 (R2008a). But it does not work in my office's computer which is updated recently. and after updated, i set path for dynare and start to run these codes, but it failed. Here is the error message:

??? Undefined function or method 'table' for input arguments of type 'char'.

Error in ==> testutility15 at 171
table('Relative standard deviations in %',strvcat('VARIABLE','REL.
S.D.'),M_.endo_names(1:13,:),statistic1,13,10,4)

Error in ==> dynare at 102
evalin('base',fname) ;



Does somebody also have faced this problem? Is it wrong with Matlab 7.7.0 or any other thing I should notice.


Thanks for helping!
winifred
 
Posts: 12
Joined: Tue Oct 21, 2008 10:02 am

Re: Matlab 7.7.0 (R2008b) and dynare 4

Postby winifred » Mon Sep 14, 2009 11:40 am

Hello

I found the answer for this problem! check this

viewtopic.php?f=2&t=2204&p=4345&hilit=table#p4345


Still thanks for this forum!
winifred
 
Posts: 12
Joined: Tue Oct 21, 2008 10:02 am


Return to Dynare help

Who is online

Users browsing this forum: Google [Bot] and 10 guests