Steradiant
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
7.946
of 295.495
REPUTACIÓN
6
CONTRIBUCIONES
12 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
58.33%
VOTOS RECIBIDOS
6
CLASIFICACIÓN
of 20.240
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.991
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
PWork loses data in S-function
Hello, I want to read out the data (which are structures) from the S-functions parameter dialog at Startup and use them in ever...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Profiling handwritten MEX C-Function
Hello, is there a way to profile a handwritten MEX C-function to determine which part of the code needs the most execution time...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Difference/usage of mwIndex, mwSignedIndex and mwSize in mex C-code
Hello, I'm writing mex C-code and I am wondering how to correctly use the datatypes mwIndex, mwSignedIndex and mwSize. The desc...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Advantages of mwsize (Cross-Platform Flexibility)?
Hello, in the documentation there is the hint to use mwsize rather than int for Cross-Platform Flexibility. What is the actual ...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Increase number of legend entries in Simulink Scope
Hello, I have some vector-valued singals in my Simulink model which I want to display in Scopes. Sadly, the scopes only shows 2...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Discrete S-Function doesn't update inputs
Hello, I have written a C MEX-S-Function for my model. I set the sample time as follows: static void mdlInitializeSampleTimes(...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
linsolve with symmetric property set is slower than without
Hello, I want to improve the performance of solving a system of linear equations Ax=b. I have a symmetric A matrix. This matrix...
alrededor de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Warning: Initializing MATLAB Graphics failed.
Hello, I installed MATLAB 2020b on Ubuntu 20.04 LTS. Everytime when I start matlab I get the following warning: Warning: I...
alrededor de 4 años hace | 1 respuesta | 5
1
respuestaPregunta
Set hessian function only once for fmincon
I'm calculating the analytic hessian for the interior-point algorithm of fmincon like described here: https://de.mathworks.com/h...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaSolve symbolic equation with derivatives
isolate(eqn,expr) is the function I was looking for.
más de 4 años hace | 0
| aceptada
Pregunta
Solve symbolic equation with derivatives
I want to solve an equation with the symbolic math toolbox. This equation also contains derivatives. E.g.: eqn1 = 0 == x + y + ...
más de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Mistake in fft() help (calculation of single-sided spectrum)?
In the fft() help, a single sided spectrum is calculated as follows: Y = fft(X); P2 = abs(Y/L); P1 = P2(1:L/2+1); P1(2:end-1...
alrededor de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Rotation order of quatrotate
Hello, I'm about the function quatrotate. I want to rotate the vector [0,0,1] (means pointing into z-direction of the world fra...
más de 5 años hace | 1 respuesta | 1