Community Profile

photo

snr matlb


Last seen: 3 years 前 自 2018 起处于活动状态

统计数据

  • Thankful Level 2
  • First Answer
  • Thankful Level 1

查看徽章

Content Feed

排序方式:

提问


Please help me on this coding about nested loops
I have to give time delay all jobs in the dataset to make a separation. You can find the structure of the 'list' dataset at at...

3 years 前 | 0 个回答 | 0

0

个回答

已回答
Combining Two Plots into One Won't Work!
I guess that you can use "hold on" if you can draw the plot again. "hold on" holds the first plot while it is drawing the other ...

3 years 前 | 0

提问


How to simplfy the code for time saving? (nested while loop)
for p = 1:30 %particle loop for h = 1:8 %hour window each number represent 1-hour time window. conflictjobs=[];...

3 years 前 | 1 个回答 | 0

1

个回答

提问


How to solve preallocating speed of a variable?
I have a variable which is object structure, I mean I define all properties in an m.file classfile and properties structure. The...

3 years 前 | 2 个回答 | 0

2

个回答

提问


How to generate random numbers between min and max value with gevrnd?I
I have 16 value with distributed by generalized extreme value. I have k, sigma and mu of this data. I want to increase the data ...

3 years 前 | 1 个回答 | 0

1

个回答

提问


Can we use random solution in each iteration of simulated annealing?
Hello, Can we use random solution in each iteration of simulated annealing? Because, when I generate neighbor result always go...

4 years 前 | 0 个回答 | 0

0

个回答

提问


How to find a better neighbor in simulated annealing?
I am using SA to minimize delay of each job. However, I use random solution in each iteration, so it may lead some move to diffe...

4 years 前 | 0 个回答 | 0

0

个回答

提问


How can I improve my SA algorithm that I used for job scheduling?
objective: max sum(solution(i,9)) ------------------------------------------ while T>Tmin for iteration=100 for i=1:61...

4 years 前 | 0 个回答 | 0

0

个回答

提问


How to calculate (hh:mm:ss + minutes()) and show the all result in GUI table?
for i = 1:10 result(i, 2) = 08:00:00 + minutes(result(i,2)) end set(handles.uitable1, 'data', result) ******************...

4 years 前 | 1 个回答 | 0

1

个回答

提问


PushButton in GUI and determine a variable with edit text and running another m file with this variable after clicking the button
I wrote my program in the script section in Matlab. I want to make a user interface. there will be an edit text and button. Aft...

6 years 前 | 1 个回答 | 0

1

个回答

提问


from Excel Time Import and Use in Arithmetically in Matlab
Hi, I have a problem about time values in Matlab. I prepared excel sheet which contains times. I set the cell format hh:mm:s...

6 years 前 | 1 个回答 | 0

1

个回答