![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2686490.jpg)
Sathyanarayan Rao
Followers: 0 Following: 0
Professional Interests: Numerical Computing and Computer Modeling
MATLAB
Spoken Languages:
English
Pronouns:
He/him
Statistics
RANK
255,682
of 297,016
REPUTATION
0
CONTRIBUTIONS
1 Question
5 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
0
RANK
157 of 20,419
REPUTATION
7,818
AVERAGE RATING
4.40
CONTRIBUTIONS
59 Files
DOWNLOADS
226
ALL TIME DOWNLOADS
73554
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Submitted
Time-Frequency Analysis of Fourier vs Wavelet Transform
This code creates an animation demonstrating how different transforms analyze signals with time-varying frequency content.
1 month ago | 15 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/68797bd3-635a-4d48-982c-27b1606df1cd/db08b777-f576-4a2a-97b2-4a9096bc9e75/images/1737141585.png)
Submitted
Planetary Motion Animation
I animate Earth and Mars orbits using ode45 solver
3 months ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/0fae1ea4-c163-45b3-a48a-36d8c20af2d6/1019c128-0dc4-4759-bf42-8f7eeb08be07/images/1730966112.png)
Submitted
Duffing Oscillator Phase Space Animator
This MATLAB code provides an elegant visualization of the Duffing oscillator's phase space dynamics.
4 months ago | 5 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/4498d7a2-8232-4fba-9110-5b3de4b5bc64/1b7a0b9f-d30e-41c1-9580-f0d4a371a213/images/1730009547.jpg)
Submitted
Electrical resistivity tomography Geometric Factors
Comparison of analytical and numerical geometric factors for surface-borehole configuration.
6 years ago | 4 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/64723ab1-1479-47a7-90d5-bf39558b50ff/29a257e0-3fd4-477a-aa3f-0e089853cede/images/screenshot.png)
Submitted
Estimating parameters for van-Genuchten soil water retention curve model
Matlab inbuilt 'nlinfit' is used to estimate van-Genuchten fitting parameters.
7 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/67075/versions/3/screenshot.png)
Submitted
Convert white pixels in a binary image to coordinates
This function forms coordinate array [x,y] of white pixels based on user defined range.
7 years ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/66901/versions/1/screenshot.png)
Submitted
Perpendicular Line to a given line forming a T-shape
Given any two points, two other points can be constructed forming a T shape
7 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/66240/versions/2/screenshot.jpg)
Submitted
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.
7 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/65083/versions/1/screenshot.png)
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...
7 years ago | 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...
7 years ago | 0
Submitted
JPG image to EIDORS finite element model data via linear interpolation
EIDORS image is generated based on jpg image pixels.
7 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/64943/versions/1/screenshot.png)
Submitted
Remove reciprocals from a Electrical Impedance Tomography (EIT) scheme
Removes reciprocal quadrupoles from a EIT scheme.
7 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/64620/versions/2/screenshot.png)
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 =...
7 years ago | 0
Submitted
Integer to Integer map using logical indexing
Logical indexing is used to map integer from one set to another
7 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/64282/versions/1/screenshot.jpg)
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...
7 years ago | 0
Submitted
carnatic music mayamalavagowla first sarali swara generation in MATLAB
The semitones of sarigama is generated in matlab using a sinusoidal signal.
7 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/64025/versions/1/screenshot.jpg)
Solved
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 ...
8 years ago
Submitted
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.
8 years ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/61507/versions/1/screenshot.jpg)
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 ...
8 years ago | 0
Submitted
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.
8 years ago | 6 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/59682/versions/1/screenshot.jpg)
Submitted
Electrical Impedance Tomography Image Reconstruction using MATLAB based freeware EIDORS
In this code, using EIDORS Electrical Impedance Tomographic Image Reconstruction is demonstrated.
8 years ago | 13 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/59263/versions/1/screenshot.jpg)
Submitted
MATLAB to gmsh .geo file
MATLAB to gmsh compatible text file using fprintf
8 years ago | 8 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/58916/versions/1/screenshot.jpg)
Submitted
Points to Surface Matrix
Given a set of coordinates and its connection information, surface data is generated.
8 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/58822/versions/1/screenshot.jpg)
Submitted
Regularized Least Square: Tikhonov Regularization test for Hilbert matrix.
Regularized Least Square and ordinary least square solution are compared.
8 years ago | 3 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/58736/versions/1/screenshot.jpg)
Submitted
Linear Regression: Least Square Solution
Least square solution is demonstrated for human population data
8 years ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/58482/versions/1/screenshot.jpg)
Submitted
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.
8 years ago | 13 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/47637/versions/2/screenshot.jpg)
Submitted
Electrical Resistivity Forward problem: Poisson's equation with heterogeneous conductivity
Poisson's equation is solved for a heterogeneous medium with varying conductivity.
8 years ago | 6 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/57814/versions/1/screenshot.jpg)
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...
8 years ago | 1 answer | 0
1
answerSubmitted
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.
9 years ago | 4 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/55301/versions/1/screenshot.jpg)