필터 지우기
필터 지우기

vector thats sorts values , even or odd, using only function

조회 수: 1 (최근 30일)
ff gvghh
ff gvghh 2017년 6월 19일
답변: Julian Hapke 2017년 6월 19일
Write a function that accepts a vector of positive integers (not to be checked) and returns the vector when all the double digits are listed at the beginning of the vector and all odd numbers are registered at the end of the vector after the pair. Do not use loops.
can some one help please :))
  댓글 수: 2
Guillaume
Guillaume 2017년 6월 19일
can some one help please
As soon as you show us what you've done so far and which part is causing you problem.
Without any demonstration of effort on your part, not really.
Jan
Jan 2017년 6월 19일
I agree with Guillaume: This sounds like a homework question. Then please post, what you have tried so far and explain the remaining problems.

댓글을 달려면 로그인하십시오.

답변 (1개)

Julian Hapke
Julian Hapke 2017년 6월 19일
I agree with Guillaume and Jan, you should explain a bit more of your problem. I'm not going to write the function, but here are some hints on how to get started:
sort to get the order right
mod to find even / odd numbers. see also here.
if you need further assistance, please give us an example of input and expected output and of course your work so far.

카테고리

Help CenterFile Exchange에서 Shifting and Sorting Matrices에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by