Community Profile

photo

Owen Gray


Last seen: 3年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 2
  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


Replace cell contents using an if statement nested inside a for loop?
I'm trying to run this change the contents of an 81698x10 cell array 'A' [sizeA,rows] = size(A); clear rows for n = 1:sizeA ...

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

1

回答

質問


Extend vector with NaN at specific points
Hi there, I've got two vectors, RTdata(1x3120 double) and outcomeflat(1x3024). I basically want to add a NaN to the vector outco...

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

1

回答

質問


Index exceeds number of array elements in for loop
I'm trying to replace 0 with NaN if it is present at the 2nd or 6th element of a column vector. I also need to replace with NaN ...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


Invalid expression in function loading file
Hi I've written this function function [RTxdone] = ReactionTime('resultsfile';sesid) load 'resultsfile' Rxtcell = ses(sesi...

3年以上 前 | 1 件の回答 | 0

1

回答

質問


Replacing empty cells using for loop
Hi there, I have 796x1 cell array consisting of 1x1 scalar arrays, or empty arrays. E.g. >> ses1_results = {1.192;0;0;0;0.5...

3年以上 前 | 2 件の回答 | 0

2

回答

質問


Using iscellstr to identify specific character vector
I want to try and generate a column vector, with true value if the cell contains the character vector "response" and otherwise f...

3年以上 前 | 0 件の回答 | 0

0

回答

質問


Extract data from 800x11 cell to column vector
Basically I have an 800x11 cell containing either empty [], text or a scalar value. I am trying to extract the scalar values =/0...

3年以上 前 | 0 件の回答 | 0

0

回答