Community Profile

photo

Yapo OBOUE


Last seen: Today Actif depuis 2019

Followers: 0   Following: 0

Statistiques

  • Explorer
  • First Review
  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

A répondu
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...

plus de 4 ans il y a | 0

| A accepté

Question


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...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


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...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


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...

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

1

réponse

Question


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...

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

1

réponse

Question


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...

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

0

réponse

Question


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...

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

0

réponse

Question


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...

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

1

réponse

Question


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...

presque 5 ans il y a | 2 réponses | 0

2

réponses

Question


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...

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

1

réponse