Community Profile

photo

galaxy


Last seen: 12 giorni fa Attivo dal 2019

Statistiche

All
  • Thankful Level 4
  • Knowledgeable Level 3
  • CUP Challenge Master
  • Commenter
  • Personal Best Downloads Level 1
  • Explorer
  • 3 Month Streak
  • Knowledgeable Level 2
  • First Submission
  • First Answer
  • Revival Level 1
  • Promoter

Visualizza badge

Content Feed

Visto da

Domanda


How can tracks control flow in Simulink model???
Hi all, I want to list all control flow in the model. But if i choose 1 milestone is output block, and find forward block via l...

5 mesi fa | 0 risposte | 0

0

risposte

Domanda


How to generate *.sdf (system description file) from model ???
Hi all, I remember that when I used matlab R2015a, when i generated code from model (ctrl B), the *.sdf file also generated. B...

8 mesi fa | 0 risposte | 0

0

risposte

Domanda


Could anyone explain MBD in software development process V-shape model?
Hi all, I undertooth that in V-shapre model, MBD includes 3 steps ( software detail design, coding, unit test). But MBD has va...

11 mesi fa | 0 risposte | 0

0

risposte

Domanda


How to create simulink model for simulate tasks running with different frequency, priority
Hi all, I have 3 tasks with: task 1 frequency 10s, task 2 frequency 15s, task 3 frequency 30s. About priority: task 3 > task 1...

11 mesi fa | 0 risposte | 0

0

risposte

Domanda


How to improve speed of app designer?
Dear all, I created an app which includes 1 file .mlapp (~2.5k lines) and 11 other function files .m. This App read csv files...

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


How to plot faster instead of for loop?
Dear all, I have data which imported. I want to plot vector (which does not (0, 0) -> (0,0) or Na) in specified ranges of inde...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How to plot specified semi-circle, rectangle ?
Hi all I have 2 points, and need to plot semi-circle, rectangle as folowing picture. semi-circle need to perpendiculars wi...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How to changes X Y coordinate System and get value point?
Hi all, Following is described of my question. Suppose that, I have XY coordinate and 2 points (a,b) Now, I create new XY c...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How to resize panel in app Designer?
Hi all In 2019b, I could resize 2 panels by using slider and Gridlayout. Of course, I didn't use auto-reflow because there are ...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


linkaxes axis has bug?
Hi all, I want to linkaxes x axis only for 2 subplot as following. sub1 = subplot(2, 1, 1); plot(rand(10, 1), 'b.-', 'LineWid...

oltre un anno fa | 0 risposte | 0

0

risposte

Domanda


How to set text position in yyaxis?
Hi all I tried to set text position as following. It was OK. t = 1:0.1:10; yyaxis('left'); plot(t, sin(t), 'b.-', 'LineWidth...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How to setting one horizontal axis for 2 subplot?
Hi all, I have a question about subplot. How can we plot 2 suplots, but only one horizontal axis. subplot(3, 1, 1:2); plot(r...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


How can I use html in UItable for draw line??
Hi all, I want to instead line legend by table. Following is example. app.Panel_3.AutoResizeChildren = 'off'; ...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How can I move legend in app designer?
Hi all, In GUI (figure), you know that I can keep left mouse and move legend. figure(1); p = uipanel('Position',[.1 .1 .8 .8]...

oltre un anno fa | 2 risposte | 0

2

risposte

Domanda


How to set position of the legend outside the axes?
Hi all, I create sample code for set legend position. f = figure; p = uipanel('Title','Panel','FontSize',12,... ...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How to optimize condition code?
Hi all, I have example for check value in for loop as below for cnt=1:10 if cnt == 1 if a(cnt) == 0 statement A; e...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


How create cursor bar in UIAxes of App Designer?
Hi all, I used cursorbar tool for creating cursor bar in figure. But I could not use it in UIAxes. Do anyone know, please te...

oltre un anno fa | 1 risposta | 0

1

risposta

Domanda


what is command for instead DEGREES(ATAN2(A2,B2)) formula in excel??
Dear all !!! I tried to change formula from excel file to matlab function. But result didnot same as figure. Can anyone help...

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to extract all values from timeseries???
Hi all, I have timeseries which contains values with time from 0 -> 71.5 seconds But I can see only from 61.51 to 71.5 seconds...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


How to convert lat, long to NE?
Hi all, I know convert latitude, longitude, altitude to NED with lla2ned or geodetic2ned function. But it need altitude parame...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to change format time to GPS week, GPS seconds?
Hi all, How can I change: GPS dates (NO LEAP SECONDS ACCOUNTED) April 30th, 2018, 03:46:40 => GPS week 1999, GPS seconds 1...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


why xlswrite has @ character?
Hi all, I used xlswrite to write string function to excel cell. Such as: xlswrite('resultFile.xlsx', {['=FREQUENCY(A1:A1000,C...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How can I handle Diagnostic error in script???
Hi all, I create testcases excel file from Simulink Test Manager by following command. tf = sltest.testmanager.TestFile('exTes...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


How to add inport blocks of subsystem if know only subsystem input 's dimensions?
Hi bros As you know, we can get dimension of block as following >> evalin('base', [ 'untitled' '([],[],[],''compile'')']) >...

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


How to know which block connected with outport block in a subsystem?
Hi all, I have outport block in a subsystem. In outside subsystem, there is block connect with this outport block. I want to...

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


How to add relative path file in Simulink Test Manager?
Hi all, I use Simulink Test Manager for model testing. But when copy test project folder to other path or other PC, we need t...

oltre 2 anni fa | 0 risposte | 2

0

risposte

Domanda


How to highlight segment signal line in Simulink?
Hi all, I use find_system function for find all signal in untitled model as: >> lines = find_system('untitled','FindAll','on...

quasi 3 anni fa | 0 risposte | 0

0

risposte

Domanda


Why enum comparison is Incorrect??
Dear all, I am checking my model by MAAB. When I check jc_0651: Implementing a type conversion style, there is warning where ...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


Get full path of referenced models
Hi all, I want to get full path of referenced models from simulink by matlab comment. Example: Model/AAA_Reference (AAA)/Subsy...

quasi 3 anni fa | 1 risposta | 0

1

risposta

Domanda


How to check if string contains some special character?
Dear all, I have a question that the best way to check if string contains: alphanumeric characters and underscore only (ex: st...

oltre 3 anni fa | 1 risposta | 0

1

risposta

Carica altro