ezander / sglib

A Matlab/Octave toolbox for stochastic Galerkin methods
http://ezander.github.com/sglib
GNU General Public License v3.0
21 stars 14 forks source link

Error in demo_field_expand_2d at 46 #11

Closed litvinen closed 13 years ago

litvinen commented 13 years ago

Check failed in: plot_field number of points must equal number of values (size(u,1)==size(pos,1)) ??? Error using ==> ones Trailing string input must be a valid numeric class name.

Error in ==> repmat at 90 mind = mind(:,ones(1,siz(1)));

Error in ==> check_boolean at 59 cmd=repmat( 'dbup;', 1, depth );

Error in ==> plot_field at 54 check_boolean( size(pos,1)==size(u,1), 'number of points must equal number of values (size(u,1)==size(pos,1))', mfilename );

Error in ==> demo_field_expand_2d at 46 plot_field( els, pos, v_f(:,i) );

ezander commented 13 years ago

Same as issue nr. 10. Closing.