photo

Sathyanarayan Rao


Last seen: 2 months ago Active since 2013

Followers: 1   Following: 0

Message

Professional Interests: Numerical Computing and Computer Modeling

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

Statistics

All
MATLAB Answers

1 Question
5 Answers

File Exchange

59 Files

Cody

0 Problems
20 Solutions

RANK
149,225
of 300,364

REPUTATION
0

CONTRIBUTIONS
1 Question
5 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
156 of 20,934

REPUTATION
7,922

AVERAGE RATING
4.40

CONTRIBUTIONS
59 Files

DOWNLOADS
149

ALL TIME DOWNLOADS
74593

RANK
27,576
of 168,407

CONTRIBUTIONS
0 Problems
20 Solutions

SCORE
180

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

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

View badges

Feeds

View by

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

8 years ago | 0

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

8 years ago | 0

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

8 years ago | 0

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

8 years ago | 0

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

9 years ago | 0

Question


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

9 years ago | 1 answer | 0

1

answer