photo

Sathyanarayan Rao


Last seen: 2 Monate vor Aktiv seit 2013

Followers: 1   Following: 0

Nachricht

Professional Interests: Numerical Computing and Computer Modeling

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

Statistik

All
MATLAB Answers

1 Frage
5 Antworten

File Exchange

59 Dateien

Cody

0 Probleme
20 Lösungen

RANG
149.231
of 300.392

REPUTATION
0

BEITRÄGE
1 Frage
5 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
156 of 20.933

REPUTATION
7.922

DURCHSCHNITTLICHE BEWERTUNG
4.40

BEITRÄGE
59 Dateien

DOWNLOADS
152

ALL TIME DOWNLOADS
74587

RANG
27.571
of 168.335

BEITRÄGE
0 Probleme
20 Lösungen

PUNKTESTAND
180

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Gesendet


Time-Frequency Analysis of Fourier vs Wavelet Transform
This code creates an animation demonstrating how different transforms analyze signals with time-varying frequency content.

10 Monate vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


Planetary Motion Animation
I animate Earth and Mars orbits using ode45 solver

12 Monate vor | 3 Downloads |

0.0 / 5
Thumbnail

Gesendet


Duffing Oscillator Phase Space Animator
This MATLAB code provides an elegant visualization of the Duffing oscillator's phase space dynamics.

etwa ein Jahr vor | 2 Downloads |

0.0 / 5
Thumbnail

Gesendet


Electrical resistivity tomography Geometric Factors
Comparison of analytical and numerical geometric factors for surface-borehole configuration.

etwa 7 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


Estimating parameters for van-Genuchten soil water retention curve model
Matlab inbuilt 'nlinfit' is used to estimate van-Genuchten fitting parameters.

mehr als 7 Jahre vor | 1 Download |

5.0 / 5
Thumbnail

Gesendet


Convert white pixels in a binary image to coordinates
This function forms coordinate array [x,y] of white pixels based on user defined range.

mehr als 7 Jahre vor | 1 Download |

5.0 / 5
Thumbnail

Gesendet


Perpendicular Line to a given line forming a T-shape
Given any two points, two other points can be constructed forming a T shape

mehr als 7 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


Instrument output text file with header and unwanted lines to matlab matrix
Removes header and unwanted lines from any text file and saves data in matlab matrix form.

fast 8 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

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

fast 8 Jahre vor | 0

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

fast 8 Jahre vor | 0

Gesendet


JPG image to EIDORS finite element model data via linear interpolation
EIDORS image is generated based on jpg image pixels.

fast 8 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


Remove reciprocals from a Electrical Impedance Tomography (EIT) scheme
Removes reciprocal quadrupoles from a EIT scheme.

etwa 8 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

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

etwa 8 Jahre vor | 0

Gesendet


Integer to Integer map using logical indexing
Logical indexing is used to map integer from one set to another

etwa 8 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

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

etwa 8 Jahre vor | 0

Gesendet


carnatic music mayamalavagowla first sarali swara generation in MATLAB
The semitones of sarigama is generated in matlab using a sinusoidal signal.

etwa 8 Jahre vor | 1 Download |

5.0 / 5
Thumbnail

Gelöst


convert matrix to single column
given any matrix, convert it to single column

mehr als 8 Jahre vor

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

mehr als 8 Jahre vor

Gesendet


Binary image to Finite element mesh ( GMSH geo file )
This code creates GMSH geo file from an image boundary that can be readily meshed using GMSH.

mehr als 8 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

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

etwa 9 Jahre vor | 0

Gesendet


Visualizing GMSH .msh file in MATLAB using TRIPLOT
In this code, I import GMsh .msh file and form elements and nodes matrix which is then visualized.

etwa 9 Jahre vor | 4 Downloads |

3.6 / 5
Thumbnail

Gesendet


Electrical Impedance Tomography Image Reconstruction using MATLAB based freeware EIDORS
In this code, using EIDORS Electrical Impedance Tomographic Image Reconstruction is demonstrated.

etwa 9 Jahre vor | 14 Downloads |

0.0 / 5
Thumbnail

Gesendet


MATLAB to gmsh .geo file
MATLAB to gmsh compatible text file using fprintf

etwa 9 Jahre vor | 4 Downloads |

5.0 / 5
Thumbnail

Gesendet


Points to Surface Matrix
Given a set of coordinates and its connection information, surface data is generated.

etwa 9 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Gesendet


Regularized Least Square: Tikhonov Regularization test for Hilbert matrix.
Regularized Least Square and ordinary least square solution are compared.

etwa 9 Jahre vor | 3 Downloads |

3.5 / 5
Thumbnail

Gesendet


Linear Regression: Least Square Solution
Least square solution is demonstrated for human population data

etwa 9 Jahre vor | 1 Download |

1.0 / 5
Thumbnail

Gesendet


Transmittance and Reflectance Spectra of Multilayered Dielectric Stack using Transfer Matrix Method
Transfer Matrix Method is used to calculate transmittance and reflectance of dielectric layers.

mehr als 9 Jahre vor | 10 Downloads |

3.5 / 5
Thumbnail

Gesendet


Electrical Resistivity Forward problem: Poisson's equation with heterogeneous conductivity
Poisson's equation is solved for a heterogeneous medium with varying conductivity.

mehr als 9 Jahre vor | 1 Download |

0.0 / 5
Thumbnail

Frage


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

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Gesendet


Two dimensional wave interference using Finite Difference Time Domain method (FDTD).
Using FDTD, interference of two sinusoidal source is visualized using FDTD method in TM mode.

mehr als 9 Jahre vor | 1 Download |

5.0 / 5
Thumbnail

Mehr laden