From: Kewal Krishna on 28 Jun 2010 06:50 I m using biplot function on a dataset(bod1 and bodname) and i m not getting the plot properly (as i was getting last time for the same datasets). Its showing the error below. ??? Error using ==> line Invalid line property: 'variables'. Error in ==> biplot at 118 varHndl = [line(arx(1:2,:),ary(1:2,:), 'Color','b', 'LineStyle','-', plotArgs{:}, 'Marker','none'); ... Pls respond me ASAP.
From: Wayne King on 28 Jun 2010 07:05 "Kewal Krishna " <kewal_cool12(a)yahoo.co.in> wrote in message <i09uot$nju$1(a)fred.mathworks.com>... > I m using biplot function on a dataset(bod1 and bodname) > and i m not getting the plot properly (as i was getting last time for the same datasets). > Its showing the error below. > > ??? Error using ==> line > Invalid line property: 'variables'. > > Error in ==> biplot at 118 > varHndl = [line(arx(1:2,:),ary(1:2,:), 'Color','b', 'LineStyle','-', plotArgs{:}, 'Marker','none'); ... > Pls respond me ASAP. Are you by any chance using 'variables' as the Name instead of 'VarLabels'? The name in the name-value pair is 'VarLabels'. Wayne
|
Pages: 1 Prev: standard deviation Next: My PDE is not obeying conservation principle |