photo

checker


Last seen: 5 Monate vor Aktiv seit 2019

Followers: 0   Following: 0

Long time direct employee turned contractor for Honeywell Flight Controls.

Statistik

All
MATLAB Answers

20 Fragen
6 Antworten

Cody

0 Probleme
6 Lösungen

RANG
16.606
of 300.331

REPUTATION
2

BEITRÄGE
20 Fragen
6 Antworten

ANTWORTZUSTIMMUNG
55.0%

ERHALTENE STIMMEN
1

RANG
 of 20.920

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
48.901
of 168.124

BEITRÄGE
0 Probleme
6 Lösungen

PUNKTESTAND
73

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

  • Solver
  • Thankful Level 3
  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Gelöst


Remove Lower Case Letters
Example MEMOry --> MEMO IMPlEMeNtATiON --> IMPEMNATON

8 Monate vor

Gelöst


String Logic 14
Examples: 'DIG' --> 'HRN' 'KIMBALL' --> 'VRZDBXX' 'DEAL' --> 'HJBX' 'LIMB' --> 'XRZD' 'MADE' --> 'ZBHJ' 'CHEF' --> 'FPJL'

8 Monate vor

Gelöst


String Logic 6
Examples: 'CAT' --> 216 'DOG' --> 218 'ROSY' --> 333 'MATLAB' --> 433 'TRUST' --> 418 'MOSTLY' --> 488

8 Monate vor

Gelöst


String Logic 19
Examples: 'DIG' --> 'I' 'IMPORTANT' --> 'MOTN' 'DEAL' --> 'EL' 'LIMB' --> 'IB' 'MOSTLY' --> 'OTY'

8 Monate vor

Gelöst


Find the longest sequence of 1's in a binary sequence.
Given a string such as s = '011110010000000100010111' find the length of the longest string of consecutive 1's. In this examp...

8 Monate vor

Gelöst


Calculate the area of a triangle between three points
Calculate the area of a triangle between three points: P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) these three points are the vertices of ...

8 Monate vor

Beantwortet
simulink test tutorial file
Ah, a version issue. This example isn't available in 2022b. Thanks, -Chris

mehr als ein Jahr vor | 0

Beantwortet
simulink test tutorial file
Hi Steven, I should have pasted my error in. Perhaps there's additional downloads required? openExample('simulinktest/CreateA...

mehr als ein Jahr vor | 0

Frage


simulink test tutorial file
Hi, I'm trying to step thru the tutorial for simulink test https://www.mathworks.com/help/sltest/gs/create-a-simple-baseline-...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


Can a link file be associated with more than 1 model?
Greetings, I'm pretty sure that a Requirements Toolbox external link file (.slmx) can only hold links for a single model but wo...

mehr als ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


distinguish between reference model and reference subsystem programmatically
Greetings, Is there a way to distinguish between the various model (block diagram level) types which type of model it is? Note...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Simulink.findBlocks error The first input must be a system name or handle.
Greetings, Setup: create a model with a constant block in it. Select the constant block Type the following command: Simulink...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


programmatically collect sim errors
I would like to collect up the errors and warnings related to a model simulation. Help docs have run me down the sldiagviewer.d...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
hyperlink from report to block in simulink model
A friend at mathworks pointed out an appropriate command (requires Requirements toolbox and local host to be properly configured...

mehr als 2 Jahre vor | 0

| akzeptiert

Frage


hyperlink from report to block in simulink model
Greetings, I'd like to have a simulink report (.docx or .pdf) that includes an icon (or just name) of a block in a model that w...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


convert cell array of mixed strings to cell array of numbers
I have a cell array as follows: ca = [{' [1000 X X X X]' } {' X' } {' X' } {' 1.234' }]; I would li...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


pure::variant - Any users of the Simulink connector for PV?
Greetings, Anyone have any experiences to share regarding use of the Simulink Connector that comes with pure::variants by pure ...

fast 3 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


disable function signature hints in app designer editor
Anyone know where the control over showing function signatures in the App Designer editor is located? The settings in Home/Keyb...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
disable intellisence in editors and command window
Found it: https://www.mathworks.com/matlabcentral/answers/521121-disable-suggestions-in-live-editor?s_tid=srchtitle

fast 4 Jahre vor | 1

| akzeptiert

Frage


disable intellisence in editors and command window
when typing a function in matlab editor, the live script editor, and the matlab command window, a yellow window pops up displayi...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


simulink requirements DNG error: Failed to parse ProjectID
Greetings, I configure matlabR2020a to point to my jazz server, connection test works fine. Actually the session will work fin...

etwa 5 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
Do you recognize this low pass filter
Answered here: https://dsp.stackexchange.com/questions/69713/do-you-recognize-this-discrete-realization-of-a-low-pass-filter/69...

etwa 5 Jahre vor | 0

| akzeptiert

Frage


Do you recognize this low pass filter
I have a simple 1st order lag filter implementation that performs well, shown in the block diagram below. This is legacy 'code' ...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


size of variables based on cell array of string names of the variable
Hi folks, back to the well for more cellfun fun. Or maybe dynamic field names. I have a cell array of known work space variabl...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


saving variables programmatically using list of variable names
Hi all, This should be simple but I think my frustration level is keeping me from seeing the path. I simply want to save some ...

mehr als 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


arrayfun syntax and use with scalar input
Hello people, I've been (ab)using arrayfun and cellfun for some time without fully understanding the syntax. It centers around...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


apply function to all fields in a structure array
Hi, I have a structure array of the sort: sa(1).F1.f1 = 1.1; sa(1).F1.f2 = 1.2; sa(2).F1.f1 = 2.1; sa(2).F1.f2 = 2.2; I'd li...

mehr als 5 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


Simulink Requirements Type property greyed out
Greetings: In Simulink Requirements ™ I add a top level requirement and set the type property to 'Informational'. I then add a...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
help browser fails to navigate the hyperlink to msword doc bookmark
I'll bump this as I really need an answer. Thanks, Chris

fast 6 Jahre vor | 0

Frage


help browser fails to navigate the hyperlink to msword doc bookmark
I've booked marked a spot in my backGround.doc, so link is like \\\file\....\ backGround.doc#myBookMark I've added a link to my...

fast 6 Jahre vor | 1 Antwort | 0

1

Antwort

Mehr laden