Community Profile

photo

Yapo OBOUE


Last seen: 2 Tage vor Aktiv seit 2019

Statistiken

  • Explorer
  • First Review
  • Thankful Level 3

Abzeichen anzeigen

Content Feed

Anzeigen nach

Beantwortet
How to plot two variables with respect to another one ?
Thanks ! I got it here is the plotting script : missingData = 0:10:90; snr1=[26, 25.4147, 25.1168, 24.7236, 23.9581, 22.7252...

mehr als 4 Jahre vor | 0

| akzeptiert

Frage


How to plot two variables with respect to another one ?
Hello dear, I am looking for a matlab program or script to plot the two variables snr1 and snr2 with respect to missing t...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to find the local similarity between an original data and a reconstructed data set ?
Hi everyone, I am working on data reconstruction. I want to show the local similiraty between the original data and a reconstru...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to compute a Hankel matrix for N-dimension ?
Hello everyone, I have a 4-dimension matrix A configured as follow : [w x y z]=size(A); where w=10; x=10; y=10 and z=10. Is th...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Error using svd Input to SVD must not contain NaN or Inf.
Hello everyone, I meet a problem with my code. when I run this code below, I get this error : Error using svd Input to SVD mu...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How do I compute a level-four Hankel matrix ?
Hello everyone, I am trying to embed a 4-D spatial hypercube Dk1, k2, k3, k4 in a level-four block Hankel matrix as follows. I n...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to compute a level four-block hankel matrix ?
Hello everyone, I am trying to embed a 4-D spatial hypercube Dk1, k2, k3, k4 in a level-four block Hankel matrix as follows. I h...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to modify the coordinate of a 3D cube ?
Hi everyone ! I am making a 3D cube through this following code : load A; [nt,nx,ny]=size(A); times = 1:300; x=1:12; y=1:1...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to plot 3D matrix in form of cube
Hello everyone, I have a 3D matrix of size [t, x, y]=size(D), where t=300; x=12 and y=12. How to plot t with respect to x, y fo...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How do I extract 3D matrix from 5D matrix
Hi everyone ! I working on 5D matrix configured as follow : [nt, nx, ny, np, nz]=size(D), such nt= 301; nx=12; ny=12; np=12; nz...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort