Community Profile

photo

Chris


Last seen: 거의 4년 전 2011년부터 활동

Followers: 0   Following: 0

연락

통계

  • Thankful Level 4
  • First Answer

배지 보기

Feeds

보기 기준

질문


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...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 4년 전 | 답변 수: 0 | 0

0

답변

질문


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 ...

거의 4년 전 | 답변 수: 1 | 0

1

답변

질문


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/

대략 4년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


How to plot data from iqfeed
What's the easiest way to plot data from iqfeed. I think the iqfeed results in a timeseries

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Getting error Undefined function or variable 'iqf' with datafeedtoolbox
When I run the command >> c = iqf(username,password) Undefined function or variable 'iqf'.

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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 ...

5년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
IQFeed: plot return from array of cells?
Any update on this or same problems?

5년 초과 전 | 0

질문


PLOT MULTIPLE LINES 3 ACCESS
If I have data such as Date Price Quantity 12/8/2018 9 ...

5년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Does the Matlab iqfeed link timeseries function provide bid ask data
What data does the matlab iqfeed time series function return?

거의 11년 전 | 답변 수: 1 | 0

1

답변

질문


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?

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 12년 전 | 답변 수: 1 | 2

1

답변

질문


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...

대략 12년 전 | 답변 수: 0 | 0

0

답변

질문


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...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 12년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Many 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 ...

대략 12년 전 | 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...

대략 12년 전 | 0

질문


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...

대략 12년 전 | 답변 수: 3 | 0

3

답변

답변 있음
Many 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...

대략 12년 전 | 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...

대략 12년 전 | 0

질문


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...

대략 12년 전 | 답변 수: 2 | 0

2

답변

질문


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 ...

대략 12년 전 | 답변 수: 5 | 0

5

답변

질문


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...

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


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...

대략 12년 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 12년 전 | 답변 수: 1 | 0

1

답변

질문


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.

대략 12년 전 | 답변 수: 3 | 0

3

답변

질문


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...

대략 12년 전 | 답변 수: 2 | 0

2

답변

질문


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?

대략 12년 전 | 답변 수: 6 | 2

6

답변

더 보기