Community Profile

photo

Chris


Last seen: 4 years 前 自 2011 起处于活动状态

统计数据

  • Thankful Level 4
  • First Answer

查看徽章

Content Feed

排序方式:

提问


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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答

已回答
IQFeed: plot return from array of cells?
Any update on this or same problems?

5 years 前 | 0

提问


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

5 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 6 个回答 | 2

6

个回答

加载更多