photo

langrg


Last seen: plus d'un an il y a Actif depuis 2018

Followers: 0   Following: 0

Statistiques

MATLAB Answers

16 Questions
5 Réponses

RANG
4 346
of 300 343

RÉPUTATION
12

CONTRIBUTIONS
16 Questions
5 Réponses

ACCEPTATION DE VOS RÉPONSES
62.5%

VOTES REÇUS
3

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 172

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 1
  • Thankful Level 3
  • First Answer

Afficher les badges

Feeds

Afficher par

Question


How to list all blocks that "InitialOutput" parameter is accessible in their "block parameter" interface?
Hi, In function of their use, some blocks need or not to have parameter fields fill. For example, "Outport" blocks, according t...

environ 3 ans il y a | 1 réponse | 0

1

réponse

Question


Open a masked subsystem (look under mask) in command line
Hello, Does anyone know how to open a masked Simulink subsystem from Matlab? I mean, what is the command line equivalent to "lo...

plus de 3 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
problem with if and or
Hello, You should use "strcmp" instead of "==", then end syntax of an "if" condition is "end" not "endif", like that: Choix1 =...

plus de 3 ans il y a | 0

| A accepté

Question


How to get same xlsread "raw" output whithout using xlsread?
Hello, xlsread is no more recommanded. So what is the correct solution to get exactly the same variable "raw" I was getting whe...

environ 4 ans il y a | 1 réponse | 0

1

réponse

Question


Webapp : Excel ActiveX server fails to open
Hello, I'm currently developping a webapp that have to use an Excel activeX server. I use this activeX server to read and gener...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


Coding philosophy : Is using Simulink observers blocks like using global variables?
Hi, Must I considere that using observers blocks in a Simulink model is like using global variables in a code? I dont' talk ab...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
I want to change specific values in a table
Hi, I think you forgot to define "oneeyearray" before using it. You can not do if oneeyearray(i,j)==-1 if "oneeyearray" doe...

plus de 4 ans il y a | 0

Question


Add one port to a Simulink block, from command line AND automaticaly keep the same distance between ports
Hi, I'm trying to automate the creation of a Simulink model. In some case I have to add sevral inport to BusCreators. The tro...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Coding philosophy : Is using global goto like using a global variable?
Hi, Must I considere that using a global goto block in a Simulink model is like defining a global variable in a code? I dont' ...

plus de 4 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
disable/enable custom menu sl_customization
I'v finaly found the solution by myself. When you create the schema of your function for your menu, you have to define tag prop...

plus de 4 ans il y a | 0

| A accepté

Réponse apportée
Loading any Excel file from a folder
Hi, The code below should work. function test(path) % Find xlsx files files = dir(fullfile(path, '*.xlsx')); % Loop on ev...

plus de 4 ans il y a | 1

| A accepté

Question


disable/enable custom menu sl_customization
Hi, Using sl_customization I've created a sub-menu of Tools menu in Simulink (cm.). I've found and understood how to add a fil...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How to i plot curve graph for equation with condition?
A parenthesis is missing in your formula (look your print), there is an closing parenthesis after "t", but there is no opening p...

presque 5 ans il y a | 0

Question


Wireless communication between 2 Simulink blocks without Goto/From
Hi, Would there be a way to create 2 Simulink blocks (Matlab Function? S-Function ?) that would be in a same model, at differen...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


Customize block callbacks error message
Hello, I want to specify the InitFcn of a Simulink block, for example 'MyInitFcn'. 'MyInitFcn' is an m file (function) that con...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


What is Matlab command line equivalent to "Deploy to Hardware Ctrl+B" button in Simulink?
Hello, What is Matlab command line equivalent to "Deploy to Hardware Ctrl+B" button in Simulink? Thanks!

plus de 5 ans il y a | 2 réponses | 0

2

réponses

Question


Simulink : Get handle of a Matlab-Function block, inside Matlab-Function itself
Hello, Is there a way to get handle of a Matlab-Function Simulink block inside of the Matlab-Function itself? Thanks!

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


Are Lego EV3 support packages for Matlab and Simulink compliant with Lego NXT 2.0 brick?
Hello, I'm using Matlab R2018b, I would like to program Lego NXT 2.0 brick with Simulink. Are Lego EV3 support packages for Ma...

plus de 5 ans il y a | 1 réponse | 0

1

réponse

Question


mex compilation error : collect2.exe: error: ld returned 5 exit status
Hi, I'm trying to compile cpp code to create mexw64 files directly usable in Matlab. Using "mex" function I get this error mes...

presque 6 ans il y a | 1 réponse | 0

0

réponse

Question


Get list of libraries blocks that have "changes" in a model
Hello, I have a Simulink model with libraries blocks inside. I have modified some of those libraries (from my model) using "set...

plus de 6 ans il y a | 2 réponses | 2

2

réponses

Question


Is there a way to change number of worker in a created parpool?
Hi, I have launch a very long simulation wih parfor loop inside. To keep working on my PC, I let one core free. Now that I'm le...

presque 7 ans il y a | 1 réponse | 0

1

réponse