TS_init is not recognized in my compiler (MATLAB R2021b on Windows 10)
Since it's defined as TS_Init in HCTSA, maybe use the original name is a batter option in case sensitive scenario?
https://github.com/benfulcher/hctsa/blob/eada66a0e9b46dae51abae8b887e5777bec7f56e/Calculation/TS_Init.m#L1
TimeSeriesGeneration/HCTSA_generation/createDataAndHCTSAMat.m
Line 280 in 71e393f
TS_init is not recognized in my compiler (MATLAB R2021b on Windows 10)
Since it's defined as TS_Init in HCTSA, maybe use the original name is a batter option in case sensitive scenario?