photo

sunil anandatheertha


Last seen: 4년 초과 전 2010년부터 활동

Followers: 0   Following: 0

메시지

Doctoral researcher.

통계

All
MATLAB Answers

2 질문
4 답변

File Exchange

12 파일

Cody

0 문제
4 답안

순위
8,380
of 301,513

평판
5

참여
2 질문
4 답변

답변 채택
0.0%

획득한 표
1

순위
1,410 of 21,312

평판
1,352

평균 평점
3.60

참여
12 파일

다운로드 수
15

ALL TIME 다운로드 수
12812

순위
63,201
of 175,031

참여
0 문제
4 답안

점수
51

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

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

5년 초과 전 | 답변 수: 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...

대략 14년 전 | 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년 전 | 0

| 수락됨

답변 있음
Writing text file
ahhhhhhh, i use the dlmwrite('D:\rrr.txt','delimiter','\t') instead. Whichever works for the moment !! ;)

14년 초과 전 | 0

답변 있음
Rounding off
function [RoundedNumber] = mround(numbers,decimalPlace,option) % mround: Manual Round %This function takes the input 'numb...

14년 초과 전 | 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".

거의 15년 전 | 답변 수: 3 | 1

3

답변