Doheon Lee
Followers: 0 Following: 0
Estadística
12 Preguntas
0 Respuestas
CLASIFICACIÓN
10.561
of 295.467
REPUTACIÓN
4
CONTRIBUCIONES
12 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
4
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 153.912
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Serious problems in MATLAB 2021b running in Mac. Please help.
I am using MATLAB 2021b installed in a Intel Mac (the latest release of Mac Pro, not Macbook Pro). I have the following problem...
alrededor de 3 años hace | 3 respuestas | 4
3
respuestasPregunta
How to find the first date of each month in a datetime array?
I have a datetime array as below, and I like to find the first date of each month in the array. d = [ '14-Jan-2018' '1...
alrededor de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How to deal with asset data having zeros in part when backtesting with 'runBacktest'?
When backtesting with the functions 'backtestStrategy', 'backtestEngine', and 'runBacktest', I have an issue with an asset data ...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
how to create a timetable from a datetime array and a matrix?
I like to create a timetable from a datetime array and a matrix. d = datetime('2021-01-01'):caldays(1):datetime('2021-01-10');...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
In Backtesting, where does the input argument 'current_weights' in a rebalancing function come from?
The following code is from the MATLAB documents for 'backtestStrategy' from here. Please note that I added few lines to the ori...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
In table, how to count a number of specific values by year?
I have a following table. Date Value win_repeat ___________ _____ __________ 20-Nov-2018...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Please help with unexpected outputs from symbolic expressions.
Hi MATLAB Community, I am strugling with symbolic expressions. In the following codes, the upper code (phi_1) outputs a sym...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
In table, how to select values in one column based on values in another column?
As given in the title, I like to call values in one table based on values in anothe column. I have a follwoing table. T = tabl...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Indexing dates yearly and quarterly.
I have many tables, in which the first column is date and the second column in data. And I want to separte these data yearly a...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Repeat Expression in a 'for' loop after try/catch
I have try/catch lines inside a 'for' loop as below. What I want is to repeat index 'i' if an error is encountered. However, 'i'...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Access to object or struct data
I have a structure data as below, i.e., result.data result.data ans = d2: [1 x 1 frame] d3: [1 x 1 signal] I ca...
más de 9 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I use the variable name in the WORK PLACE inside a function?
Maybe be my question is a bit ambiguous. I want to use one of variable names in the workplace inside a function. For example...
alrededor de 12 años hace | 1 respuesta | 0