photo

Rini Varghese


Johns Hopkins University

Last seen: 9ヶ月 前 2016 年からアクティブ

Followers: 0   Following: 0

Postdoctoral Research Fellow

Programming Languages:
MATLAB

統計

  • First Answer

バッジを表示

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...

4年弱 前 | 23

回答済み
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: ...

6年以上 前 | 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...

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), ...

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...

8年以上 前 | 1