faust1
Electrical
- Jul 8, 2008
- 1
Hi dear all,
I have such function:
n=@(x) a1*(x<0)+a28(x>0)+a3*(x>l1) and so on
that define a specific value in any region(1D)
now I wanna use this function in a loop for known a and l matrices, and I can't!
I have such function:
n=@(x) a1*(x<0)+a28(x>0)+a3*(x>l1) and so on
that define a specific value in any region(1D)
now I wanna use this function in a loop for known a and l matrices, and I can't!