Statistica
RANK
8.514
of 295.467
REPUTAZIONE
5
CONTRIBUTI
6 Domande
3 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
1
RANK
of 153.912
CONTRIBUTI
0 Problemi
0 Soluzioni
PUNTEGGIO
0
NUMERO DI BADGE
0
CONTRIBUTI
0 Post
CONTRIBUTI
0 Pubblico Canali
VALUTAZIONE MEDIA
CONTRIBUTI
0 Punti principali
NUMERO MEDIO DI LIKE
Feeds
Domanda
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...
oltre 9 anni fa | 2 risposte | 0
2
risposteDomanda
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, {...
oltre 10 anni fa | 1 risposta | 0
1
rispostaH infty optimization of transfer function matrix - which method?
Try the _hinfsyn_ function.
oltre 10 anni fa | 0
Domanda
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)...
oltre 10 anni fa | 1 risposta | 0
1
rispostaHow 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)
oltre 10 anni fa | 0
| accettato
Domanda
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...
oltre 10 anni fa | 1 risposta | 1
1
rispostaCan I make this function faster?
Have you tried parallel for loop? See _parfor_ .
quasi 11 anni fa | 0
Domanda
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...
quasi 11 anni fa | 1 risposta | 0
1
rispostaDomanda
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...
oltre 11 anni fa | 2 risposte | 0