photo

Vit Valek


Last seen: mehr als 5 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

13 Fragen
2 Antworten

Cody

0 Probleme
2 Lösungen

RANG
27.607
of 300.771

REPUTATION
1

BEITRÄGE
13 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
23.08%

ERHALTENE STIMMEN
2

RANG
 of 21.084

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
94.741
of 170.969

BEITRÄGE
0 Probleme
2 Lösungen

PUNKTESTAND
30

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Solver
  • First Answer
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Accessing specific bus elements
I have solved it. Error occurs due to wrong initialization MyData. I have found 2 solutions: 1) In the initial value use struct...

mehr als 5 Jahre vor | 0

| akzeptiert

Frage


Accessing specific bus elements
Hello, I create bus (PS_controller) with 2 elements. After that I insert Data Store Memory block into model. I create new data ...

mehr als 5 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


Find max
Find the maximum value of a given vector or matrix.

mehr als 5 Jahre vor

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

mehr als 5 Jahre vor

Beantwortet
How to use structure pointer as an argument of function in code generation?
Hello Chess, I have solution for your issue. First, it's necessary to create bus in Matlab (it will be structure in generated C...

fast 6 Jahre vor | 0

Frage


Code replacement for "add" is not "mw_arm_add_q31"
Hi, I am attempting to generate code for the ARM Cortex-M using Embedded Coder. I am using ARM Cortex-M (CMSIS) code replacemen...

mehr als 6 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Replace code for subsystem
Hello, Is possible to write Code replacement library (CRL) for custom subsystem? I have found how to write CRL for functions, o...

mehr als 6 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


Generate code from .rtw file
Hello, I have file .rtw from model. Is possible to generate code from them or I must generate code only from model (Build Model...

mehr als 6 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Is possible to generate code with variable description instead its value?
Hi, I have created model which call C code using MATLAB Function. I want to generate code within Embedded Coder. <</matla...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Has "Sample time" in Simulink some impact on generated code?
Hello, has "Sample time" in Configuration Parameters pane some impact on generated code (by using Simulink coder or Embedded ...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


What is difference between mdlInitializeConditions and mdlStart?
Hello, Is there any difference between mdlInitializeConditions and mdlStart in s-function? Thanks, Vit

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Why I do not see "Embedded coder" pane in Simulink Library Browser and in Configuration parameters of model?
Hi, Can anybody help why I do not see "Embedded Coder" pane in Simulink? <</matlabcentral/answers/uploaded_files/126289/e...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Calling mex function from Simulink
Hello, I have generated mex file by using codegen ( _cfg = coder.config('mex'); codegen -config cfg_ etc.). When I want to a...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Use S-Function parameters from dialog box
Hi, I have created S-Functions with _mdlCheckParameters_ method. I can insert into dialog box numbers in range (0;Inf). How c...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How can I create function with custom data type in Legacy Code Tool?
Hi, I have legacy code (function) in C language. I want to create S-Function with Legacy Code Tool. There is a problem with d...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to enable floating point number and non-finite number support?
Hi, I created C MEX S-Function (based on timestwo.c) and generated .mexw64 file. I call this function from S-Function blo...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Simulink use user-defined functions
Hi, is possible to call functions (user-defined functions) from Simulink blocks? For example function y = myadd(u,v) %#c...

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort