필터 지우기
필터 지우기

Input of Rows for functions

조회 수: 2 (최근 30일)
Fatih
Fatih 2024년 3월 11일
댓글: Dyuman Joshi 2024년 3월 15일
Hello;
I have a file of production scheudules. I want to use each row as an input to function, rather than using loops for time saving.
Would you please help how I can manage it? The input is the B(j , :) jth row(as I used loop in the past)
++
bruteForceResults(:, 2) = calculateMaxTardinessWithSequence(B(j,:), processingTimes, dueTimes, sequenceDependentSetupTimes, numMachines);
++
Thanks in advance.
  댓글 수: 4
Fatih
Fatih 2024년 3월 12일
thanks a lot for the feedbacks. I will revise my code accordingly. Thanks
Dyuman Joshi
Dyuman Joshi 2024년 3월 15일
Any updates, @Fatih?

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

답변 (0개)

카테고리

Help CenterFile Exchange에서 Loops and Conditional Statements에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by