YALMIP has no issue finding gurobi here, so your claim about it missing is not correct.
I would guess you aren't looking at the diagnostic output thus failing to see complaints about missing licenses or unexpected crashes, or that you simply try to solve an infeasible prolem or something like that. Don't send pictures, simply copy the output
>> sdpvar x
>> optimize(x>=0,x,sdpsettings('solver','gurobi'))
ans =
struct with fields:
yalmipversion: '20210331'
matlabversion: '9.9.0.1524771 (R2020b) Update 2'
yalmiptime: 0.5143
solvertime: 0.1817
info: 'Successfully solved (GUROBI)'
problem: 0