gjes
3 Posts
larry_lan
China Posts
quote:Originally posted by larry_lanUse the max and min function.If find the maximum value on the current active matrix sheet, typemax(MatrixWindowName) =in script window. If find the minimum value on specified matrix sheet, you'd better use range variables. Such as:range rm = [mbook1]msheet1!1;ty "The minimun value of the matrix is $(min(rm))";Please refer to our LabTalk help for more information.ThanksLarryOriginLab Technical Services