Effacer les filtres
Effacer les filtres

Variable for range in xlswrite

1 vue (au cours des 30 derniers jours)
Alexandros
Alexandros le 18 Nov 2011
I have define a variable which is beeing calculated automaticaly.
This variable has been define
a = [starcell ':', endcell]
and it give me e.g.
a = g12: h12
Now when i write
xlswrite('1.xls', Y, 3, a) it doesn't want to understand the range. The variable a is a character string . Does anybody have any idea?

Réponse acceptée

Sven
Sven le 18 Nov 2011
Providing a variable as a string should be exactly the same as providing that string directly. Here are 3 possibilities that I can think of:
1. Did you intend to have the space " " character in the string "g12: h12". Try it without the space.
2. Make sure that the variable Y matches exactly the size you defined with g12:h12 (ie, it's 1-by-2)
3. Try uppercase 'G12:H12'
  1 commentaire
Alexandros
Alexandros le 18 Nov 2011
Yes I fixed it. It was the space between the g12: h12.
My function i made to find the cells i need to put them was automatically putting a space between them. I took it out and work fine

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Data Type Conversion dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by