
Sathyanarayan Rao
Professional Interests: Numerical Computing and Computer Modeling
Statistics
CLASIFICACIÓN
151.718
of 272.976
REPUTACIÓN
0
CONTRIBUCIONES
1 Pregunta
5 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
174 of 18.438
REPUTACIÓN
7.123
EVALUACIÓN MEDIA
4.40
CONTRIBUCIONES
56 Archivos
DESCARGAS
405
ALL TIME DESCARGAS
66795
CLASIFICACIÓN
19.707
of 122.372
CONTRIBUCIONES
0 Problemas
20 Soluciones
PUNTUACIÓN
180
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Content Feed
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...
alrededor de 5 años hace | 0
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...
alrededor de 5 años hace | 0
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 =...
más de 5 años hace | 0
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...
más de 5 años hace | 0
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 ...
más de 6 años hace | 0
Pregunta
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...
más de 6 años hace | 0 respuestas | 0