Launch MATLABWindow.exe and check the error
>> cd (matlabroot) % ex. cd 'C:\Program Files\MATLAB\R2022b'
>> !./bin/win64/MATLABWindow.exe
The root cause can be seen in the result of this command.
For example,
>> !./bin/win64/MATLABWindow.exe
returns:
.
.
[0630/154621.637:ERROR:resource_bundle.cc(782)] failed to load C:\Program Files\MATLAB\R2022b\bin\win64\cef_resources\cef.pak
.
.
In the above situation, you should be able to launch MATLABWindow.exe without any issue to make all web based application work. Please go to <MATLAB>\bin\win64 and try double click to launch MATLABWindow.exe.