Community Profile

photo

sunil anandatheertha


Last seen: 2 years 前 自 2010 起处于活动状态

Followers: 0   Following: 0

联系

Doctoral researcher.

统计数据

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

查看徽章

Feeds

排序方式:

提问


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

4 years 前 | 0 个回答 | 0

0

个回答

已回答
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...

12 years 前 | 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.^...

12 years 前 | 0

| 已接受

已回答
Writing text file
ahhhhhhh, i use the dlmwrite('D:\rrr.txt','delimiter','\t') instead. Whichever works for the moment !! ;)

12 years 前 | 0

已回答
Rounding off
function [RoundedNumber] = mround(numbers,decimalPlace,option) % mround: Manual Round %This function takes the input 'numb...

12 years 前 | 0

提问


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

13 years 前 | 3 个回答 | 1

3

个回答