Bug: no textread and problems with colorbars

View: New views
2 Messages — Rating Filter:   Alert me  

Bug: no textread and problems with colorbars

by marwitz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hallo,

Sorry I am not a professional.
I have installed octave 3.2.3 64bit on Suse 10.3.
I get warnings about missing libraries.
Where I can get the libraries?

There are some rpm for octave 3.2.3 incl. the libraries.

The installed program do not know 'textread' and
have problems with colorbar constructions like
'
cb=colorbar('EastOutside','YTickLabel',...

{num2str(n),num2str(round((n-m)/2+m)),num2str(m),num2str(round((n-m)/2+m)),num2str(n)},
...
  'ytick',[0 0.25 0.5 0.75 1]);
   zlab = get(cb,'ylabel');
   set(zlab,'String','Cycles');
   set(gcf,'Colormap',cmaprh)
'
please help me!

I have a secound installation on windows Xp (ocatve 3.2.0)
without any problems. But much less quick.

Sincerely

Christian



-----
Federal Institute for Materials Research and Testing
  Christian Marwitz
  Unter den Eichen 44-46, 12203 Berlin
  House: 89, Dep. VI.2
  Tel: +49 30 8104 3546 (Lab, Room 172)
  Tel: +49 30 8104 3591 (Office, Room 254)
  Fax: +49 30 8104 1817

Private
  Christian Marwitz
  Schudomastr. 45
  12055 Berlin
  Tel: +49 30 66 400 440 (Alice)
  Mobile: +49 1577 785 86 96 (eplus)
-----
_______________________________________________
Bug-octave mailing list
Bug-octave@...
https://www-old.cae.wisc.edu/mailman/listinfo/bug-octave

Re: Bug: no textread and problems with colorbars

by marwitz :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

The Problems are solved.

To read files with octave use the octave-io package.
http://octave.sourceforge.net/packages.html

The Problem with the colorbar is the 'axis square'. In my case 'axis square' manipulate the colorbar to a square colorbar!!

cheers Christian