Brenda Egbe
Followers: 0 Following: 0
Statistics
4 Questions
0 Answers
RANK
123,086
of 295,495
REPUTATION
0
CONTRIBUTIONS
4 Questions
0 Answers
ANSWER ACCEPTANCE
75.0%
VOTES RECEIVED
0
RANK
of 20,240
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,991
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
Hey guys, please i need help on how to validate a vector using a while loop
%for example a vector x with values greater than 0, and length of 3 x>0; length(x)=3;
6 years ago | 1 answer | 0
1
answerQuestion
Hey guys please i need help with this. i am trying to have this function plot a graph of (a,r). The graph should be a curve but it gives me just a point. I don't know what i did wrong!
function [r] = range_calculator(a,v) %UNTITLED Summary of this function goes here % Takes angle vector and an 8 value ...
6 years ago | 1 answer | 0
1
answerQuestion
Hey i need help with this. i am trying to have this function give me different values for each value of x i enter in the script but it keeps giving me just one value
function [y] = sample_for(x) %SAMPLE_FOR Summary of this function goes here % Adjust scores sent to the function as ei...
6 years ago | 1 answer | 0
1
answerQuestion
how do i write a function that can choose a desired number of statistic from a given list?
for example i have a vector with variables, and my list of statistics are min,max,mean,median and std. i need to write a functi...
6 years ago | 1 answer | 0