Rock Rocky - MATLAB Central
photo

Rock Rocky


Last seen: 12 months 前 自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB AnswersFrom 06/14 to 04/25Use left and right arrows to move selectionFrom 06/14Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

4 个提问
3 个回答

排名
5,735
of 298,029

声誉
4

贡献数
4 个提问
3 个回答

回答接受率
75.0%

收到投票数
2

排名
 of 20,523

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 160,187

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Revival Level 1
  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已回答
how to read arff file in matlab?
You can use this code as well DATA = importdata('Yourfilename.arff');

6 years 前 | 1

已回答
how to read arff file in matlab?
there are a few MATLAB interfaces for WEKA files on MATLAB File Exchange, I normally use this one: http://www.mathworks.com/matl...

6 years 前 | 1

提问


Plot shifting between two values in if statement
Hello there I have if statement contain two equations as shown in the attached picture. This algorithm have two step size valu...

7 years 前 | 1 个回答 | 0

1

个回答

已回答
universal control unit serial port connection
The port you are using (COM3) is busy because it is connected to another application. try to check a free port and use it instea...

7 years 前 | 0

提问


4D wind data for prediction
Hello guys Please can any one share with me real world 4D wind data that can be used for wind prediction? Also is there any alg...

10 years 前 | 0 个回答 | 0

0

个回答

提问


In an assignment A(I) = B, the number of elements in B and I must be the same.
p=3; L=1000; x=rand(1,L); r=zeros(p,1); W=ones(p,L); V=zeros(L,1); for k=1:L r...

10 years 前 | 1 个回答 | 0

1

个回答

提问


trouble with complicated loop
Hello guys would u please help me in this question Let’s say the length of x=1000, I want to make a loop to calculate the value...

11 years 前 | 1 个回答 | 0

1

个回答