Message d'erreur missing []
Bonjour à tous !
voici mon petit problème :
Code:
1 2
| ??? Incorrect number of right hand side elements in dot name
assignment. Missing [] around left hand side is a likely cause. |
voici mon code :
Code:
1 2 3 4 5 6 7
| ......
valeur_histo
size(valeur_histo)
his(1).type(1,i)
if ~isempty(his(1).nom)
valeur_histo.p_G_puits=his(1).type(1,i);
...... |
ce qui nous donne :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
| 1x5 struct array with fields:
hauteur
k_h
k_v
skin
F
chi
lambda
phi
s_w
rhoc
perf
p_puits
debit_puits
p_ext
debit_ext
T_puits
T_ext
ans =
1 5
ans =
0 |
puis le message d'erreur.