Dina Irofti
Followers: 0 Following: 0
Estadística
6 Preguntas
3 Respuestas
CLASIFICACIÓN
8.444
of 295.569
REPUTACIÓN
5
CONTRIBUCIONES
6 Preguntas
3 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
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
How to merge function handles in matlab?
Hi! I have a function handle of this form: fk = @(a, b, k) a+b+k; I would like to obtain another function handle that...
más de 9 años hace | 2 respuestas | 0
2
respuestasPregunta
Problem identifying a symbolic variable as a double
Hello! I’m dealing with symbolic toolbox in Matlab. I have this code: >> syms a b c; a = b + c; >> res = subs(a, {...
más de 10 años hace | 1 respuesta | 0
1
respuestaH infty optimization of transfer function matrix - which method?
Try the _hinfsyn_ function.
más de 10 años hace | 0
Pregunta
How to solve symbolic nonlinear equations with constrains
Hello! I'd like to solve this system of equations: function F = equationsSystem(sol) F = [ (16*sol(1))/7 + (16*sol(2)...
más de 10 años hace | 1 respuesta | 0
1
respuestaHow do I repeat elements individually in a row
a = [1 0 1 0] % or a = [1 1 1 1] or a = [0 0 0 0] b = [1 1 1] kron(a,b)
más de 10 años hace | 0
| aceptada
Pregunta
How can I replace some symbolic values in a matrix?
Hello! I have a (symbolic) matrix A and its components depend on some symbolic variables (x, y and z). I want to replace the...
más de 10 años hace | 1 respuesta | 1
1
respuestaCan I make this function faster?
Have you tried parallel for loop? See _parfor_ .
casi 11 años hace | 0
Pregunta
Dynamical memory allocation in Simulink
Hello! I have a signal and, with its last M values, I want to build another signal, where M is a variable input. How can I im...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Creating variable whose name is part of a string
I have a _.mat_ file as an input for my function and I know that it contains a struct, but I don't know exactly the name of that...
más de 11 años hace | 2 respuestas | 0