photo

Sathyanarayan Rao


Last seen: 3 mesi fa Attivo dal 2013

Followers: 1   Following: 0

Messaggio

Professional Interests: Numerical Computing and Computer Modeling

Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
He/him

Statistica

All
MATLAB Answers

1 Domanda
5 Risposte

File Exchange

59 File

Cody

0 Problemi
20 Soluzioni

RANK
107.269
of 301.537

REPUTAZIONE
0

CONTRIBUTI
1 Domanda
5 Risposte

ACCETTAZIONE DELLE RISPOSTE
0.0%

VOTI RICEVUTI
0

RANK
157 of 21.318

REPUTAZIONE
7.969

VALUTAZIONE MEDIA
4.40

CONTRIBUTI
59 File

DOWNLOAD
146

ALL TIME DOWNLOAD
75063

RANK
29.157
of 175.234

CONTRIBUTI
0 Problemi
20 Soluzioni

PUNTEGGIO
180

NUMERO DI BADGE
1

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • Personal Best Downloads Level 4
  • First Review
  • 5-Star Galaxy Level 5
  • First Submission
  • Revival Level 1
  • First Answer
  • Solver

Visualizza badge

Feeds

Visto da

Risposto
Visualizing min, max and mean
x = [1 2 3 4 5]; ymin = [0.01 0.02 0.03 0.04 0.05]; % lower error bar position ymax = [0.02 0.03 0.04 0.05 0.06]; % uppe...

oltre 8 anni fa | 0

Risposto
how to draw a bar chart with max and min
x = [1 2 3 4 5]; ymin = [0.01 0.02 0.03 0.04 0.05]; % lower error bar position ymax = [0.02 0.03 0.04 0.05 0.06]; % uppe...

oltre 8 anni fa | 0

Risposto
How to extract data from a plot for various values of X and Y axis?
speed = [1 2 3 4 5] time = [0.03 0.05 0.07 0.09 0.1] h = plot(time,speed); xdata = (get(h, 'XData')) ydata =...

oltre 8 anni fa | 0

Risposto
How to convert binary image to 2D triangulation?
Check this code that uses Gmsh https://nl.mathworks.com/matlabcentral/fileexchange/61507-binary-image-to-finite-element-mesh...

oltre 8 anni fa | 0

Risposto
To read nodes and elements of the .msh file to Matlab
Please check http://nl.mathworks.com/matlabcentral/fileexchange/59682-visualizing-gmsh-msh-file-in-matlab-using-triplot and let ...

oltre 9 anni fa | 0

Domanda


What is Block error in Simulink ?
I am trying to simulate a very simple RC circuit and I get the following error when I try to run the model. Each physical ne...

quasi 10 anni fa | 1 risposta | 0

1

risposta