@sprintf not defined

Dear All,

I am a new julia user, I would like to ask, how can I remove the following bug in julia:

ERROR: LoadError: LoadError: UndefVarError: @sprintf not defined

Kind regards,
Yaakov

Does

using Printf

work?

2 Likes

Thanks,

This method works.