Displaying 1 result from an estimated 1 matches for "s1_2".
Did you mean:
s12
2012 Jun 05
1
Fourier descriptors created in a loop
Hi All,
Here is the problem: I'm trying to generate a number of Fourier Descriptors
figures for an experiment.
All I need is that they are created within a loop and saved with sequential
names (e.g., s1_1.png, s1_2.png etc..) in my directory.
I created a nested loop with a counter for the different amplitudes for the
actual shapes and a counter for the file names.
This script:
*count <- seq(1, 7, 0.06)
for (i in 1:count){
for (s in 1:length(count)){
png("~/Desktop/EMAS/FD_stimuli/s1_&qu...