powered by
Function which unscale un matrix or a vector
unscale(M, binf, bsup, diag = FALSE, sym = FALSE)
the matrix or the vector
the lower bound
the upper bound
default value False if we want to unscale the whole matrix
default value False if we do not have a symmetric matrix
the unscaled vector or matrix
# NOT RUN { X <- diag(3)*runif(3) Y <- unscale(X,rep(10,3),rep(15,3)) print(Y) # }
Run the code above in your browser using DataLab