Femi Bolarinwa
Followers: 0 Following: 0
Statistics
6 Questions
0 Answers
RANK
67,683
of 295,569
REPUTATION
0
CONTRIBUTIONS
6 Questions
0 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
0
RANK
of 20,247
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 154,105
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
Logical Indexing in Simulink
I need guidance using logical indexing in a MATLAB function block in simulink. I simply want to select rows from the A matrix ba...
4 years ago | 1 answer | 0
1
answerQuestion
Real-time Numerical differentiation in MATLAB function block
I'm trying to build a matlab function block execute a real time numerical derivative of a signal using persistent variable as a ...
4 years ago | 1 answer | 0
1
answerQuestion
How to pick out single occurring elements of an array
I'm trying to use a for/while loop to pick out elements of an array that only occur once For example: i want to pick out elemen...
4 years ago | 1 answer | 0
1
answerQuestion
First and last occurrence of an element in an array
I want to be able to find the indices of the first and last occurence of a number in an array of any length by using a while or ...
4 years ago | 1 answer | 0
1
answerQuestion
Matrix input/output to a Matlab function block in simulink
I need help creating a MATLAB function block in simulink. How do i make a MATLAB function block take in a large matrix from the ...
4 years ago | 2 answers | 0
2
answersQuestion
How to select or group sections of an array without using indexing
So i have an array of elements like this: A = [NaN; NaN; NaN; NaN; 2; 3; 6; 7; NaN; NaN; NaN; NaN; NaN; 4; 6; 8; 8; NaN; NaN; ...
4 years ago | 1 answer | 0