nohezo 0 Posted January 22 (edited) I got the result like the image with VEX and VOP. The size of the final result is different. Is there an error in my VEX or VOP description? pscale_VOP_VEX.hipnc Edited January 22 by nohezo Share this post Link to post Share on other sites
Aizatulin 124 Posted January 22 The fit is different, if you replace the fit01 by //f@pscale = fit01(@age,min,max); // <- same result as fit(@age,0,1,min,max) f@pscale = fit(@age,min,max,0,1) in the Wrangle, the results should be the same. 1 Share this post Link to post Share on other sites
nohezo 0 Posted January 23 (edited) Thank you very much. It worked fine. I will try to get the same result as VEX with VOP. 11 hours ago, Aizatulin said: fit01を次のように置き換えると、フィットが異なります。 Wrangleでは、結果は同じになるはずです。 Edited January 23 by nohezo Share this post Link to post Share on other sites