photo

Jixiong Su


Last seen: 6 months 前 自 2023 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

3 个提问
4 个回答

排名
186,693
of 297,457

声誉
0

贡献数
3 个提问
4 个回答

回答接受率
33.33%

收到投票数
0

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Functions of APP cannot jump in APP Designer of Matlab R2023b
In Matlab 2024a, this issue still hasn't been resolved.

7 months 前 | 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 months 前 | 0

提问


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.

1 year 前 | 2 个回答 | 0

2

个回答

提问


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...

1 year 前 | 1 个回答 | 0

1

个回答

已回答
How to set a background pool to process-based instead of thread-based
You can use pool=parpool('Processes') f = parfeval(pool, @fetchAndPrepareData,0,filePaths);

1 year 前 | 0

提问


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) = ...

1 year 前 | 1 个回答 | 0

1

个回答

已回答
Mouse Button Press distinction
distinguish between Ctrl+click and click fig = uifigure(); fig.WindowButtonDownFcn = @figureClickCallback; fig.KeyPressFc...

1 year 前 | 0