From: mat001 on 12 Apr 2010 05:09 I want to set colorbar fixed to min = -0.001 max = 0.03 I used caxis([-0.001 0.03]); but it colorbar not working. can some one explain me how to fixed min and maximum. Regards
From: kinor on 12 Apr 2010 05:43 "mat001 " <dres01(a)lycos.com> wrote in message <hpunvf$o67$1(a)fred.mathworks.com>... > I want to set colorbar fixed to > > min = -0.001 > > max = 0.03 > > I used caxis([-0.001 0.03]); but it colorbar not working. > can some one explain me how to fixed min and maximum. > > Regards your request is a bit sketchy this one runs just fine on my machine imshow(magic(5),[]) colormap('jet') colorbar caxis([13 25]) hth kinor
From: mat001 on 12 Apr 2010 06:03 "kinor " <kinor.removethiswithdot(a)gmx.de> wrote in message <hpupv7$mmi$1(a)fred.mathworks.com>... > "mat001 " <dres01(a)lycos.com> wrote in message <hpunvf$o67$1(a)fred.mathworks.com>... > > I want to set colorbar fixed to > > > > min = -0.001 > > > > max = 0.03 > > > > I used caxis([-0.001 0.03]); but it colorbar not working. > > can some one explain me how to fixed min and maximum. > > > > Regards > > your request is a bit sketchy > this one runs just fine on my machine > > imshow(magic(5),[]) > colormap('jet') > colorbar > caxis([13 25]) > > > hth > kinor what you wrote is not running !
From: kinor on 12 Apr 2010 06:23 "mat001 " <dres01(a)lycos.com> wrote in message <hpur4o$94q$1(a)fred.mathworks.com>... > "kinor " <kinor.removethiswithdot(a)gmx.de> wrote in message <hpupv7$mmi$1(a)fred.mathworks.com>... > > "mat001 " <dres01(a)lycos.com> wrote in message <hpunvf$o67$1(a)fred.mathworks.com>... > > > I want to set colorbar fixed to > > > > > > min = -0.001 > > > > > > max = 0.03 > > > > > > I used caxis([-0.001 0.03]); but it colorbar not working. > > > can some one explain me how to fixed min and maximum. > > > > > > Regards > > > > your request is a bit sketchy > > this one runs just fine on my machine > > > > imshow(magic(5),[]) > > colormap('jet') > > colorbar > > caxis([13 25]) > > > > > > hth > > kinor > > what you wrote is not running ! which version do you use?
From: mat001 on 12 Apr 2010 06:26 "kinor " <kinor.removethiswithdot(a)gmx.de> wrote in message <hpusa8$ota$1(a)fred.mathworks.com>... > "mat001 " <dres01(a)lycos.com> wrote in message <hpur4o$94q$1(a)fred.mathworks.com>... > > "kinor " <kinor.removethiswithdot(a)gmx.de> wrote in message <hpupv7$mmi$1(a)fred.mathworks.com>... > > > "mat001 " <dres01(a)lycos.com> wrote in message <hpunvf$o67$1(a)fred.mathworks.com>... > > > > I want to set colorbar fixed to > > > > > > > > min = -0.001 > > > > > > > > max = 0.03 > > > > > > > > I used caxis([-0.001 0.03]); but it colorbar not working. > > > > can some one explain me how to fixed min and maximum. > > > > > > > > Regards > > > > > > your request is a bit sketchy > > > this one runs just fine on my machine > > > > > > imshow(magic(5),[]) > > > colormap('jet') > > > colorbar > > > caxis([13 25]) > > > > > > > > > hth > > > kinor > > > > what you wrote is not running ! > > which version do you use? MATLAB 2009
|
Next
|
Last
Pages: 1 2 Prev: triangular decomposition Next: "Failed to decrypt file" error after compiling |