How to exclude the columns of a matrix which are present as columns in another matrix

Hi guys,

is there any existing function/method in Julia which checks if the columns of a matrix are columns of another matrix, and remove them from one of the matrices in case there is a positive outcome?

Thank you very much in advance for your time and support.

Cheers.

Ergnoor

I don’t think there is a function specifically for this, but it should be rather easy to code.

@Tamas_Papp Hi Tamas and thank you very much for answering my question. Cheers Ergnoor