photo

Joao


Actif depuis 2014

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

8 Questions
1 Réponse

RANG
35 062
of 300 352

RÉPUTATION
1

CONTRIBUTIONS
8 Questions
1 Réponse

ACCEPTATION DE VOS RÉPONSES
75.0%

VOTES REÇUS
1

RANG
 of 20 928

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 212

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

  • First Review
  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


Indexing cannot yield multiple results error
Hello! I have this function: function [E1x,E2x]=coupler(Eax,Ebx,Npt1) n=1; Eout=zeros(Npt1,2); E1x=zeros(Npt1,1);...

plus de 9 ans il y a | 2 réponses | 0

2

réponses

Question


Which mean and standart deviantion should I use?
Hi! I have this plot that was obtained by connecting the occurrence values of a histogram. My teacher asked me to get the pr...

presque 10 ans il y a | 1 réponse | 0

1

réponse

Question


Doubt about xcorr function
Hello! I have question about the xcorr function. I have a vector with random bits 0s and 1s. I do the autocorrelation o...

presque 11 ans il y a | 1 réponse | 1

1

réponse

Question


Sphere function does not work
Hello, I am trying to run function sphere in matlab like this: sphere(30); I get an error every time - Error in ==> sph...

presque 11 ans il y a | 1 réponse | 0

1

réponse

Question


Autocorrelation function without using xcorr
Hello, I have this code trying to plot the autocorrelation of signal E1 without xcorr function E1f=[E1 zeros(1,1249)]; f...

presque 11 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
Why can't I save very small numbers in a vector?
already solved the problem.it was something else. thank you

presque 11 ans il y a | 0

Question


Why can't I save very small numbers in a vector?
Hello! My code is getting points like 5e-9 and i am putting these points on a vector. However after i run it i get a vector ...

presque 11 ans il y a | 3 réponses | 0

3

réponses

Question


Matrix loop multiplication warning
Hello, I have this code: n=1; Eout=zeros(4096,2); while n<=4096 E=[Eopt(n); 0]; coupler=[sqrt(0.9) 1i*sqrt(0.1);...

environ 11 ans il y a | 2 réponses | 0

2

réponses

Question


Wrong matrix multiplication answer
Hi, This multiplication gets a wrong answer: E=[Eopt(1) 0]; coupler=[sqrt(0.9) 1i*sqrt(0.1);1i*sqrt(0.1) sqrt(0.9)]; ...

environ 11 ans il y a | 2 réponses | 0

2

réponses