photo

Joel


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

Statistik

All
  • Thankful Level 1
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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 ...

mehr als 9 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
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 ...

mehr als 9 Jahre vor | 0

Frage


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

mehr als 9 Jahre vor | 3 Antworten | 1

3

Antworten

Frage


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...

fast 10 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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

fast 10 Jahre vor

Gelöst


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...

fast 10 Jahre vor

Gelöst


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:...

fast 10 Jahre vor