23 reputation
4
bio website
location london
age 23
visits member for 4 months
seen Apr 29 at 18:19
stats profile views 1

Jan
23
comment Trying to access element of a matrix
Thank you solved using: Rbar = Linea[t1, d1, alpha1, x1].Rt; d=Dynamic[Rbar[[1,4]]]; Thanks
Jan
17
comment How to use If with long instructions?
@Szabolcs : I think that the problem is related to the Grid function with Dynamic variables. Is it possible to show a normal grid in an If without using the Print funciton? Anyway with if[cond,Print[Grid[...]]; Print[Instruction2]]; it works! Thank you
Jan
17
comment How to use If with long instructions?
@rcollyer : same result without the ; after the second instruction.