Jul 8, 2008 #1 faust1 Electrical Joined Jul 8, 2008 Messages 1 Location NL 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!
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!