![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/28043663_1666437138318_DEF.jpg)
Jixiong Su
Followers: 0 Following: 0
Statistics
RANK
135 106
of 297 010
REPUTATION
0
CONTRIBUTIONS
3 Questions
4 Answers
ANSWER ACCEPTANCE
33.33%
VOTES RECEIVED
0
RANK
of 20 418
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 157 687
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Functions of APP cannot jump in APP Designer of Matlab R2023b
In Matlab 2024a, this issue still hasn't been resolved.
7 månader ago | 0
2018b Applicaiton/Library Compiler File Analysis Error
I encountered the same problem, but after I installed the "Matlab Compiler" from the Add-ons, the error was resolved.
7 månader ago | 0
Question
Functions of APP cannot jump in APP Designer of Matlab R2023b
When I select a app function, and click "Open", nothing happened, but I can open external fucntion successfully.
ungefär ett år ago | 2 answers | 0
2
answersQuestion
Hope to have an equivalent shortcut key similar to Ctrl+D in VSCode
In VSCode, use Ctrl+D can Add Selection To Next Find Match, which can easily change variables in specific regions. I Hope to Ma...
ungefär ett år ago | 1 answer | 0
1
answerHow to set a background pool to process-based instead of thread-based
You can use pool=parpool('Processes') f = parfeval(pool, @fetchAndPrepareData,0,filePaths);
ungefär ett år ago | 0
Question
what is the difference between running backgroundPool and parpool ('Threads') using a parfeval?
parpool('Threads') delete(gcp('nocreate')) pool=parpool('Threads') f(1:8) = parallel.FevalFuture; for i = 1:8 f(i) = ...
ungefär ett år ago | 1 answer | 0
1
answerMouse Button Press distinction
distinguish between Ctrl+click and click fig = uifigure(); fig.WindowButtonDownFcn = @figureClickCallback; fig.KeyPressFc...
mer än ett år ago | 0