photo

Rock Rocky


Last seen: meer dan een jaar ago Active since 2014

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
3 Answers

RANK
5.735
of 300.364

REPUTATION
4

CONTRIBUTIONS
4 Questions
3 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
2

RANK
 of 20.934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.407

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Revival Level 1
  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

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

bijna 7 jaar ago | 1

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

bijna 7 jaar ago | 1

Question


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

ongeveer 8 jaar ago | 1 answer | 0

1

answer

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

ongeveer 8 jaar ago | 0

Question


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

ongeveer 11 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 11 jaar ago | 1 answer | 0

1

answer

Question


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

meer dan 11 jaar ago | 1 answer | 0

1

answer