How could I change the axis on my boxplot? I did a ANOVA test and a box-plot was automatically produced. I have 3 groups for my analysis. By default, the group was labelled as 1, 2, 3 accordingly. I would like to change it to A, B, C. ...
Hi, I constructed a subplot (2,1,p) and the ploted data have similar values, so the subplots have the same x, y axes. How can I make that the axes change at the same time in the two subplots when I make a zoom in or a zoom out in...
To change the x and y-axis limits in Matlab, you can use the "xlim" and "ylim" functions. For example, to change the x-axis limits to -3.85 and 3.85, you can use the following code: xlim([-3.85 3.85]) Similarly, for the y-axis limits, you can use the following c...
Open in MATLAB Online LL(1) = scatter(nan, nan,75, cmap(1,:),"square",'filled'); Thanks for the reply, but I have this as dummy with nan, and size 75, when I change 75 to 100, the size of the markers won't change@Rik ...
How do I get sliders to change the background... Learn more about #appdesigner, #gui, #rgbvalues, #sliders, callbacks, buttons, axescolors MATLAB
It is not a single point. it varies. i want to give the user the option to choose , because now i just have a zoom button but that just zooms and the for example the bar width doesnt change (bar graph).this
The ability to change the location of axes lines relative to the graphics objects is not available in MATLAB. To work around this issue you can use a function submitted to MATLAB Central to draw the axes lines in the desired location. The following URL will lead...
What is what you've done and what is what you're trying to do is hard to distinguish in the Question, but if the object is to get something approaching the Figure with the inset plot, the basic idea is above by placing a second axes on the same figure. ...
To change the size of the objects in your plot you can use the “set” function to change the “position” property of the legend and axes objects returned by the “legend” and “subplot” functions respectively.
Open in MATLAB Online Hi, I understand you want to change the size of the legend and subplots in your plot. To change the size of the objects in your plot you can use the “set” function to change the “position” property of the legend and axes object...