photo

Scott


Last seen: 7 Tage vor Aktiv seit 2013

Followers: 0   Following: 0

Nachricht

Aviation Industry. Not Mathematical just hacks Simulink tools.

Statistik

All
MATLAB Answers

12 Fragen
3 Antworten

Cody

0 Probleme
14 Lösungen

RANG
14.709
of 300.343

REPUTATION
3

BEITRÄGE
12 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
58.33%

ERHALTENE STIMMEN
2

RANG
 of 20.926

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
32.505
of 168.172

BEITRÄGE
0 Probleme
14 Lösungen

PUNKTESTAND
141

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 3
  • Thankful Level 2
  • Treasure Hunt Participant
  • First Review
  • Revival Level 1
  • First Answer
  • Solver

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


Simulink Real-Time SignalTable callback syntax examples
R2021b introduced the SignalTable for displaying the data from a real-time application and the documentation lists "Callback" as...

8 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Simulink Real-Time with Trellix firewall
Does anyone have any experience of allowing Simulink Real-Time to communicate with a speedgoat target from PC with the Trellix E...

mehr als 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Simulink Quick Insert - Setting a specific block parameters
When using the Simulink Quick Insert for a block (click on workspace, type the block name) certain blocks will pop up a text ent...

fast 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Packing and Unpacking Messages
The CAN Pack/Unpack blocks provide a mechanism to specify the structure of a message using the signals table containining the fi...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

etwa 4 Jahre vor

Frage


Is there a callback event for when the selected signals of a Bus Selector block change?
I'm trying to perform an action to add some metadata in to a model annotation related to the signals selected by a bus selector....

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Any way to PCode/hide/encrypt .mlapp files from app designer?
From within App Designer you can export the code as a .m file and then use the pcode function as normal.

mehr als 4 Jahre vor | 1

Beantwortet
Error using SimulinkRealTime.target/getsignal
Found the solution. The signal was a scalar value from a CAN Read block which was of type uint32. The normal advice to get sign...

fast 5 Jahre vor | 0

| akzeptiert

Frage


Error using SimulinkRealTime.target/getsignal
I have already seen the answer to a similar question without success. I'm using Simulink Real-Time and am trying to use the get...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


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

fast 6 Jahre vor

Frage


Which License am I using for each toolbox
Is it possible to determine which license number users are utilizing for specific MATLAB toolboxes? With the "license" comman...

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Substring block returns incorrect value
*Problem* I'm trying out the new "String" blocks available in R2018 and have found some behaviour that I can't explain. I'm t...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


LogicAnalyser - Variable Number of inputs
When using the <https://uk.mathworks.com/help/dsp/ref/dsp.logicanalyzer-class.html DSP logic analyser> the <https://uk.mathworks...

mehr als 8 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Query valid license from command line
We use Matlab and Simulink as part of a suite of tools and MATLAB is opened as an automation server by a another tool. Some u...

mehr als 9 Jahre vor | 0 Antworten | 0

0

Antworten

Gelöst


Make a full wave rectifier
Produce a full wave rectifier waveform for the given sine wave source. For a sine wave input, the output of the full wave rec...

etwa 10 Jahre vor

Gelöst


Make a half wave rectifier
Produce a signal that outputs the given sine wave source when it is greater than zero and outputs zero when it is less than zero...

etwa 10 Jahre vor

Gelöst


Add offset to a signal
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-offset-eqn.png>> You should see a downward...

etwa 10 Jahre vor

Gelöst


Produce a sine wave
Produce a sine wave with amplitude 3: <<http://blogs.mathworks.com/images/seth/cody/sine-eqn.png>>

etwa 10 Jahre vor

Gelöst


Add a block to a model
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-block-eqn.png>> In this case, the slope of...

etwa 10 Jahre vor

Gelöst


Produce a cosine wave
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/cosine-eqn.png>>

etwa 10 Jahre vor

Gelöst


Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...

etwa 10 Jahre vor

Beantwortet
Add worksheet with 'microsoft.office.interop.excel'
This worked for me self.hCurrentSheet = Microsoft.Office.Interop.Excel.Worksheet(self.hWorkbook.Worksheets.Add());

mehr als 10 Jahre vor | 0

Frage


List Built in Commands used by .m function
I'd like to analyse a set of .m functions that have been written to see which built-in commands have been used by the authors. ...

mehr als 10 Jahre vor | 1 Antwort | 1

1

Antwort

Gelöst


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

etwa 11 Jahre vor

Gelöst


Circle area using pi
Given a circle's radius, compute the circle's area. Use the built-in mathematical constant pi.

etwa 11 Jahre vor

Frage


Create a Simulink Library Installer
I've been looking for a method of sharing a simulink library with colleagues that makes it as simple as possible for them to ins...

etwa 11 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

etwa 12 Jahre vor

Gelöst


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

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

etwa 12 Jahre vor