![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/13221502_1532925937581_DEF.jpg)
Andrew Czeizler
Followers: 0 Following: 0
Statistics
RANK
20,214
of 297,080
REPUTATION
2
CONTRIBUTIONS
11 Questions
8 Answers
ANSWER ACCEPTANCE
54.55%
VOTES RECEIVED
0
RANK
of 20,424
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,839
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
Discretize data into certain categories
Hi All, I am trying to discretize a y vector. I can use the function - Y = discretize(X,edges) quite succesfully, however t...
6 years ago | 0 answers | 0
0
answersQuestion
Problem with Quandl pull.
Hi All, I am having issues with the quandl api. I have set it up per the instructions. data = Quandl.get('NASDAQOMX/OMXS30'...
6 years ago | 0 answers | 0
0
answersQuestion
Data formatting - Volatility and return columns.
Hi All, I need some help building a datase of financial data to use in experiments. I need the daily and return and daily vola...
6 years ago | 0 answers | 0
0
answersQuestion
Error in for loop with function
Hi all, I am getting a strange error on a what i think is a simple for loop. The alphavantage function is located- https://a...
6 years ago | 0 answers | 0
0
answersQuestion
Function convert - yahoo to alpha vantage.
Hi All, I am trying to transpose a scritpt from using yahoo to alpha vantage. I am getting errors and I am not sure why. Alpha...
6 years ago | 1 answer | 0
1
answerFunction to fill an array given conditions.
Hi Adam! How would you define the numeric array. Im not sure of best practice here. many thanks
6 years ago | 0
Question
Function to fill an array given conditions.
Hi All, I am trying to write a function to fill an array given conditions. basiclly the user inputs two variables a max and min...
6 years ago | 2 answers | 0
2
answersQuestion
Reading in text file using textscan.
Hi All, I need to read a text file into four row vectors named bottleID, date, ph and pressure using textscan. The file has the...
6 years ago | 2 answers | 0
2
answersisolating values in a table based on user input
Thank you so much for your help!! Really clear, what a champion! Best, Andrew
6 years ago | 0
Question
isolating values in a table based on user input
Hi All, Hope all is well. I am trying to isolate data in a table based on user input. I have the below- How do I loop through ...
6 years ago | 2 answers | 0
2
answersInterating through a table data set
I was wondering if you could show me some of your magic :). Many thanks in advance, Andrew
6 years ago | 0
Interating through a table data set
Hi Andrei I have another table that im struggling with. sex=input("please input the gender (M/F): ", 's'); sysbp= input("ente...
6 years ago | 0
Question
The best way to input a table with a unique format
Hi all, I have a table that has the following format- I am trying to find the best method to build the table in matlab. ...
6 years ago | 1 answer | 0
1
answerInterating through a table data set
pretty brillant!!! Thank you champion :). Best, Andrew
6 years ago | 0
Interating through a table data set
Amazing! But Im not sure whats going on in the code? Could you possibly help me understand it. Pretty awesome though! Thank ...
6 years ago | 0
Question
Interating through a table data set
Hi all, Im trying to learn how to isolate data from control statements in a table. Observe the below code - I am getting some...
6 years ago | 5 answers | 0
5
answersBasic for loop and Function
Thank you! worked like a charm. symbols = {'^GSPC', 'DAX', '^N225', 'GLD', 'QQQ'}; for k = 1:length(symbols) data{k...
6 years ago | 0
| accepted
Basic for loop and Function
The below command - Outputs the correct table. All i want to do is use a for loop, to loop over symbols. I am running into dif...
6 years ago | 0
Question
Basic for loop and Function
Hi All, I am trying to do a basic for loop over stock tickers to download data. The data should be kept in seperate tables in ...
6 years ago | 2 answers | 0