Community Profile

photo

Owen Gray


Last seen: 3 years ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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 years ago | 1 answer | 0

1

answer

Question


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

3 years ago | 1 answer | 0

1

answer

Question


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 years ago | 2 answers | 0

2

answers

Question


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 years ago | 0 answers | 0

0

answers

Question


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 years ago | 0 answers | 0

0

answers