
Sathyanarayan Rao
Professional Interests: Numerical Computing and Computer Modeling
Statistics
All
Content Feed
送信済み
Electrical resistivity tomography Geometric Factors
Comparison of analytical and numerical geometric factors for surface-borehole configuration.
4年以上 前 | ダウンロード 3 件 |

送信済み
Estimating parameters for van-Genuchten soil water retention curve model
Matlab inbuilt 'nlinfit' is used to estimate van-Genuchten fitting parameters.
5年弱 前 | ダウンロード 2 件 |

送信済み
Convert white pixels in a binary image to coordinates
This function forms coordinate array [x,y] of white pixels based on user defined range.
5年弱 前 | ダウンロード 2 件 |

送信済み
Perpendicular Line to a given line forming a T-shape
Given any two points, two other points can be constructed forming a T shape
約5年 前 | ダウンロード 2 件 |

送信済み
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.
5年以上 前 | ダウンロード 1 件 |

回答済み
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...
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...
5年以上 前 | 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...
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...
5年以上 前 | 0
送信済み
JPG image to EIDORS finite element model data via linear interpolation
EIDORS image is generated based on jpg image pixels.
5年以上 前 | ダウンロード 5 件 |

送信済み
Remove reciprocals from a Electrical Impedance Tomography (EIT) scheme
Removes reciprocal quadrupoles from a EIT scheme.
5年以上 前 | ダウンロード 1 件 |

回答済み
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 =...
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 =...
5年以上 前 | 0
送信済み
Integer to Integer map using logical indexing
Logical indexing is used to map integer from one set to another
5年以上 前 | ダウンロード 1 件 |

回答済み
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...
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...
5年以上 前 | 0
送信済み
carnatic music mayamalavagowla first sarali swara generation in MATLAB
The semitones of sarigama is generated in matlab using a sinusoidal signal.
5年以上 前 | ダウンロード 1 件 |

解決済み
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 ...
6年弱 前
送信済み
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.
約6年 前 | ダウンロード 6 件 |

回答済み
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 ...
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 ...
6年以上 前 | 0
送信済み
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.
6年以上 前 | ダウンロード 23 件 |

送信済み
Electrical Impedance Tomography Image Reconstruction using MATLAB based freeware EIDORS
In this code, using EIDORS Electrical Impedance Tomographic Image Reconstruction is demonstrated.
6年以上 前 | ダウンロード 29 件 |

送信済み
MATLAB to gmsh .geo file
MATLAB to gmsh compatible text file using fprintf
6年以上 前 | ダウンロード 5 件 |

送信済み
Points to Surface Matrix
Given a set of coordinates and its connection information, surface data is generated.
6年以上 前 | ダウンロード 3 件 |

送信済み
Regularized Least Square: Tikhonov Regularization test for Hilbert matrix.
Regularized Least Square and ordinary least square solution are compared.
6年以上 前 | ダウンロード 18 件 |

送信済み
Linear Regression: Least Square Solution
Least square solution is demonstrated for human population data
6年以上 前 | ダウンロード 1 件 |

送信済み
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.
6年以上 前 | ダウンロード 39 件 |

送信済み
Electrical Resistivity Forward problem: Poisson's equation with heterogeneous conductivity
Poisson's equation is solved for a heterogeneous medium with varying conductivity.
7年弱 前 | ダウンロード 5 件 |

質問
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...
7年弱 前 | 1 件の回答 | 0
1
回答送信済み
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.
約7年 前 | ダウンロード 18 件 |

送信済み
Explicit Numerical Methods to solve Differential Equation
Here , I compare Euler, Runge-Kutta and Adam-Bashforth methods to integrate a simple function.
約7年 前 | ダウンロード 1 件 |

送信済み
Analytical plot of Dielectric function of Lorentz medium
This code plots complex dielectric function of a Lorentz medium using its analytical formula.
7年以上 前 | ダウンロード 7 件 |
