photo

Selena Mastrodonato


Last seen: 5 mesi fa Attivo dal 2020

Followers: 4   Following: 0

Messaggio

Space Engineer

Programming Languages:
Python, Javascript, MATLAB, SQL, HTML, CSS
Spoken Languages:
English, Spanish, Italian
Pronouns:
She/her

Statistica

All
MATLAB Answers

1 Domanda
14 Risposte

Cody

0 Problemi
1689 Soluzioni

RANK
1.912
of 300.364

REPUTAZIONE
34

CONTRIBUTI
1 Domanda
14 Risposte

ACCETTAZIONE DELLE RISPOSTE
100.0%

VOTI RICEVUTI
7

RANK
 of 20.934

REPUTAZIONE
N/A

VALUTAZIONE MEDIA
0.00

CONTRIBUTI
0 File

DOWNLOAD
0

ALL TIME DOWNLOAD
0

RANK
43
of 168.407

CONTRIBUTI
0 Problemi
1689 Soluzioni

PUNTEGGIO
20.379

NUMERO DI BADGE
41

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • MATLAB Central Treasure Hunt Finisher
  • Knowledgeable Level 2
  • First Answer
  • Cody Challenge Master
  • R2016b Feature Challenge Master
  • Thankful Level 1
  • Project Euler I
  • Speed Demon
  • Leader
  • Scholar
  • Promoter
  • CUP Challenge Master

Visualizza badge

Feeds

Visto da

Risposto
how demux the Matrix 3*3 in simulink ?
You can use the Selector block for matrix. Here the documentation.

oltre un anno fa | 1

Risposto
How to obtain allowed values for a configuration parameter programmatically?
You can access these informations with get_param(object,'DialogParameters'). It gives you a struct with all parameters and every...

oltre un anno fa | 1

| accettato

Risposto
How to visualize the values in Simulink test manager?
Hi @Sohan, I think you have to add the simulation output in your test cases, so 'Sim Output' will appear below 'Verify Statemen...

quasi 2 anni fa | 0

Risposto
My plot function problem
Try adding the dot for the element-wise division: 1./(T*7.74809172e-5)*(0.1491e-14) file = readtable('si_100_trans.xlsx'); x_r...

quasi 2 anni fa | 2

| accettato

Risposto
What does "invalid use of operator" mean here? I add parenthesis, that becomes error, i remove it and then the operator becomes the error...
Hi Yuvraaj, the invalid operator is here, the dot after r: sqrt((1-(beta^2+4*zeta1*zeta2*beta)*(r.^2)).^2 + 4*(r.^2).* (zeta1+...

quasi 2 anni fa | 0

Risposto
How to programmatically set model to use data dictionary?
Hi Izaak, to set data dictionary used by a model you could use the command: set_param('ModelName','DataDictionary','DataDiction...

circa 2 anni fa | 0

| accettato

Risposto
How would I remove multiple specific elements from an array.
If I have understood correctly, you could replace your second-last line of code with B(B==r) = [] Data = [923 916 932 927 908 9...

oltre 2 anni fa | 0

Risposto
is it possible to add simulink function in customized library?
You could add to a custom library a chart with your simulink function and then use this chart as base for your stateflow charts....

oltre 2 anni fa | 0

Risposto
Unrecognized function or variable 'a'.
Hi Dao, you have to add a, b and c in syms command: syms x y z a b c f = (a*x + b*y + c*z) * (asin(x*y*z)); disp('Dao ham r...

oltre 2 anni fa | 0

Risposto
How to safe data from multiple "To Workspace " blocks in one Matrix
Hi Dan, If I have understood correctly, you want solve the issue on simulink and not in post processing on MATLAB. In this case...

oltre 2 anni fa | 0

| accettato

Risposto
Cannot solve due to algebraic loop involving
Hi @FAIZ UL HASSAN, try to add a Unit delay block.

oltre 2 anni fa | 0

Risposto
How to determine dates when aircraft moving northwards or southwards?
I would do it in this way Test = readtimetable("Test.xlsx","VariableNamingRule","preserve"); % to import data (or using Import ...

oltre 2 anni fa | 1

Risposto
How do I insert a code block (with all its code, colors, etc) into a section of my report?
You could try this: https://it.mathworks.com/help/rptgen/ug/mlreportgen.report.matlabcode-class.html.

oltre 2 anni fa | 2

| accettato

Risposto
Converting matlab.double to python compatible format
This syntax py.array.array('d', rand(1,2)) should work. py.array.array('d', rand(1,2)) Or if you want a Python list: py.list(...

oltre 2 anni fa | 0

Domanda


Where can I find Simulink block element identifier?
I used the command Simulink.ID.getSID to get a simulink block ID. Can it be found somewhere in the properties? I would like to i...

oltre 2 anni fa | 1 risposta | 0

1

risposta