![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6818776_1522118084788_DEF.jpg)
Rini Varghese
Johns Hopkins University
Followers: 0 Following: 0
Postdoctoral Research Fellow
Programming Languages:
MATLAB
MATLAB
Feeds
답변 있음
How can I make the 'plot' function markers and lines transparent using 'alpha' or otherwise?
not sure if anyone is still following this, but for MATLAB's 'plot' function, color and transparency are specified as a 4 elemen...
How can I make the 'plot' function markers and lines transparent using 'alpha' or otherwise?
not sure if anyone is still following this, but for MATLAB's 'plot' function, color and transparency are specified as a 4 elemen...
4년 초과 전 | 24
답변 있음
How to make only x-axis invisible (y-axis stays visible)?
Try the following: h = gca; h.XAxis.Visible = 'off';
How to make only x-axis invisible (y-axis stays visible)?
Try the following: h = gca; h.XAxis.Visible = 'off';
6년 초과 전 | 3
답변 있음
Setting axes with center in origin (0,0) in plotted variables.
I am sure you are aware of the most straightforward solution to this is now available directly through MATLAB's axes option: ...
Setting axes with center in origin (0,0) in plotted variables.
I am sure you are aware of the most straightforward solution to this is now available directly through MATLAB's axes option: ...
거의 7년 전 | 8
답변 있음
get(0,'ScreenSize') can not get right screen size
Posted a solution to a similar problem here: <https://www.mathworks.com/matlabcentral/answers/165216-figure-of-screen-size#answe...
get(0,'ScreenSize') can not get right screen size
Posted a solution to a similar problem here: <https://www.mathworks.com/matlabcentral/answers/165216-figure-of-screen-size#answe...
7년 초과 전 | 0
답변 있음
Figure of screen size
One solution to bypass the problem of being connected to different screens that might have different resolution (screen sizes), ...
Figure of screen size
One solution to bypass the problem of being connected to different screens that might have different resolution (screen sizes), ...
7년 초과 전 | 1
답변 있음
Define a RGBa color- transparency
You can modify most object colors with 4 input arguments (RGBa notation) in MATLAB (2015). E.g. rectangle(x,y,w,h,'facecolor',[0...
Define a RGBa color- transparency
You can modify most object colors with 4 input arguments (RGBa notation) in MATLAB (2015). E.g. rectangle(x,y,w,h,'facecolor',[0...
거의 9년 전 | 1