Statistics
RANK
7,250
of 295,527
REPUTATION
6
CONTRIBUTIONS
2 Questions
6 Answers
ANSWER ACCEPTANCE
50.0%
VOTES RECEIVED
1
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,057
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
Feeds
problem with nested loop
A(:,i)= z(i) do you mean A(:,i)= z(:,i) or A(:,i)= z(i,:)? When is A defined? i see 2 for statements and 1 if statement...
9 years ago | 0
Randomizing an array of colors
I thought i remembered something about specifying colors by numbers.. here it is: http://se.mathworks.com/help/matlab/ref/color...
9 years ago | 0
How to custom the perform function using neural network toolbox?
Im by far not an expert, but here's what i would do: 1) make sure the directory you are working in is the right one 2) try...
9 years ago | 0
| accepted
Output of neural network is offset and scaled.. help!?
Thank you for taking the time to look through my code! first, the training data is just an example. when i export it to java ...
9 years ago | 0
Outputing Array from Nested Why Loops
A(1) = randi(3) A(2) = randi(2) A(3) = randi(1) A(4) = randi(3) A(5) = randi(2) so you have a minimum bound where...
9 years ago | 1
mixing two signals together
fist time answering a question, so i will just copy it down here :P i did not read through the whole code, but i think i foun...
9 years ago | 0
Question
Output of neural network is offset and scaled.. help!?
I am trying to simulate the outputs for a neural network myself for later translation to java so i can run it on a mobile device...
9 years ago | 2 answers | 0
2
answersQuestion
BLMS adaptive filter result
Hi Mathworks! I have a problem getting the function "adaptfilt.blms" to return anything usefull. Inspired by an article, my ...
10 years ago | 0 answers | 0