photo

Mikel Jimenez


Last seen: 7ヶ月 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • First Answer

バッジを表示

Feeds

表示方法

質問


Writecell from iteration - append data to previous row
Hi, I need to write data from a loop to a csv file. However, each row should combine data from trial i with data from trial i-1...

2年弱 前 | 0 件の回答 | 0

0

回答

質問


Find logical and (&&) for string array
Hi, I normally use && operations with numeric arrays, like: if arrayX==1 && arrayY ==2 z=10 elseif arrayX==2 && arrayY==...

2年弱 前 | 2 件の回答 | 0

2

回答

質問


Vector from loop - stop after x numbers of iterations
Hi, I have this loop here: n_trial = 12; n_probe =7; longer_array = [1:96]; updated_probeNum_withinBlock=0; for trial = 1:...

約2年 前 | 0 件の回答 | 0

0

回答

質問


Iteration over for loop using a vector
Hi, I want to run a for loop (the "for probe = 1:n_trial" in the example below) for a specific number of times (e.g., 7). Howe...

約2年 前 | 1 件の回答 | 0

1

回答

質問


Randomize vector avoiding consecutive values
I have this vector "leftSideProbes_random" and I would like to shuffle the values so that in the final vector the values do not ...

約2年 前 | 3 件の回答 | 0

3

回答

回答済み
Psychtoolbox/ Draw four rectangles.
Hi, I think you need to provide allColors and allRects as column vectors: "Instead of filling one rectangle, you can also spe...

2年以上 前 | 0