photo

Viju

Last seen: 1 month 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

All
MATLAB Answers

0 个提问
9 个回答

Cody

0 个问题
14 个答案

排名
2,804
of 300,379

声誉
22

贡献数
0 个提问
9 个回答

回答接受率
0.00%

收到投票数
3

排名
 of 20,931

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
31,625
of 168,299

贡献数
0 个问题
14 个答案

评分
150

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 2
  • First Answer
  • Solver

查看徽章

Feeds

排序方式:

已回答
How to convert image array to double array?
Take your integer array - let's call it 'intArray' and do the following: dblArray = double(intArray);

10 years 前 | 1

| 已接受

已回答
re-arranging of columns
Once you import this data into a MATLAB variable, there are multiple methods. One way is as follows, where x is the data and y i...

11 years 前 | 0

| 已接受

已回答
Why has Statistical Toolbox disappeared?
Ideally this shouldn't occur unless you unchecked Statistics Toolbox while installing. Take a look at what you obtain when you t...

11 years 前 | 1

已回答
Image Processing tool box
There is an Image Tool/Image Viewer App to explore images. It may not provide you with a similar set of menus as in the Wavelet ...

11 years 前 | 1

已回答
How to display entries of a vector with exclusion?
setdiff(V,V(A)) will give you the vector that you want. This will work when V and A are vectors and not cell arrays (you a...

11 years 前 | 0

| 已接受

已回答
matlab hangs when help window is opened
This is a bug report for this and a workaround. <http://www.mathworks.com/support/bugreports/870843>

11 years 前 | 0

| 已接受

已回答
Convert algorithm code to simulink model
You can incorporate existing MATLAB script in a Simulink model using MATLAB function blocks. For information on that, take a loo...

11 years 前 | 0

已回答
How to generate multiple random samples of size 200
One way to go about this: x = randn(200,1000); This generates normally distributed pseudo-random numbers between 0 and 1...

11 years 前 | 0

已回答
How to say that 2 stem graphs are identical?
If you have the underlying data that created the two stem plots, you can check the difference between the two data. Say you hav...

11 years 前 | 0