photo

Rini Varghese


Johns Hopkins University

Last seen: 3 mesi fa Attivo dal 2016

Followers: 0   Following: 0

Messaggio

Postdoctoral Research Fellow

Programming Languages:
MATLAB

Statistica

MATLAB Answers

0 Domande
6 Risposte

RANK
928
of 300.392

REPUTAZIONE
84

CONTRIBUTI
0 Domande
6 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.00%

VOTI RICEVUTI
39

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK

of 168.373

CONTRIBUTI
0 Problemi
0 Soluzioni

PUNTEGGIO
0

NUMERO DI BADGE
0

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • First Answer

Visualizza badge

Feeds

Visto da

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

circa 5 anni fa | 26

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

circa 7 anni fa | 3

Risposto
Setting axes with center in origin (0,0) in plotted variables.
A relatively straightforward solution to this is now available directly through MATLAB's axes option: ax = gca; ax.XAxisLocati...

oltre 7 anni fa | 8

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

circa 8 anni fa | 0

Risposto
Figure of screen size
One solution to bypass the problem of being connected to different screens that might have different resolution (screen sizes), ...

circa 8 anni fa | 1

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

oltre 9 anni fa | 1