Statistica
7 Domande
0 Risposte
RANK
174.088
of 299.784
REPUTAZIONE
0
CONTRIBUTI
7 Domande
0 Risposte
ACCETTAZIONE DELLE RISPOSTE
14.29%
VOTI RICEVUTI
0
RANK
of 165.909
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
Welcome I have a CF equation that performs a three-dimensional summation process and gives a two-dimensional result I did this process using (For Loops) in MATLAB. I want to c
clc xm(:,:,1)= [1 2 3 4;2 3 4 5;3 4 5 6;4 5 6 7 ] xm(:,:,2)= [2 3 4 5;3 4 5 6;4 5 6 7;5 6 7 8] tic [cf] =coherence_factor(...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
Hello, how can I calculate the row and column by inserting a 3D matrix using this equation,, so that the input 3D matrix and output 2D matrix
clc clear all close all xm= [5 5 5 5;5 -4 -3 -2;5 -1 0 1;5 2 3 4] n=length(xm); [cf] =coherence_factor(xm,n) function ...
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
Hello, how can I calculate the row and column by inserting a 3D matrix using this equation
clc clear all close all xm= [5 5 5 5;5 -4 -3 -2;5 -1 0 1;5 2 3 4] n=length(xm); [cf] =coherence_factor(xm,n) function ...
oltre 2 anni fa | 0 risposte | 0
0
risposteDomanda
Hello, how can I do a (for loop) for this equation to find more than one value of the CF ? Specifically, I mean more than one value for (xm)
function [CF]= Coherence_Factor(xm,N); CF = ((abs (sum(xm))).^2) / (N* sum(abs(xm.^2))) end %Function call window xm= [-1:...
oltre 2 anni fa | 2 risposte | 0
2
risposteDomanda
Hello, how can I do a (loop) for this equation to find more than one value of the CF ? Specifically, I mean more than one value for (xm)
function [CF]= Coherence_Factor(xm,N); CF = ((abs (sum(xm))).^2) / (N* sum(abs(xm.^2))) end
oltre 2 anni fa | 1 risposta | 0
1
rispostaDomanda
Hello, I would like to convert this mathematical equation into MATLAB with function code.
oltre 2 anni fa | 0 risposte | 0
0
risposteDomanda
Hello, I would like to convert this mathematical equation into MATLAB code.
oltre 2 anni fa | 1 risposta | 0