working with excel in MATLAB code

1 vue (au cours des 30 derniers jours)
amirmasoud kochakzadeh
amirmasoud kochakzadeh le 2 Jan 2020
Hi every one,
I am working on an excel file that I attach it, and I want to compare two columns of that file and check if the value of them and if they are not equals, return 1. The excel file is not regular and number of rows are variable in each section and some empty cells are between the two sections. Now I want to know that how can I do this?
Thanks so much.
  2 commentaires
Walter Roberson
Walter Roberson le 2 Jan 2020
Excel Reader warns me that the sheet has formulas with circular references.
amirmasoud kochakzadeh
amirmasoud kochakzadeh le 2 Jan 2020
Hi i fix it again

Connectez-vous pour commenter.

Réponse acceptée

Walter Roberson
Walter Roberson le 2 Jan 2020
Col1 == Col2 | (isnan(Col1) & isnan(Col2))
  2 commentaires
amirmasoud kochakzadeh
amirmasoud kochakzadeh le 2 Jan 2020
thanks alot Sr.
but aother qustion how can i change the double form matrix to table form
Walter Roberson
Walter Roberson le 2 Jan 2020
array2table
Or these days it often makes sense to use readtable() instead of xlsread()

Connectez-vous pour commenter.

Plus de réponses (1)

amirmasoud kochakzadeh
amirmasoud kochakzadeh le 4 Jan 2020
thanks alot

Produits

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by