photo

babyelephant


Last seen: circa 2 anni fa Attivo dal 2019

Followers: 0   Following: 0

Statistica

  • Thankful Level 2
  • Thankful Level 1

Visualizza badge

Feeds

Visto da

Domanda


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]}...

quasi 5 anni fa | 0 risposte | 0

0

risposte

Domanda


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(...

oltre 5 anni fa | 1 risposta | 0

1

risposta

Risposto
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 ...

oltre 5 anni fa | 0

Risposto
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...

oltre 5 anni fa | 0

Domanda


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...

oltre 5 anni fa | 3 risposte | 0

3

risposte