How can I use for loop command to assign a value to an odd or even element of the index?
"M" "T" "W" "Th" "F" "Sa" "Su"
"30" "45" "30" "0" "90" "45" "30"
It will look something like this. at the same time, I want to produce a result that is divisible by 7 so that the number of week is complete no matter the number of days i entered.

답변 (1개)

Tesfaye Girma
Tesfaye Girma 2021년 2월 23일

0 개 추천

for weeks = "M" "T" "W" "Th" "F" "Sa" "Su";
days="30" "45" "30" "0" "90" "45" "30"
disp(weeks)=odd

카테고리

도움말 센터File Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

질문:

2021년 2월 23일

답변:

2021년 2월 23일

Community Treasure Hunt

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

Start Hunting!

Translated by