Write a function that takes a vector xyz and returns as output two variables

8 vues (au cours des 30 derniers jours)
Louis Foust
Louis Foust le 27 Avr 2015
Modifié(e) : Youssef Khmou le 27 Avr 2015
Hi, I'm new to MATLAB and i'm trying to solve this problem:
Write a function: named myAver that takes a vector xyz as input argument and returns as output two variables: scalar Mav which stores an average value of the vector and logic variable err. You cannot use MATLAB mean function.
  1 commentaire
Joseph Cheng
Joseph Cheng le 27 Avr 2015
Is there a specific portion that you are getting stuck on. As this is a homework problem you'll find few people to directly answer it for you. please read http://www.mathworks.com/matlabcentral/answers/8626-how-do-i-get-help-on-homework-questions-on-matlab-answers to how to phrase your homework questions for people to help you out here.

Connectez-vous pour commenter.

Réponses (1)

Youssef  Khmou
Youssef Khmou le 27 Avr 2015
Modifié(e) : Youssef Khmou le 27 Avr 2015
try :
function [Mav,Err]=myAver(u)
% hint : use sum, length, std,...
  2 commentaires
John D'Errico
John D'Errico le 27 Avr 2015
Its generally best if you don't give a student (especially ones with novice questions for homework) the complete code for their homework. This helps nobody, and certainly not the student.

Connectez-vous pour commenter.

Catégories

En savoir plus sur Get Started with MATLAB dans Help Center et File Exchange

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by