![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/14388773_1545135142072_DEF.jpg)
Yapo OBOUE
Followers: 0 Following: 0
Statistics
RANK
245.949
of 297.016
REPUTATION
0
CONTRIBUTIONS
9 Questions
1 Answer
ANSWER ACCEPTANCE
77.78%
VOTES RECEIVED
0
RANK
of 20.419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157.725
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
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...
meer dan 5 jaar ago | 0
| accepted
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 5 jaar ago | 0 answers | 0
0
answersQuestion
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...
meer dan 5 jaar ago | 1 answer | 0
1
answerQuestion
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...
meer dan 5 jaar ago | 2 answers | 0
2
answersQuestion
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...
meer dan 5 jaar ago | 1 answer | 0