Yanqing Luo

Results 7 comments of Yanqing Luo

Is it possible to leverage the results calculated by `opt.Method = 'Matrix'` for the Boltzmann distribution, returning `Eu` and `Ev`? Naturally, this could be an optional approach.

The generation of this mex file may be related to its generation environment and platform, such as MATLAB's parallel mode: Threads or processes, C/C++'s corresponding mex compiler, Intel oneapi or...

The fixed `FontSize` setting has been removed, while keeping `FontUnits` set to `normalized`. This allows MATLAB to automatically adjust the font size, ensuring that text scales dynamically with the figure...

The issue arises from a timing mismatch between the WindowButtonMotionFcn callback and the lifecycle of MATLAB graphic objects. Closing the figure or clearing objects while the callback runs causes an...

Because the energy surfaces corresponding to the u and v energy levels can only be tangent once at most, the energy level curve is either convex, concave, or linearly growing....

The user-specified Trans parameter also needs to be cross-checked. If there are no anticrossings, return a single N×2 dataset; if there are anticrossings, return two datasets (N×2 and M×2 dataset)...

Preliminary testing shows that the Lorentz line template function has no bugs. test code: clc, clear, clf; x = linspace(-10, 10, 1e3); x0 = 0; fwhm = 1; subplot(2, 2,...