photo

Bob Matthews


Last seen: 대략 4년 전 2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

10 질문
5 답변

순위
216,360
of 300,780

평판
0

참여
10 질문
5 답변

답변 채택
40.0%

획득한 표
0

순위
 of 21,086

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,018

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

답변 있음
explain the logic please
Thanks Walter............... My problem is with the output I see - for example ***************************** T_EXT ...

대략 4년 전 | 0

질문


explain the logic please
Hi Here is a small piece of code (3rd party) ************************************************* function A = TR1_4_CountTime(D...

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

2

답변

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

대략 4년 전 | 0

답변 있음
Errors when running matlab program
I needed to mkdir twice (as it was originally) Working now Many thanks Bob M

대략 4년 전 | 0

답변 있음
Errors when running matlab program
Thank you............. Understood and implemented mkdir problem legend() - done ! Now the output:- *************************...

대략 4년 전 | 0

질문


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

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

4

답변

질문


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년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

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

0

답변

질문


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

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

0

답변

질문


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

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

0

답변

질문


Custom Function error messages
Hi I have the following custom function function [OUT1,.....,OUT10]=dataSplit(origSet,testPoint,testDur,tap,trainVol,valVo...

거의 13년 전 | 답변 수: 2 | 0

2

답변

질문


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

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

1

답변

답변 있음
Custom Function error messages
Thanks, Walter and so I tried the following......... run dataSplit (origSet, 645, 146, 4, 439, 146) Error using run Too ma...

거의 13년 전 | 0