Community Profile

photo

Brenda Egbe


Active since 2018

Followers: 0   Following: 0

Statistics

  • 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;

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

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

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

5 years ago | 1 answer | 0

1

answer