![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/2654340_1590742185646.jpg)
sunil anandatheertha
Followers: 0 Following: 0
Doctoral researcher.
Statistics
RANK
8 163
of 297 016
REPUTATION
5
CONTRIBUTIONS
2 Questions
4 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
1 387 of 20 419
REPUTATION
1 343
AVERAGE RATING
3.60
CONTRIBUTIONS
12 Files
DOWNLOADS
28
ALL TIME DOWNLOADS
12726
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Solved
Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...
mer än 3 år ago
Question
Why is rand faster than rand(1) ?
I am optimizing my monte-carlo codes and have a question on rand function. Below, i give simple codes to get a random n...
mer än 4 år ago | 0 answers | 0
0
answersSubmitted
Rapidly find the points lying inside a cut-off radius
This completely vectorized code helps you find all points within a cut-off radius from given point.
mer än 4 år ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/e5891b11-4a80-11e4-9553-005056977bd0/3fc3dedf-7394-4a60-8dcd-c90a3e0c3664/images/screenshot.jpg)
Solved
Find the two most distant points
Given a collection of points, return the indices of the rows that contain the two points most distant from one another. The inpu...
mer än 4 år ago
Solved
Four digit number ABCD reversal
write a MATLAB function to find the four-digit number ABCD when multiplied by 4 returns DCBA. The function takes an input x=4.
mer än 4 år ago
Solved
Squares of odd numbers upto a given range
Find the squares of odd numbers upto a given range. If Given x=6 return y=(1^2,3^2,5^2) y=1,9,25 If Given x=5 retu...
mer än 4 år ago
Submitted
CLOCK version 1.0: display a clock
A simple clock. Version 1.1
nästan 13 år ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/35099/versions/2/screenshot.jpeg)
Submitted
Find the "I J K" indices of any element number "e" in the 2D or 3D matrix
Many a times it may be required to identify the indices, 'i','j' and 'k' values of an element number
ungefär 13 år ago | 1 download |
Submitted
Monte carlo simulation of three dimensional grain growth - code - version No. 1 (basic)
Q-state Metropolis algorithm based Monte-Carlo simulation of basic 3D GRAIN GROWTH
ungefär 13 år ago | 5 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/34985/versions/1/screenshot.jpg)
Submitted
A very simple random integer generator using rand().
A very simple random integer generator using rand().
ungefär 13 år ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/34655/versions/2/screenshot.jpg)
Submitted
Generate coordinates for slotted ClarkY airfoil having leading edge slat and trailing flap
Generate coordinates for slotted ClarkY airfoil having leading edge slat and trailing flap.
ungefär 13 år ago | 5 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/34912/versions/1/screenshot.jpeg)
Submitted
Monte carlo simulation of two dimensional grain growth - code - version No. 1 (basic)
Q-state Metropolis algorithm based Monte-Carlo simulation of basic GRAIN GROWTH
ungefär 13 år ago | 6 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/34784/versions/2/screenshot.jpg)
Submitted
A simple, physics based simulation of freefall - Version 1a
This is a simple free fall simulation.
ungefär 13 år ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/34776/versions/3/screenshot.jpg)
date to number
Try using this for general purposes: a=clock;a(1),a(2),a(3),a(4),a(5),a(6) Assuming the 09-08-01 00:56:33 to be, da...
ungefär 13 år ago | 0
Using markers for data, lines for simulations
hmm, please see if this is of some help to you (though this one does not use function handles!!): >> a=1:10;b=a.^...
ungefär 13 år ago | 0
| accepted
Submitted
Generate [file/folder/any] name based on current time
Generate [file/folder] name based on current time. Useful for some automated folder/file creation.
ungefär 13 år ago | 1 download |
Submitted
Identify edge and corner element numbers
Identify the elements lying along edges and corners of a 2D (n x m) matrix
ungefär 13 år ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/34657/versions/1/screenshot.jpg)
Writing text file
ahhhhhhh, i use the dlmwrite('D:\rrr.txt','delimiter','\t') instead. Whichever works for the moment !! ;)
ungefär 13 år ago | 0
Rounding off
function [RoundedNumber] = mround(numbers,decimalPlace,option) % mround: Manual Round %This function takes the input 'numb...
ungefär 13 år ago | 0
Question
How do I specify the compression level to gzip?
Is there a way I can specify the zip compression to "best compression" or "normal compression".
mer än 13 år ago | 3 answers | 1
3
answersSubmitted
Finite Difference Laplace Equation Solver using unequal square grid xy grids.
Finite difference (central) method is applied and solution is used to solve Laplace's equation.
ungefär 14 år ago | 2 downloads |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/30104/versions/1/screenshot.jpeg)
Submitted
An extended method to find the value of pi using random numbers inside a sphere..
Uses the random function generator and 3D matrix.
ungefär 14 år ago | 1 download |
![Thumbnail](/matlabcentral/mlc-downloads/downloads/submissions/29698/versions/1/screenshot.jpg)