hisham mohammed
Followers: 0 Following: 0
Statistiques
7 Questions
0 Réponses
RANG
217 964
of 295 527
RÉPUTATION
0
CONTRIBUTIONS
7 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
14.29%
VOTES REÇUS
0
RANG
of 20 242
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 057
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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(...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus d'un an il y a | 1 réponse | 0
0
réponseQuestion
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:...
presque 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
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
presque 2 ans il y a | 1 réponse | 0
1
réponseQuestion
Hello, I would like to convert this mathematical equation into MATLAB with function code.
presque 2 ans il y a | 1 réponse | 0
0
réponseQuestion
Hello, I would like to convert this mathematical equation into MATLAB code.
presque 2 ans il y a | 1 réponse | 0