photo

Hsinho


自 2012 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

11 个提问
1 个回答

排名
21,559
of 297,457

声誉
1

贡献数
11 个提问
1 个回答

回答接受率
63.64%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 3

查看徽章

Feeds

排序方式:

提问


generate random DNA sequence
I would like to randomly generate a set of 7-bases DNA sequences with a weighted probability. I want to have 20 sequences. I ...

8 years 前 | 1 个回答 | 0

1

个回答

提问


How to use textscan to read this .dat file? (Part 2)
Hi, I have another similar but more complicated formatted data. I still have a trouble to write correct arguments of "textscan"...

10 years 前 | 1 个回答 | 0

1

个回答

提问


How to use textscan to read this .dat file?
Hi, I fail to use textscan to read the following formatted data. What should be the correct argument to read it and let the s...

10 years 前 | 1 个回答 | 0

1

个回答

提问


regarding Distributed Computing Toolbox
Hi, Hope my question is appropriate to raise here. I prepare a M-file to assign a job with 8 tasks to 8 cores on the clust...

12 years 前 | 0 个回答 | 0

0

个回答

提问


random number generation: MATLAB vs Fortran
Hi, I am a MATLAB user. I am curious about the difference of random number generation in MATLAB and Fortran. I know fr...

12 years 前 | 1 个回答 | 0

1

个回答

提问


questions about distributed jobs with Local Scheduler
If *using a Local Scheduler*, From Help, one syntax of createTask is t = createTask(j, F, N, {inputargs}) This task ev...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How to know seed directly?
Hi, I use "rng" to know which seed was selected after doing "rng shuffle." How can I only know the seed directly? I don't ...

12 years 前 | 2 个回答 | 0

2

个回答

提问


Do I meet the limitation of Matlab? A unwanted pattern keeps showing from a random simulation.
*I always get a unwanted pattern from a random simulation* no matter how I change the way of random number generation. In the be...

12 years 前 | 3 个回答 | 0

3

个回答

提问


How can't a matrix be generated randomly?
My first attempt to generate the 100-by-2000 matrix with random numbers is simply using "rand" or "randi." The three main ste...

12 years 前 | 1 个回答 | 0

1

个回答

提问


How to efficiently create a matrix of random numbers generating independently?
Hi, I want to have a 100-by-2000 matrix of random numbers. Each column of random numbers is generated by an independent strea...

12 years 前 | 0 个回答 | 0

0

个回答

已回答
for-loop never reach the times I need
When I resume to use the default double-precision data type of all variables, the tic/toc functions well after 2^24 times. I gue...

12 years 前 | 0

| 已接受

提问


for-loop never reach the times I need
Hi, I have a 130-by-2000 matrix. I need to do two major steps on this matrix. In the first steps, indices of this matrix were...

12 years 前 | 1 个回答 | 0

1

个回答