photo

Brenda Egbe


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

4 Questions
0 Answers

RANK
125,230
of 300,343

REPUTATION
0

CONTRIBUTIONS
4 Questions
0 Answers

ANSWER ACCEPTANCE
75.0%

VOTES RECEIVED
0

RANK
 of 20,926

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 168,172

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

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

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;

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer

Question


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

7 years ago | 1 answer | 0

1

answer