Folakemi Omotoye
Followers: 0 Following: 0
Statistics
10 Questions
0 Answers
RANK
117,538
of 295,467
REPUTATION
0
CONTRIBUTIONS
10 Questions
0 Answers
ANSWER ACCEPTANCE
30.0%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
Question
Help me check what is wrong with my code
I want to print a table from a for loop with fprintf but when i run the code, it gives error Error using vertcat Dimensi...
6 years ago | 0 answers | 0
0
answersQuestion
How can i write this in matlab please
this is the whole code n=30; [v]=linspace(3,20,n); %CUSUM Algorithm h=4; %...
6 years ago | 0 answers | 0
0
answersQuestion
How can i define this in matlab
I want to define this function {s(-1)} in matlab. it is giving me error message. array index must be positive integers or logica...
6 years ago | 1 answer | 0
1
answerQuestion
I want only one value stored in this code
I want to store a particular value in this loop, how can i do it please. the code is below for t=1:1:30 s(t)=sum...
6 years ago | 1 answer | 0
1
answerQuestion
help with this code. I keep getting error message
when i execute the code below, i get the error message - Array indices must be positive integers or logical values. n=30 ...
6 years ago | 1 answer | 0
1
answerQuestion
How can i convert a vector (1 by 300) into time points
I have a 1 by 300 vector. I want to convert it to time points and write a program such that the system will read the cumulativ...
6 years ago | 1 answer | 0
1
answerQuestion
How can i change this plot to be be in this form
Please, how can i make the 2D plot (attached image -row plot) appear like any of the signal plots(attached image -signal) in the...
6 years ago | 1 answer | 0
1
answerQuestion
how can i get the cumsum of a 3D matrix.
i have a 3-D matrix.I want to use the cumsum algorithm to plot all the matrix as a signal. i have the following code m=zero...
6 years ago | 1 answer | 0
1
answerQuestion
i want to create A 3-D matrix and i want a pixel to be increasing by 1 in each of the matrix. how can i do that
i want the 3rd row and 3rd column in each matrix to be increasing with every iteration. i hvave done this but it is not working....
6 years ago | 1 answer | 0
1
answerQuestion
how can i create a matrix in a loop and have some elements changing with every iteration
I want to create a 10 by 10 matrix in a loop and have some elements changing between a particular range of values for each itera...
6 years ago | 1 answer | 0