When I used NaN, then symbol below the graf become red.
I tried manually set the range but this was without effect :(
I saved it into a test.mcd W11 filehttp://files.engineering.com/getfile.aspx?folder=0fdde483-c62d-4d55-b1ff-20386575a322&file=test.mcd
Thanks,
It is fact, that I didnt need funcitons f1 and f2 :) ,
but NaN didn´t help me :(
When I used NaN, then 3d graph diseppeared. :(
I create attachment to show you my problem with zero. http://files.engineering.com/getfile.aspx?folder=e7bf50c5-00e9-4d03-8263-303041e2291c&file=xxx.xmcd
Hi,
Please, could you help me? I have problem with "IF" function. I have function named "f1" and "f2".
f1:=0..10
f2:=0..10
Sum of these function cannot be greater that 10. If the sum is greater, then function is undefined.
I tried do that by the help of the "IF" function.
if(f1+f2<10,f1+f2,0)...