
Owen Gray
Followers: 0 Following: 0
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 ...
4 years 前 | 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...
4 years 前 | 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 ...
4 years 前 | 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...
4 years 前 | 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...
4 years 前 | 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...
4 years 前 | 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...
4 years 前 | 0 个回答 | 0