Statistics
RANK
272,763
of 297,016
REPUTATION
0
CONTRIBUTIONS
10 Questions
5 Answers
ANSWER ACCEPTANCE
40.0%
VOTES RECEIVED
0
RANK
of 20,419
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157,725
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
explain the logic please
Thanks Walter............... My problem is with the output I see - for example ***************************** T_EXT ...
3 years ago | 0
Question
explain the logic please
Hi Here is a small piece of code (3rd party) ************************************************* function A = TR1_4_CountTime(D...
3 years ago | 2 answers | 0
2
answersErrors when running matlab program
Update: I now realize that of the two output files (1) DC Data File has many output fields missing - should be 11 fields but on...
3 years ago | 0
Errors when running matlab program
I needed to mkdir twice (as it was originally) Working now Many thanks Bob M
3 years ago | 0
Errors when running matlab program
Thank you............. Understood and implemented mkdir problem legend() - done ! Now the output:- *************************...
3 years ago | 0
Question
Errors when running matlab program
Hi I am trying to run a program named TR1 version 4 It may be found at https://www.bracil.net/finance/Demos/Profiling/index.ht...
3 years ago | 4 answers | 0
4
answersQuestion
categorization <undefined>
Hi I have the following MATLAB script - see below When I run the script I get all categorization as <undefinded> Unclear why ...
5 years ago | 0 answers | 0
0
answersQuestion
Variable names whch include numerics
I have imported a .csv file choosing column vectors I have ended up with doubles named VarName1, VarName2, VarName3 etc. I wsh...
5 years ago | 1 answer | 0
1
answerQuestion
populating the cells of a 10*1 column vector cell array
I wish to populate the above cell array where each cell is a 50*1 double At the moment I hold the values of the ten 50*1 double...
5 years ago | 1 answer | 0
1
answerQuestion
Understanding sliding window for input
Hello I am new to deep learning LSTM neural networks I wish to adapt the following code example with these changes 1) I hav...
5 years ago | 0 answers | 0
0
answersQuestion
How to create data input for neural network
Hi How does one create an input file which is a cell array of 1 * n dimension where each cell is a 1*4 matrix (date, price1, p...
5 years ago | 0 answers | 0
0
answersQuestion
how to access input in a custom function
I am unable to jump from being able to see a 6 * 2 data array (with 790 records) in the Command Window to being able to use thi...
12 years ago | 0 answers | 0
0
answersQuestion
Custom Function error messages
Hi I have the following custom function function [OUT1,.....,OUT10]=dataSplit(origSet,testPoint,testDur,tap,trainVol,valVo...
12 years ago | 2 answers | 0
2
answersQuestion
accessing a .csv file
# Opened a .csv file in Excel # num = xlsread (filename.csv) # The required data is listed in the command window (790 rows and...
12 years ago | 1 answer | 0
1
answerCustom Function error messages
Thanks, Walter and so I tried the following......... run dataSplit (origSet, 645, 146, 4, 439, 146) Error using run Too ma...
12 years ago | 0