Questions tagged [timetable]

212 questions
0
votes
1 answer

Framework or Class for a TableView for a train scedule / time table

I wonder if there is a framework or class for creating a train scedule similar to the below screenshot. Of course I know, I can create the table cells myself, but probably there is already a framework available. Many thanks in advance.
brainray
  • 12,512
  • 11
  • 67
  • 116
0
votes
2 answers

Convert Large Switch to Hash (Or Other Recommendation)

I currently have an Android application that displays a schedule for a ferry boat. The application can display the full schedule (just a giant list), but the selling point in the application is it will display when the next two ferries are departing…
mattdonders
  • 1,328
  • 1
  • 19
  • 42
0
votes
0 answers

Can MATLAB timetables be imported into Python?

I am generating MAT files with timetable variables using Matlab 2021b. I have never used Python before and want to ensure these MAT files can be easily read into Python as well. Is importing timetable variables from MATLAB to Python possible? If…
0
votes
3 answers

Is there a way to convert csv data to a Matlab timetable using Python or Matlab?

I would like to know how to make a Matlab timetable from this data: date time open high low close tickvol 0 2011.01.02 17:01 1.3342 1.3344 1.3341 1.3341 0 1 2011.01.02 17:02 1.3343 …
0
votes
0 answers

How to get Calander data from an online timetabling website

My school uses TeachWorks to timetable our lessons. I am leaving school soon and thus will lose access to my account. While I still have a login, I would like to download all my school timetables from the last five years. Can anyone give advice on…
Harry_
  • 33
  • 1
  • 6
0
votes
1 answer

How to make two subjects repeat consecutively while making a timetable generated system

So i am using randomisation to create a time table generating system for my college . I want all theroritical subjects to be randomly assigned in the timetable and the lab hours to be assigned consecutively. For example if 7-8 am is lab1 i want 9-10…
Neha
  • 1
  • 1
0
votes
0 answers

DEAP Genetic Algorithm to solve my particular timetable problem

I would like to use DEAP to solve my timetable problem. I have the following parameters: n teachers (around 15) m rooms where teachers (around 8) teach some lessons 8 hours per day / 5 days per week so 40 hours per room I have many…
Frank
  • 1
  • 1
0
votes
0 answers

How to extract the rowTimes of Matlab timetable in R

I am trying to import data from a timetable into R. I have been able to successfully load the v7.3 .mat file using the raveio package. The .mat file has two timetables, both have the same timescale. These tables are rather huge (6422100 rows in the…
etgriffiths
  • 210
  • 2
  • 12
0
votes
2 answers

How to define a Combitimetable through a script in Dymola?

I am trying to perform several simulations in a sequence using a for loop in a script. From simulation to simulation, the only variable to change is the file path of a Combitimetable. I propagated the variable fileName in order to assign a new path…
0
votes
0 answers

Vb.net Re-Arrange user controls in flowLayoutPanel depending on time

Firstly, i’m kinda new to programming with vb.net and this is only my second project (it’s for school) So, here’s my problem I’m trying to make a timetable using vb.net So far, I’m done with the add and delete of user control This is how i added new…
H.S
  • 1
0
votes
1 answer

I am using javascript to convert a large table to a pdf

I wrote this great script to help my team set up the weekly task distribution board, I wrote it using java script, html, and css, they've been doing it for a very long time in pencil on paper. but now i am in the final stage, i would like to convert…
flower
  • 1
  • 2
0
votes
1 answer

shift scheduling prolog company 50 people 30 days at least to rest days a week

I have a semi complex shift scheduling problem in prolog. From what I saw it can be solved with CLF but I am not that familiar and the resources online didn't really help me. The problem states that the company has 50 employees and that each…
0
votes
1 answer

How can i display courses in the listbox of gui window in Python?

I have a project to make a timetable for a university when I run the code I don't have any errors but I got this problem. When I enter the path of my excel CSV file on the Entry widget, then I click to read and display but nothing shows on the…
0
votes
1 answer

Optaplanner - see if the same item appears in two lists

I am currently trying to make an exam timetabling program. I have got it so that the exams are assigned to a timeslot however the student conflict part is not working. I currently have my students in lists as attributes of subject objects. Each exam…
Kate
  • 3
  • 2
0
votes
0 answers

How to import selected fields from matlab struct into Simulink?

I have a .mat file containing a struct with a bunch of data (about 80 fields, each thousands of rows long). I also have a simulink model to process some of the data. Is there a way to import only some of the fields of the struct into simulink? (That…