help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

plot fail using toolbox of temporal disaggregation of Quilis writen in M


From: skruk
Subject: plot fail using toolbox of temporal disaggregation of Quilis writen in Matlab
Date: Sat, 27 Aug 2011 19:39:16 -0700 (PDT)

Dear Octave-list users,

I have a toolbox written by Quilis in Matlab for temporal disaggregation
(http://www.mathworks.com/matlabcentral/fileexchange/24438-temporal-disaggregation-library).

My data is:

Y =

   18664
   21049
   22472
   21831
   23011
   24045
   24621
   26037
   28195
   27702
   27273

x =

94
93
92
95
101
104
108
108
107
111
108
106
105
99
97
99
97
101
105
108
108
110
114
112
109
107
105
106
108
113
113
120
124
127
128
128
130
124
119
112
106
117
118
123
124
125
125
128

I do:

res=denton_uni(Y,x,1,1,4)

Next:

tduni_plot(res)

I have error:

error: __plt2vv__: vector lengths must match
error: called from:
error:   C:\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\plot\__plt2vv__.m at
lin
e 76, column 5
error:   C:\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\plot\__plt2__.m at
line
68, column 14
error:   C:\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\plot\__plt__.m at
line 7
9, column 10
error:   C:\Octave\3.2.4_gcc-4.4.0\share\octave\3.2.4\m\plot\plot.m at line
186,
 column 5
error:   c:\td\tduni_plot.m at line 41, column 1

If I do it line by line it works.

Thanks, 

Sebastian.

--
View this message in context: 
http://octave.1599824.n4.nabble.com/plot-fail-using-toolbox-of-temporal-disaggregation-of-Quilis-writen-in-Matlab-tp3773951p3773951.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]