Clear Filters
Clear Filters

Input of Rows for functions

2 views (last 30 days)
Fatih
Fatih on 11 Mar 2024
Commented: Dyuman Joshi on 15 Mar 2024
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 Comments
Fatih
Fatih on 12 Mar 2024
thanks a lot for the feedbacks. I will revise my code accordingly. Thanks

Sign in to comment.

Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!