Chris
Followers: 0 Following: 0
Estadística
46 Preguntas
9 Respuestas
CLASIFICACIÓN
5.765
of 295.467
REPUTACIÓN
8
CONTRIBUCIONES
46 Preguntas
9 Respuestas
ACEPTACIÓN DE RESPUESTAS
60.87%
VOTOS RECIBIDOS
7
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
Is there a way to bring data in from a JSON API
There are two API's I would love to bring data into Matlab. What's the easiest way to bring in data from the polygon.io api http...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Bring in data form polygon.io api or tradier API?
Good day curious what is the easiest way to bring in data from the polygon.io api https://polygon.io/docs/ and/or tradier api ht...
más de 4 años hace | 0 respuestas | 0
0
respuestasPregunta
Plot multiple lines in 3d using x,y,z start point and x,y,z end point
Good day wondering if someone can point me to a couple exampls how I can take a data set with an x,y,z value for the start of a ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Plot lines in 3d similar to this
Is there a way to plot multiple lines on a 3 axis similar to https://plotly.com/python/3d-line-plots/
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I make a dynamic matrix
Is there a way to store a calc in a dynamic matrix. For example I would like to store values for each price to the nearest .01 S...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How to plot data from iqfeed
What's the easiest way to plot data from iqfeed. I think the iqfeed results in a timeseries
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Getting error Undefined function or variable 'iqf' with datafeedtoolbox
When I run the command >> c = iqf(username,password) Undefined function or variable 'iqf'.
casi 6 años hace | 1 respuesta | 0
1
respuestaPregunta
Way to plot multiple lines in 3d specifying start and end point?
Is there a way to plot multiple lines on 3 axis and specify the start and end point This is a crude example but something like ...
casi 6 años hace | 1 respuesta | 0
1
respuestaIQFeed: plot return from array of cells?
Any update on this or same problems?
casi 6 años hace | 0
Pregunta
PLOT MULTIPLE LINES 3 ACCESS
If I have data such as Date Price Quantity 12/8/2018 9 ...
casi 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Does the Matlab iqfeed link timeseries function provide bid ask data
What data does the matlab iqfeed time series function return?
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Have to run restoredefaultpath everytime restart parfor loop
Not sure why I have to do this but this started happening recently. Does this make any sense?
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Exception in thread "AWT-EventQueue-0" java.lang.ClassCastException: sun.java2d.HeadlessGraphicsEnvir
I am getting these errors after running a parfor loop for an extended period in time at java.awt.EventDispatchThread.pumpOn...
más de 12 años hace | 1 respuesta | 2
1
respuestaPregunta
Getting java.lang.outofmemoryerror:Java heap Space 2011a 7.12.0
The last few days I have been getting. My computer is an i7 with 16gb of memory ??? Error using ==> parallel_function at 598...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Way to know status of parfor loop without printing to command window or saving to file?
I would like to know the status of a parfor loop. I find printing to the command window much faster than writing to a file. Unfo...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Way to save results to a file inside a parfor loop
Within a parfor loop I would like to record the results to a file. There are chances of simultaneous writes, is this possible. I...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Any way to have the sstatus of a for loop display lower corner
I know I can have the status of a for loop display in the command window however unfortunately my for loop produced results that...
más de 12 años hace | 0 respuestas | 0
0
respuestasMany Java erros under Windows 7 using "Windows 7 basic" theme.
I disabled user account control, went to the windows classic scheme and same problem. As soon as I remoted into my computer via ...
más de 12 años hace | 0
Way to pass to a function a random variable based on array
Thanks, I guess I am a little confused though how to do. So for example I have an array called TeamNames that contains all of...
más de 12 años hace | 0
Pregunta
How to display a number as $xxx,xxx.xx or even xxxx.xx rather than -4.8e-001
I have a disp command that returns the status num2str(total,'%i') For some reason it is returning the totals as -4.80...
más de 12 años hace | 3 respuestas | 0
3
respuestasMany Java erros under Windows 7 using "Windows 7 basic" theme.
I also noticed that it tends to happen a lot when I am running something else java related. I use logmein and it seems to happen...
más de 12 años hace | 0
Many Java erros under Windows 7 using "Windows 7 basic" theme.
I get the same think and I am using the latest b version with windows 7 . I am not sure why but it seems to happen when I have a...
más de 12 años hace | 0
Pregunta
Way to pass to a function a random variable based on array
I have a list of variables in my workspace as a string array. I want to call a function to test every combo Unfortunately whe...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Whats the best command to write to file inside parfor loop?
I want to write results to a file within a parfor loop and ideally append the results. What is the best command that can handle ...
más de 12 años hace | 5 respuestas | 0
5
respuestasPregunta
Is there a way to have load command return data in format other than struct?
When I do abc = load('abc.mat','VAR1') the data loads as a structure even though VAR1 is a financial time series. How can I have...
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Renaming a financial time series taking a long time
Right now I have newfts = oldfts to change the name of the financial time seris but there is a good few second pause when thi...
más de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
Any way to have a function return a variable dynamically
I want a function to return a variable with a dynamic name so returns variable mar19 for today. Is this possible
más de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
Is there a way to save a variable created in a function to the workspace?
I have a variable being created in a function and want to save in the workspace so the command window can access.
más de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
Parfor loop and eval statement
I have a parfor loop but have a eval statement basically importing stats from data files on my c drive into a list of variable n...
más de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
Function to format number as currency?
I would like to format the number as a $xxx,xxx,xxx.xx currency, what is the easiest way to do this?
más de 12 años hace | 6 respuestas | 2