Feeds
質問
cell array with date and time
{[11-Jun-1962 00:00:00]} {[16-Mar-1961 00:00:00]} {[02-Jun-1934 00:00:00]} {[02-Jun-1934 00:00:00]} {[09-Jun-1965 00:00:00]}...
6年以上 前 | 0 件の回答 | 0
0
回答質問
Replace Nan in array with the previous value/text/number
function A = fill_nans(A) % Replaces the NaN in each column with % previous non-NaN values. for i = 1:size(A,1) I = A(...
7年弱 前 | 1 件の回答 | 0
1
回答回答済み
Big table with zero
Hello, Finally its done . Thank you all. A=num(i,:); %get all the entries A(isnan(A)) = 0; %convert NaN to zero ...
Big table with zero
Hello, Finally its done . Thank you all. A=num(i,:); %get all the entries A(isnan(A)) = 0; %convert NaN to zero ...
7年弱 前 | 0
回答済み
Big table with zero
I can also use [num,txt,raw] = xlsread('pat-test.xlsx'); raw{2,1} num(2,1) txt(1,:) but then I can not find it out how I g...
Big table with zero
I can also use [num,txt,raw] = xlsread('pat-test.xlsx'); raw{2,1} num(2,1) txt(1,:) but then I can not find it out how I g...
7年弱 前 | 0
質問
Big table with zero
T = []; p=5; for i =5:10 p=i+1; T = data(p,11:74) T(:,all(ismissing(T,0)))=[] end I have a big table where I n...
7年弱 前 | 3 件の回答 | 0

