Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copying multiple records at once to a subdirectory duplicates the values of the first record #10

Open
japhir opened this issue Jan 8, 2020 · 1 comment

Comments

@japhir
Copy link

japhir commented Jan 8, 2020

  1. from within acycle, copy multiple different records at once to a new directory
  • the new copies have the correct names, but all get the values from the first record
    This is a pretty major bug, I think :).

windows 10
matlab ver

-----------------------------------------------------------------------------------------------------
MATLAB Version: 9.6.0.1072779 (R2019a)
MATLAB License Number: 1088092
Operating System: Microsoft Windows Server 2012 R2 Datacenter Version 6.3
(Build 9600)
Java Version: Java 1.8.0_181-b13 with Oracle Corporation Java HotSpot(TM)
64-Bit Server VM mixed mode
-----------------------------------------------------------------------------------------------------
MATLAB                                                Version 9.6
(R2019a)
Simulink                                              Version 9.3
(R2019a)
Bioinformatics Toolbox                                Version 4.12
 (R2019a)
Computer Vision Toolbox                               Version 9.0
(R2019a)
Control System Toolbox                                Version 10.6
 (R2019a)
Curve Fitting Toolbox                                 Version 3.5.9
(R2019a)
DSP System Toolbox                                    Version 9.8
(R2019a)
Data Acquisition Toolbox                              Version 4.0
(R2019a)
Database Toolbox                                      Version 9.1
(R2019a)
Deep Learning Toolbox                                 Version 12.1
 (R2019a)
Econometrics Toolbox                                  Version 5.2
(R2019a)
Financial Toolbox                                     Version 5.13
 (R2019a)
Global Optimization Toolbox                           Version 4.1
(R2019a)
Image Processing Toolbox                              Version 10.4
 (R2019a)
Instrument Control Toolbox                            Version 4.0
(R2019a)
MATLAB Compiler                                       Version 7.0.1
(R2019a)
Mapping Toolbox                                       Version 4.8
(R2019a)
Optimization Toolbox                                  Version 8.3
(R2019a)
Parallel Computing Toolbox                            Version 7.0
(R2019a)
Partial Differential Equation Toolbox                 Version 3.2
(R2019a)
Signal Processing Toolbox                             Version 8.2
(R2019a)
Simscape                                              Version 4.6
(R2019a)
Simscape Multibody                                    Version 6.1
(R2019a)
Simulink Control Design                               Version 5.3
(R2019a)
Spreadsheet Link                                      Version 3.4.1
(R2019a)
Stateflow                                             Version 10.0
 (R2019a)
Statistics and Machine Learning Toolbox               Version 11.5
 (R2019a)
Symbolic Math Toolbox                                 Version 8.3
(R2019a)
System Identification Toolbox                         Version 9.10
 (R2019a)
Wavelet Toolbox                                       Version 5.2
(R2019a)

acycle v2.0 in title of screen, 1.4 in matlab command line

@mingsongli
Copy link
Owner

Tks! Bug fixed in Acycle v2.1.

copyfile(file_list{1}, new_file)

was changed to

copyfile(file_list{i}, new_file)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants