photo

B. J.


Active since 2011

Followers: 0   Following: 0

Message

Engineer by day. Student by night.
Professional Interests: Control Systems

Statistics

MATLAB Answers

11 Questions
3 Answers

RANK
5.721
of 300.379

REPUTATION
4

CONTRIBUTIONS
11 Questions
3 Answers

ANSWER ACCEPTANCE
54.55%

VOTES RECEIVED
4

RANK
 of 20.931

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168.299

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

  • First Review
  • Thankful Level 3
  • First Answer

View badges

Feeds

View by

Question


ODE45- How to pass parameters out
Hi, Can anyone tell me how I can pass parameters out of a ODE when they are not being calculated as part of the differential equ...

meer dan 13 jaar ago | 1 answer | 0

1

answer

Question


Using Evalin and a Cell
Hello, I have a cur_hdr which contains my new variable name I want to write to my workspace. I have a 3x1 cell called 'Temp'...

meer dan 13 jaar ago | 2 answers | 0

2

answers

Question


Pulling Part of a cell out
Hello, I have a cell '0040e3d8' '0042f207' '00431411' ..... What I want to do it pull the last value out. This ...

ongeveer 14 jaar ago | 4 answers | 0

4

answers

Question


Simulink Enumeration
Hello, I am trying to do a simple multiport switch. My control is a numeric value. If 1 is selected, I want my output to...

ongeveer 14 jaar ago | 2 answers | 0

2

answers

Question


State Flow Error - occurs when trying to run
Hello, I am trying to get stateflow to run I get the model error from an unknown source reported by simulink "Error using ==...

ongeveer 14 jaar ago | 1 answer | 0

1

answer

Answered
Simulink Compiled Code NaN
A follow on thought...can I somehow use the model advisor to specify how I want it to handle these errors?

ongeveer 14 jaar ago | 0

Question


Simulink Compiled Code NaN
Hello, I have a theoretical question I am unable to test right now...if I compile some simulink code down, and pass some "ba...

ongeveer 14 jaar ago | 2 answers | 1

2

answers

Question


Simulink Coder- Tunable Constants Question
Hi, The code generated out of Simulink looks a bit off. I am trying to globally expose the following variable. (eventually w...

meer dan 14 jaar ago | 1 answer | 1

1

answer

Question


Simulink Fixed Step Size Discrete Compiler - two different step sizes in .cpp file?
Hi Everyone, When I generate my code from the Simulink Coder (2011a), in my .cpp file I get 290 /* Model step functi...

meer dan 14 jaar ago | 2 answers | 0

2

answers

Question


Debugging an encrypted or protected Simulink model.
Hi, I am looking to first encrypt certain subsystems in Simulink. After this, they will be compiled and sent to a third part...

meer dan 14 jaar ago | 2 answers | 1

2

answers

Answered
Using textscan to read in from a common format .txt file
Try something like this: while tline ~= -1 if feof(fid) == 1 break else tline = ...

meer dan 14 jaar ago | 0

Question


Simulink Compiler - Max block not finding fmax?
Hi Everyone, I am running 2011a discrete fixed-sized solver. I am trying to compile a target file of ert.tlc for C++. ...

meer dan 14 jaar ago | 1 answer | 1

1

answer

Answered
Simulink RTW IO handling
My fix was to just create two programs - one for compiling with ports, one for testing with constants. It works, even if a bit m...

meer dan 14 jaar ago | 0

Question


Simulink RTW IO handling
Hello, I am building a model in Simulink, with two levels of IO. In the root level I have input pins (right now specified as...

meer dan 14 jaar ago | 1 answer | 0

1

answer