sunil anandatheertha
Followers: 0 Following: 0
Statistics
RANK
8,322
of 300,369
REPUTATION
5
CONTRIBUTIONS
2 Questions
4 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
1
RANK
1,405 of 20,936
REPUTATION
1,349
AVERAGE RATING
3.60
CONTRIBUTIONS
12 Files
DOWNLOADS
18
ALL TIME DOWNLOADS
12782
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
5 years ago | 0 answers | 0
0
answersdate 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...
14 years 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.^...
14 years ago | 0
| accepted
Writing text file
ahhhhhhh, i use the dlmwrite('D:\rrr.txt','delimiter','\t') instead. Whichever works for the moment !! ;)
14 years ago | 0
Rounding off
function [RoundedNumber] = mround(numbers,decimalPlace,option) % mround: Manual Round %This function takes the input 'numb...
14 years 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".
14 years ago | 3 answers | 1






