Statistics
RANK
7,995
of 295,569
REPUTATION
6
CONTRIBUTIONS
5 Questions
6 Answers
ANSWER ACCEPTANCE
60.0%
VOTES RECEIVED
1
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Relationship Between Simulink and FPGA Clock
In the "Model Configuration Parameters" (the cog at the top) Set your solver to "Fixed-step" and "Discrete (no continuous states...
7 years ago | 0
| accepted
Rapid Accelerator - Monte Carlo simulation
Two steps: (1) Add 'SaveState','on' To the input parameters of "sim" such that the states of the system will be logg...
9 years ago | 1
| accepted
Question
Rapid Accelerator - Monte Carlo simulation
I followed the instructions on this <http://blogs.mathworks.com/seth/2015/03/19/getting-the-most-out-of-rapid-accelerator-mode b...
9 years ago | 1 answer | 0
1
answerHelp with 'Make Error' in Simulink
Have you tried putting the project in a directory lower down in the C: drive e.g. move C:\Users\Ian\Documents\School\D+C ...
10 years ago | 0
Simulink block to extract signal at index from vector signal doesn't exist?
Are you trying to get a single bit from a vector at an index? If so bitget would be easier and less verbose. ans = bitget(...
10 years ago | 0
Question
generating a repeating (Digital) sequence in simulink
Hello All, I need to generate a digital signal that repeats (signal is based on an RS232 signal), I have tried using the "Rep...
10 years ago | 0 answers | 0
0
answersQuestion
simulink mxArray subscripting not supported
Hello all, When I try this: disp(VariableNames(i)) I get an error: Subscripting into an mxArray is not supported. ...
11 years ago | 0 answers | 0
0
answersHow do I change the default Matlab editor into Notepad++?
I am getting the same. I think this is a genuine bug... There are other bugs with the editor in 2013b release (the breakpoi...
11 years ago | 0
Embedded matlab block as a parameter - not an input (without "ports and data manager")
sorry, I just found this: coder.extrinsic('evalin') fixed_step_size = evalin('base', 'fixed_step_size'); Dave
11 years ago | 0
| accepted
Question
Embedded matlab block as a parameter - not an input (without "ports and data manager")
Hello, When using an embedded Matlab block within Simulink, I would like to make the use of parameters more transparent by in...
11 years ago | 1 answer | 0
1
answerQuestion
HDL Code generation - exclusion of code
Is there a way to exclude "Embedded Matlab blocks" in Simulink from code generation Illegal "Embedded Matlab" code generation...
11 years ago | 1 answer | 0