Statistica
4 Domande
0 Risposte
RANK
194.627
of 295.673
REPUTAZIONE
0
CONTRIBUTI
4 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
50.0%
VOTI RICEVUTI
0
RANK
of 154.257
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
deleting and adapting columns in matrix of function handles
Hello, If you a matrix that contains function handles, so for example: A = @(x) [x , x^2, x^3; 2*x, 2*x^2, 2*x^3] How c...
circa 9 anni fa | 1 risposta | 0
1
rispostaDomanda
how to create on an efficient way zeros in a symbolic matrix?
hey, I want to create a matrix/array A with size(n,2) (for arbitrary n) such that A(:,1) = zeros(n,1) A([1:n-1],2) = ...
circa 10 anni fa | 3 risposte | 0
3
risposteDomanda
matrix product in function handle
hello, I have 2 functions defined: trig = @(y) a(1)/2 + a(2:6)*cos((1:5).'*y) + b(2:6)*sin((1:5).'*y) (with given vecto...
circa 10 anni fa | 1 risposta | 0
1
rispostaDomanda
error when call function
hello, I use matlab for excercises on the university. I declare a function 'benadering_four' and when I ask for benadering_fo...
circa 10 anni fa | 1 risposta | 0