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 ArticleProblem 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 ArticleRe: 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 Articlehow 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 ArticleRe: 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 ArticleHow 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 ArticleMultiple 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 ArticleRe: 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 Articlefigure 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 ArticleRe: 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 ArticleRe: 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 ArticleRe: 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 Articlewrong 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 ArticleRe: wrong yticklabels after setting yticks using set(gca...) and
On 02/08/2017 7:10 AM, Nicolai Slaatto wrote: ... ...> ... the resulting plot is displaying a wrong> y-aksis! Eg.:>> set(gca,'yticklabel',...> num2str(100*str2num(yt),...> '%-1d%%')...
View ArticleRe: wrong yticklabels after setting yticks using set(gca...) and changing...
> Is this a Matlab bug or do I oversee something here? Yes you overseen something, since you don't control 'ytick', and when you increases the font matlab changes it, therefore your yticklabel no...
View Article