photo

Joel


Active since 2014

Followers: 0   Following: 0

Message

Statistics

All
MATLAB Answers

4 Questions
1 Answer

Cody

0 Problems
5 Solutions

RANK
13 407
of 297 457

REPUTATION
3

CONTRIBUTIONS
4 Questions
1 Answer

ANSWER ACCEPTANCE
25.0%

VOTES RECEIVED
1

RANK
 of 20 438

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
52 946
of 158 938

CONTRIBUTIONS
0 Problems
5 Solutions

SCORE
60

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Question


Simulink split system objects
Hello folks, I have a regular Matlab class named _Server_ that is a convenience class built around _webread()_ and _webwrite(...

mer än 8 år ago | 0 answers | 0

0

answers

Question


Using Simulink data in Matlab GUI
I am trying to retrieve the data from a Simulink model within MatLab so I can display it a GUI. However, I am having hard times ...

mer än 10 år ago | 1 answer | 0

1

answer

Answered
Enumerated values in StateFlow chart
Thank you very much. I changed the langauage from 'MATLAB' to 'C' and now it works indeed. I think that this information should ...

mer än 10 år ago | 0

Question


Enumerated values in StateFlow chart
Hello, I am precisely following this tutorial: <http://ch.mathworks.com/help/stateflow/ug/tutorial-using-enumerated-values-fo...

mer än 10 år ago | 3 answers | 1

3

answers

Question


SimEvents: route using on attribute
I assign an attribute to an entity that is a 1D-Vector with a 10 elements. The attribute looks like this: out_package = [ 1...

mer än 10 år ago | 1 answer | 0

1

answer

Solved


Is my wife right?
Regardless of input, output the string 'yes'.

mer än 10 år ago

Solved


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

mer än 10 år ago

Solved


Add two numbers
Given a and b, return the sum a+b in c.

mer än 10 år ago

Solved


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

mer än 10 år ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

mer än 10 år ago