Quantcast
Channel: MATLAB Central Newsreader - tag:"set"
Browsing all 22 articles
Browse latest View live

Re: overloading property set function

It can be useful for a subclass to restrict the range of values of a superclass property to a subset of possibilities allowed by the superclass. Overloading the set. method to accomplish this would be...

View Article



Re: overloading property set function

"Richard Pitre" <richard.pitre@robtre.com> wrote in message news:m40l3i$9sp$1@newscl01ah.mathworks.com...> It can be useful for a subclass to restrict the range of values of a > superclass...

View Article

Re: overloading property set function

"Steven Lord" <Steven_Lord@mathworks.com> wrote in message <m42fuq$ncg$1@newscl01ah.mathworks.com>...> > "Richard Pitre" <richard.pitre@robtre.com> wrote in message >...

View Article

histogram overlap grayscale

Hi there, Is there a nice way to depict three histograms of overallaping data with grayscale in a single graph? I am really not looking for any specific thing. I just want to be able to publish that...

View Article

Re: histogram overlap grayscale

"leo nidas" <bleonidas25@yahoo.gr> wrote in message news:m4e8vm$5go$1@newscl01ah.mathworks.com...>> Hi there,>> Is there a nice way to depict three histograms of overallaping data...

View Article


Re: overloading property set function

"Richard Pitre" <richard.pitre@robtre.com> wrote in message news:m45c3e$2ad$1@newscl01ah.mathworks.com...> "Steven Lord" <Steven_Lord@mathworks.com> wrote in message >...

View Article

Re: histogram overlap grayscale

"Steven Lord" <Steven_Lord@mathworks.com> wrote in message <m4flde$ha0$1@newscl01ah.mathworks.com>...> > "leo nidas" <bleonidas25@yahoo.gr> wrote in message >...

View Article

Re: histogram overlap grayscale

You said you want the grayscale image in there too. images have the y axis going in the opposite direction, but you can set the ydir property. Anyway, just call imshow, then hold on, then plot() 3...

View Article


Problem with properties of Gridlinestyle

Hello, Recently I got matlab installed by my university in my private university computer here that uses Fedora Linux. I find in it that colorbar does not contain 'Gridlinestyle', 'YGrid' and many...

View Article


Re: Problem with properties of Gridlinestyle

"KARTHIK GANESAN" <gkarthik@engr.colostate.edu> wrote in message news:m8n5pv$eqo$1@newscl01ah.mathworks.com...> Hello,> Recently I got matlab installed by my university in my private...

View Article

how to use contains

l want to compare two lists of elements: 1) to know if the neighbours of j are included in k  2) to know if the set of neighbours of j is the the same as k  the code is :  if (contains(neighbour_n{k},...

View Article

Re: how to use contains

"mazari ahmed" <ahmedmazari.ma@gmail.com> wrote in message news:mdhqg9$cgs$1@newscl01ah.mathworks.com...> l want to compare two lists of elements:> 1) to know if the neighbours of j are...

View Article

How can i set GUI inspector property in m file?

HI i'm making a new GUI . but i can't know the set value (is inspector's value default?) in guide.m file use inspector property is easy one , but i need to use function to set default value . in m-file...

View Article


Multiple curves in one plot

Hello everybody. I have a data set like this one: X1_val Y1_val X2_val Y2_val 1 2 3 4 3 44 55 6 But with more columns. I need to plot them in one graph so that I can see if the overlap somewhere. How...

View Article

Re: Multiple curves in one plot

"Lorenzo" <lollofabbrism@me.com> wrote in message news:mhspb3$k5v$1@newscl01ah.mathworks.com...> Hello everybody.>> I have a data set like this one:> X1_val Y1_val X2_val Y2_val>...

View Article


figure sizes dont work properly

Hi MATLAB community, I have a problem with figure sizes. I want to create many figures and then reposition them across my display. (if there is any better way to write code in here please tell me)...

View Article

Re: Legend outside of plot ??

Ingrid Reyzl <reyzl@mail.desy.de> wrote in message <36E50F80.4174@mail.desy.de>...> Hi everybody,> > how can i position the legend outside of a plot? (like it is possible> with...

View Article


Re: Change Matlab Command Line Prompt

"dpb" wrote in message <h4r298$mkb$2@news.eternal-september.org>...> Matt Fig wrote:> > Not that I know of. > > And, "whatever for:" or in Dr Laura's words, "what _useful_ purpose...

View Article

Re: Set path won't save

On a Linux MATLAB R2013a environment, I encountered the same initial error and I need to be able to have different paths for different users. The solution for me seems to be to run restoredefaultpath...

View Article

wrong yticklabels after setting yticks using set(gca...) and changing font size

I have found a strange behavior when setting yticklabels: I wanted to display my yticklables in % and used the following code: yt = get(gca,'yticklabel'); % original yticks: eg [0 0.1 0.2 0.3 0.4]...

View Article
Browsing all 22 articles
Browse latest View live


Latest Images