photo

Rini Varghese


Johns Hopkins University

Last seen: 9 mois il y a Actif depuis 2016

Followers: 0   Following: 0

Message

Postdoctoral Research Fellow

Programming Languages:
MATLAB

Statistiques

  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
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...

presque 4 ans il y a | 23

Réponse apportée
How to make only x-axis invisible (y-axis stays visible)?
Try the following: h = gca; h.XAxis.Visible = 'off';

presque 6 ans il y a | 3

Réponse apportée
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: ...

plus de 6 ans il y a | 8

Réponse apportée
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...

presque 7 ans il y a | 0

Réponse apportée
Figure of screen size
One solution to bypass the problem of being connected to different screens that might have different resolution (screen sizes), ...

presque 7 ans il y a | 1

Réponse apportée
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...

plus de 8 ans il y a | 1