質問


Organize a Simulink Model
Hello ! I would like to know if there is a fonction or a way to auto-organize a Simulink Model ? I have several models with ...

7年弱 前 | 1 件の回答 | 0

1

回答

質問


Use a variable from a function in App designer
Hello ! I have a Matlab function testLectureXML() which has a variable n_component. I have a GUI with an Appdesigner code too...

約7年 前 | 0 件の回答 | 0

0

回答

質問


Call an attribute from a Matlab script in AppDesigner GUI
I have created a GUI with app designer which launch a matlab program after the user chose a file and pressed launch button : f...

約7年 前 | 0 件の回答 | 0

0

回答

質問


Retrieve an attribute from matlab to app designer
Hello ! I have a matlab script with some attributes and an App designer script. I would like to know if it is possible to use...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Is it possible to know if there duplicated element in an array with Matlab ?
Hello ! I would like to if it is possible to know if there are duplicated element in an array with matlab like this : A = {...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Dissect a String and create list with Matlab
Hello ! I come from Python and i would like, with Matlab, to dissect a string and keep each part in a List. Like that : A = "b...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Is it possible to make a while error or while no error Matlab
Hello ! In my matlab script i'm parsing a text file with a specific tag structure and creating Simulink Block for each occuren...

約7年 前 | 1 件の回答 | 0

1

回答

質問


How to dissect a file path and keep extension Matlab
I have my file path in a string : path = 'D:\Users\Documents\MATLAB\capella_to_matlab.txt' How can i put only the extension i...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Accept a specific type of file Matlab
I have a GUI using a Browe Button to search a file : function Browse(app, event) FileName,FilePath ]= uigetfile(); ...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Launch a matlab script when push button app designer Matlab
Hello ! I have already created a button that allow user to browse a file and a TextArea that display the File Path. function ...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Get parameter of a specific Simulink Block and compare it, Matlab
Hello ! I'm parsing a text file with matlab which looks like this : [Date] 2019-03-27 10:45:10.167618 [Component] Compon...

約7年 前 | 0 件の回答 | 0

0

回答

質問


Undefined variable "Simulink" or class "Simulink.findBlocks".
Hello ! I'm trying to use the matlab function Simulink.findBlocks(), after some research i found that this function was implem...

約7年 前 | 0 件の回答 | 0

0

回答

質問


Loop "if arg in ..."
Hello, I come from Python and i would like to know if there is a if a in b : ... end loop in matlab. Thanks !

約7年 前 | 1 件の回答 | 0

1

回答

質問


Rename an inport and outport of Subsystem
Hello ! I am parsing a text file with matlab and trying to create a Simulink model from Matlab. new_system(link_NameValue); ...

約7年 前 | 1 件の回答 | 0

1

回答

質問


Parsing Text File with Matlab
Hello ! I'm new with matlab and i'm trying to parse a text file with Matlab which contains my own markup language. [Date] 20...

約7年 前 | 1 件の回答 | 0

1

回答