Community Profile

photo

Paul Shoemaker


MatlabInvesting.com

Last seen: 18 dagar ago Active since 2016

Followers: 0   Following: 0

Message

Engineer and market investor/trader. Website: MatlabInvesting.com: "Leveraging the Power of Matlab to Profit in the Markets" Providing knowledge articles and community on how to use Matlab for investing purposes. I also have a Matlab toolbox that interfaces directly with TD Ameritrade (and by extension, Thinkorswim) to conduct automated trading strategies.

Statistics

All
  • Thankful Level 2
  • Personal Best Downloads Level 1
  • First Review
  • First Submission
  • Knowledgeable Level 2
  • First Answer
  • Revival Level 1
  • Thankful Level 1
  • Solver

View badges

Feeds

View by

Answered
How to find the position of the elements of a matrix?
Check out the ind2sub Matlab function. Paul Shoemaker MatlabInvesting.com

ungefär 4 år ago | 0

| accepted

Answered
best option for storing metadata associated to each data file
Hello Lilly, If your data really is time-based then you should consider formatting the data to be a timetable, which have Prope...

mer än 4 år ago | 1

Answered
How to use persistent variables inside parfor method of a custom object class?
Hey folks, I ended up going with Walter's first approach using FOR loop with parfeval within, very close to what I posted above...

mer än 4 år ago | 0

Answered
How to use persistent variables inside parfor method of a custom object class?
Thanks for the great info all around here. To clarify on the use case, here's a bit more about what's going on: An authenticat...

mer än 4 år ago | 0

Question


How to use persistent variables inside parfor method of a custom object class?
There is a similar entry on using persistent variables with spmd/parfor (https://www.mathworks.com/matlabcentral/answers/233648-...

mer än 4 år ago | 4 answers | 2

4

answers

Answered
Successful webwrite, but empty response/output?
Hey all, Seems like I stumbled into an echo chamber on this topic. I figured out how to get this to work. The solution can be f...

mer än 4 år ago | 3

| accepted

Answered
Ways to finesse HTTP HeaderField constraints?
Hey folks, I think I may have fixed the issue. The trick seems to be creating a GenericHeader object, which does not validate s...

mer än 4 år ago | 5

| accepted

Question


Ways to finesse HTTP HeaderField constraints?
Hey folks, Webwrite isn't meeting my needs for POSTing data to a RESTful web service, so I decided to go with the lower level m...

mer än 4 år ago | 1 answer | 0

1

answer

Question


Successful webwrite, but empty response/output?
Hey everyone, I'm using webwrite to POST stock orders to TD Ameritrade using their API. For this to work, I need to define an a...

mer än 4 år ago | 1 answer | 0

1

answer

Answered
Changing name of structures
Hello Esteban, I agree that the naming of these structures is unfortunate. You would be better off structuring your data like...

mer än 5 år ago | 0

| accepted

Answered
Appending data based on same dates
Hello Lee, You might want to convert these two tables to timetables and then combine them using various functions, such as "s...

mer än 5 år ago | 0

Answered
Detecting new .txt file in a folder how can i read all the files through fileread command
Ahmad, Hard to say exactly what the issue is without having more information, but it looks like your "nameslist" variable is ...

mer än 5 år ago | 0

| accepted

Answered
How to convert my Matlab code into an Excel add-in?
Ji Li, I'm not sure about doing an add-in, but have you considered using the Matlab command "xlsread" to read an Excel spread...

mer än 5 år ago | 0

Answered
Read in files with loop
You could wrap it in a FOR loop and employ the "eval" function. lastn=1; clear clc for idx = 200:25:90...

mer än 5 år ago | 0

Answered
Rearrange matrix into single row
reshape(b',1,numel(b)) % Note the transpose ('), this is important. Paul Shoemaker http://www.matlabinvesting.com

mer än 5 år ago | 0

| accepted

Answered
Is it possible to run terminal commands from matlab ??
Have you looked at the "system" and "dos" functions in Matlab? It sounds like they might do what you need. Paul Shoemaker ...

ungefär 6 år ago | 0

Answered
Speed performance: Find all y-vector entries that have the same value in an x-vector of equal length.
If you're trying to avoid a FOR loop you can use arrayfun, although I'm not sure it improves speed. It would look something l...

ungefär 6 år ago | 0

Answered
How to open multiple folders for processing?
Hema, Since you don't provide more concrete details about your specific circumstances (code, examples, purpose, etc), I will ...

ungefär 6 år ago | 0

Answered
How can I open GUI in matlab 2014a?
This appears to be a Java problem and may indicate a Java Runtime Environment (JRE) version or installation problem, or maybe an...

ungefär 6 år ago | 0

Answered
how to detect circle using hough transform for color image?
Have you searched the Matlab File Exchange? <https://www.mathworks.com/matlabcentral/fileexchange/34365-circle-finder This one> ...

ungefär 6 år ago | 0

| accepted

Answered
Plotting a function with a given range of values.
X is a vector in this case, so you have to alert Matlab to treat it on a per-element basis with the use of "." before division/m...

ungefär 6 år ago | 0

Answered
How to access all subdirectorie?
Newer version of Matlab allow dir to operate recursively. Simply modify your original dir call like so: files = dir(['M:' f...

ungefär 6 år ago | 1

Answered
import only selected row in file data
There are countless options for doing this and your problem appears to be fairly general purpose. Take a look at <https://www.ma...

ungefär 6 år ago | 0

Answered
how to recombine subimages from cell2mat?
It's a bit difficult to read your code above. If you follow-up with more code, try highlighting the code portion of your post an...

ungefär 6 år ago | 0

Answered
How do i combine 2 functions into 1 graph
Take a look at the "hold" command. You can create your first plot as you have, then use "hold on" to tell Matlab that you'd like...

ungefär 6 år ago | 0

Answered
can anyone help in this looping which has 408 number of elements in array but the last one 408th one is not executed...
It's a little difficult to answer this without numbers, and your code is a bit hard to read, but let me try... Is this code r...

ungefär 6 år ago | 0

| accepted

Answered
How to read the .txt file in matlab?
I concur with Geoff on use of the support page for Text Files to understand which function to use for your case. Once you have i...

ungefär 6 år ago | 0

| accepted

Answered
How to sort multiple rows in quintiles and calculate portfolio returns?
Check out the prctile function (Statistics toolbox). You can do something like this: returnQuintiles = prctile(returns,...

ungefär 6 år ago | 0

Answered
How to plot boundaries region contours of countries in worldmap?
I've used the website http://www.gadm.org/ to download country data (no affiliation to organization). You can select download, p...

ungefär 6 år ago | 0

| accepted

Answered
Why do I get the error "Subscript indices must be real positive integers or logicals?"
Two points... First, it's very difficult to answer your question without number examples that we can test. Second, you hav...

ungefär 6 år ago | 0

Load more