Estadística
35 Preguntas
20 Respuestas
CLASIFICACIÓN
1.679
of 295.467
REPUTACIÓN
40
CONTRIBUCIONES
35 Preguntas
20 Respuestas
ACEPTACIÓN DE RESPUESTAS
88.57%
VOTOS RECIBIDOS
17
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
generate a DLL by RTW without having Visual Studio
Hi folks, I could use some help to understand the requirements of RealTime Workshop0 I was wondering it is possible to g...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Bus signals as Input to S-function
Hello everyone, I'm working on a code of a sfunction which has a Bus signal as input and another bus signal as output. I f...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Initialization problem of the mask parameter when migrating from 2009a 2 2010b
Hello everyone, We are currently migrating some Simulink models from Matlab 2009b to Matlab 2010b. These models invol...
más de 11 años hace | 1 respuesta | 0
1
respuestacan I call dosbox from inside matlab?
I guess these discussions can help you <http://www.mathworks.com/matlabcentral/answers/11568> <http://www.mathworks.com/ma...
más de 11 años hace | 0
| aceptada
Pregunta
simulink library browser crashes when trying to load a custom library
Hello everyone, I have some issues with simulink library browser when it tries to load a custom library I added a custo...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Handle the external reference in the DLL generation TLC files
Hello everyone, I would like to have your opinions about how to solve this issue : I made some libraries, which involve in...
casi 12 años hace | 1 respuesta | 0
1
respuestaPregunta
DLL generation by RTW with reference to external libraries
Hello everyone, I have a simulink model composed by a DymolaBlock and some blocks from the standard simulink library. I ha...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Running a step by step simulation with Simulink debugger
Hello everyone, I'm looking for a way to debug a Simulink model, which is simulated by a fixed-step solver and analyze its b...
alrededor de 12 años hace | 1 respuesta | 1
1
respuestaPregunta
Modify the MaskDIsplay of a block by using c sfunction
Hello everyone, I'm wondering if it's possible to modify the MaskDisplay of a block by using a C sfunction. I know I can get...
alrededor de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
How to reduce the startup time of the simulink model
Hello everyone, I have a simulink model involving some masked C-sfunctions and some blocks from a user-defined library. ...
alrededor de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
Get the outputs from a script launched by the run function
Hello everyone, I got an issue while I was working with the *run* function. I currently use this function to lauch some Matl...
más de 12 años hace | 1 respuesta | 1
1
respuestaLinking MATLAB with Mathematica
If you are trying to export data from Mathematica to matlab you should have a look to this toolbox <http://library.wolfram.c...
más de 12 años hace | 0
| aceptada
read multiple excel files in the one line of the code
The only way is to use this instruction in a for loop [num,txt,raw] = xlsread(fichierExcelTest,'Sheet1')
más de 12 años hace | 0
how to automatically get the results from Model Advisor's report
I wrote something, in a way it works allIDs = ma.getCheckAll; res=ma.getCheckResult(allIDs); nTest=length(res); ...
más de 12 años hace | 0
| aceptada
Pregunta
how to automatically get the results from Model Advisor's report
Hello everyone I need to perform some tests on severals blocks, my advisor of my intership advised me to use Model Advisor ...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
RTW -> Warning: SIT 2009 Unknown data type. Constructor is enum
Hello everyone, I have an issue, when I try to generate a DLL by Real-Time workshop, whose I cannot figure out the reason ...
más de 12 años hace | 1 respuesta | 0
1
respuestaCreating a cell array of size n
You have to modify your code in this way : C = cell(1,n); for i = 1:n C(i) = java.lang.String('red'); ...
más de 12 años hace | 0
Change what folder matlab starts up with
Try to modify the variable : _userpath_ <http://www.mathworks.nl/help/techdoc/matlab_env/bs6j57e-1.html> <http://www.m...
más de 12 años hace | 1
ARMA model for temperature simulation
If you have enough measurements of the inputs and the outputs of the process you might perform a system identification There ar...
más de 12 años hace | 0
How to find the most common statistical value in an array?
Take a look at this function: *mode - Most frequent values in array* <http://www.mathworks.nl/help/techdoc/ref/mode.html>
más de 12 años hace | 0
Control a Simulink module by an M-file
You might use a clock block <http://www.mathworks.nl/help/toolbox/simulink/slref/clock.html> connected to a Matlab Fcn bl...
más de 12 años hace | 0
Selecting a single value with max function - Subscripted assignment dimension mismatch.
I'm not sure about that Check this code A=[2, 2, 3, 3] [num, indexMax] = max(A) size(num) length(num) ...
más de 12 años hace | 0
Plot a figure and find the Equation
You can use the *polyfit* and *polyval* functions here you can find some examples <http://www.ece.utah.edu/~harrison/ece57...
más de 12 años hace | 0
How to access and use specific data from a structure
Try to use this function : *eval* Use my code as example Graph.Curve1=[1 2] max(eval(['Graph.Curve',num2str(1)])) ...
más de 12 años hace | 0
How to convert a structure into a individual double elements
there are different ways to sort out your issue you might use: C= struct2cell(s) and then A= cell2mat(C) anoth...
más de 12 años hace | 9
Finding the end date of each month/year
This is what you are looking E = eomday(Y, M) returns the last day of the year and month given by corresponding elements ...
más de 12 años hace | 1
Pregunta
Weird issue from a simulink model (a simple sfunction block in series to a switch) Could it be a bug on Matlab 7.8 (2009a) ?
Hello everyone, I created a model with simulink composed by a c-mex sfunction block and an upstream switch connected to th...
más de 12 años hace | 1 respuesta | 0
1
respuestaCharacter's usage for parameter callbacks doesn't allow using the | character inside a string : It can be a bug on Matlab 7.8 (R2009a)?
finally guys I wrote this code set_param(gcb,'MaskPromptString','Ninputs|Summary|Toggle to negative sign the input IN1?|Tog...
más de 12 años hace | 0
| aceptada
Pregunta
Character's usage for parameter callbacks doesn't allow using the | character inside a string : It can be a bug on Matlab 7.8 (R2009a)?
Hello everyone, I'm working on a masked block, when I try to associate this command to a mask parameter callback <http://w...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
How to add a mask parameter to a simulink block
Hello everyone, For the purpose of my internship, I need to automate the creation of the mask parameters on a Simulink block....
más de 12 años hace | 1 respuesta | 0