help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to compare the colums ( 2nd and 3rd) of 2 .csv files based on a


From: Nicholas Jankowski
Subject: Re: How to compare the colums ( 2nd and 3rd) of 2 .csv files based on a condition
Date: Wed, 24 Jun 2020 09:12:18 -0400

On Wed, Jun 24, 2020, 5:10 AM Ganesh Kini <ganeshrkini19@gmail.com> wrote:
results: for file 1
 [1,1] =
  {
    [1,1] = tb
    [2,1] = tb
    [3,1] = tb
    [4,1] = ta
    [5,1] = ta
    [6,1] = tc 
    [7,1] = tc
    [8,1] = tc  
}

condition1 = cell2mat(data1{1})

error 
error: cat: dimension mismatch
error: called from
    cell2mat at line 80 column 11
    fileoopencheck at line 27 column 12


Again, please stop top-posting your replies.

After loading the data, what is the output of:

>> data1

and

>> data1{1}


reply via email to

[Prev in Thread] Current Thread [Next in Thread]