maiaL
Followers: 0 Following: 0
Estadística
4 Preguntas
15 Respuestas
0 Problemas
14 Soluciones
CLASIFICACIÓN
2.066
of 295.467
REPUTACIÓN
30
CONTRIBUCIONES
4 Preguntas
15 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
6
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
26.943
of 153.912
CONTRIBUCIONES
0 Problemas
14 Soluciones
PUNTUACIÓN
161
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Discrepancies between single and double precision sum over time
I attempted to isolate and better understand an issue happening in a more complex model. It came down to an internal "clock" we ...
casi 3 años hace | 1 respuesta | 1
1
respuestaWhere do the thermal properties of the generic battery model come from?
The equations used in this model can be found in the documentation: https://www.mathworks.com/help/physmod/sps/powersys/ref/batt...
más de 3 años hace | 1
Onda seno (Sine wave) at Simulink
Se entendi direito seu problema, você pode tentar algo assim (If I understood your problem correctly, you can try something like...
más de 3 años hace | 0
Matlab spring equation question
The way I understand the problem, you need an array "x" as the result of this program, which will have the same size as the arra...
alrededor de 4 años hace | 0
How do I increase the font size of MATLAB Document Help?
Ctrl + '+' for increasing and Ctrl + '-' for decreasing. Or alternatively, press and hold Ctrl and roll your mouse wheel. Should...
alrededor de 4 años hace | 1
Matlab graphs not showing
Nothing is plotted because Jx is all NaN's, so something is wrong with your calculations.
alrededor de 4 años hace | 0
| aceptada
How to find value of X when Y reaches maximum value
Not sure what kind of output you want, but one way would be to get the derivative of your y(x) function. When it's "zero", it'...
más de 4 años hace | 0
| aceptada
SIMULINK step, ramp "Start time" on command
A possible solution would be to use an enable subsystem, where the enable signal would be the result of checking the pressure se...
más de 4 años hace | 0
| aceptada
Finding Commented blocks programmatically
what about adding 'Commented','on' and 'Commented','through' to the find_system() arguments?
más de 4 años hace | 0
| aceptada
Simulink - Interpreted Matlab Function: How can I define that I want two inputs to my function?
The Interpreted MATLAB function block only accepts one input afaik. Would it be possible to use a MATLAB function block instead?...
más de 4 años hace | 0
Greek character in script turned to a square or a question mark - any ideas why?
You can refer to this if you want to print greek and other special characters. But I don't think you can have these characters w...
más de 4 años hace | 0
How to Delay matlab function block?
Have you tried Delay blocks?
más de 4 años hace | 0
| aceptada
Pregunta
Extremely slow compilation time in referenced model (Simulink)
I have a Simulink model (model1) which has a model reference to model2. Model2 compilation time (checked with sldiagnostics) is...
más de 4 años hace | 1 respuesta | 2
1
respuestaIs there a way of externally defining the initial output of a Variable Transport Delay?
Not sure if I understood the question clearly, but you could simply define a ini_output value in the base workspace: ini_output...
más de 4 años hace | 0
Algebraic state in algebraic loop
You could try adding a Delay block before the input to the derivative block. I don't know if the signal in your actual model i...
más de 4 años hace | 0
List of all subsystem(include Model reference) in each layer from model
This could be a starting point: SubsystemsList=find_system('mdlName','SearchDepth',20,'LookUnderMasks','on','FollowLinks','on',...
más de 4 años hace | 0
Using multiple copies of the same MATLAB Function Block
Fixed the issue by encapsulating the MATLAB Function block in a subsystem in the library.
más de 4 años hace | 0
| aceptada
Pregunta
Using multiple copies of the same MATLAB Function Block
Hello, I'm trying to use the same MATLAB Function block multiple times in the same Simulink model. These duplicate instances ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
MATLAB Function block limitations
I'm trying to implement MATLAB code into a MATLAB function block in Simulink which would need to do the following: parse data/te...
alrededor de 5 años hace | 1 respuesta | 1