Unable to solve convex problem with CVX and MOSEK

1.First problem: My MOSEK version: 10.1.16 was installed successfully in the command line window, but the version displayed under cvx_solver was not correct.
mosekdiag
Matlab version : 9.11.0.1769968 (R2021b)
Architecture : PCWIN64
mosekopt path : C:\Program Files\Mosek\10.1\toolbox\r2017aom\mosekopt.mexw64
MOSEK version : 10.1.16
Test linear solve: Success
mosekopt works OK. You can use MOSEK in MATLAB.
>> cvx_solver

  • Name Status Version Location*
    -----------------------------------------------------------------------------------------
  • Mosek 9.1.9 {cvx}\mosek\w64*
  • Mosek_2 9.1.9 C:\Program Files\Mosek\10.1\toolbox\r2017aom*
  • Mosek_3 9.1.9 C:\Program Files\Mosek\10.1\toolbox\r2017aom*
  • Mosek_4 9.1.9 C:\Program Files\Mosek\10.1\toolbox\r2017a*
  • Mosek_5 10.0.46 C:\Users\daily\mosek\10.0\toolbox\r2017a*
  • Mosek_6 10.0.46 C:\Users\daily\mosek\10.0\toolbox\r2017a*
  • Mosek_7 10.0.46 C:\Users\daily\mosek\10.0\toolbox\r2017aom*
  • Mosek_8 10.0.46 C:\Users\daily\mosek\10.0\toolbox\r2017aom*
  • SDPT3 selected,default 4.0 {cvx}\sdpt3*
  • SeDuMi 1.3.4 {cvx}\sedumi*
    20231110121057
    2.The second question is in the cvx code section, how should we choose the version?
    code:
    ‘*cvx_begin *
    cvx_solver mosek
    , then the command line indicates: MOSEK Version 9.1.9 (Build date: 2019-11-21 11:34:40)

Copyright (c) MOSEK ApS, Denmark. WWW: mosek.com

Platform: Windows/64-X86
Which version are we using at this point? Is it MOSEK version: 10.1.16?