Statistics
RANK
6,627
of 295,569
REPUTATION
4
CONTRIBUTIONS
6 Questions
7 Answers
ANSWER ACCEPTANCE
66.67%
VOTES RECEIVED
4
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
output in neural network
1. I am unable to find any documentation on the function newff and what it does. I would be pleased if someone could show me the...
12 years ago | 0
Question
Simulink block to extract signal at index from vector signal doesn't exist?
Hey, I'm looking for a block that takes 2 input signals: One vector signal and one integer index signal. The output would be ...
12 years ago | 4 answers | 1
4
answersQuestion
Fixed Point Tool not working with Matlab Function Block in Simulink
Hello everyone, I have a rather simple model containing two Matlab function blocks with the following code: function val...
12 years ago | 0 answers | 0
0
answersQuestion
Delays in the Neural Network Toolbox
Hey everyone, after reading a lot of docs about this, I still can't figure out precisely how delays in the NN toolbox work....
13 years ago | 1 answer | 1
1
answerQuestion
How to multiply a vector with each column of a matrix most efficiently?
Hey there, I have a vector t (nx1) and a matrix A (nxm). I need to multiply t with each column of A element-wise. Example:...
13 years ago | 6 answers | 2
6
answersS-Functions: ssWriteRTWParamSettings in mdlRTW does not work.
Note: This seems to be triggered by the same problem I encountered <http://www.mathworks.com/matlabcentral/answers/2261-problem...
13 years ago | 0
| accepted
Problem with code reusabilty of inlined S-Function // multiple referencing
Okay, that was a really stupid problem. -.- I just built the model in its original project path (before, I did in my own deve...
13 years ago | 0
Problem with code reusabilty of inlined S-Function // multiple referencing
Building with multiple instances of the S-Function in one model works, we do that extensively. However, I just checked the code...
13 years ago | 0
Problem with code reusabilty of inlined S-Function // multiple referencing
mmh? Commenting seems to be not the best idea since noone notices... :-)
13 years ago | 0
Question
Problem with code reusabilty of inlined S-Function // multiple referencing
Hello, I'm trying to use model referencing in my project. Therefore, I need model references to models containing S-Functions...
13 years ago | 4 answers | 0
4
answersS-Functions: ssWriteRTWParamSettings in mdlRTW does not work.
Thank you for your reply! The issue regarding the data type sounds logical to me, I have corrected that one. I also tried doing...
14 years ago | 0
How to find binary value?
Since the matlab integrated function dec2bin seems to be unable to handle numbers with decimal places, I'd suggest to write a li...
14 years ago | 0
Question
S-Functions: ssWriteRTWParamSettings in mdlRTW does not work.
Hey there, I've got a problem regarding the inlining of some C S-Functions. My S-Function expects some non tuneable parame...
14 years ago | 3 answers | 0