photo

Jixiong Su


Last seen: alrededor de 1 año hace Con actividad desde 2023

Followers: 0   Following: 0

Estadística

MATLAB Answers

3 Preguntas
4 Respuestas

CLASIFICACIÓN
237.281
of 300.331

REPUTACIÓN
0

CONTRIBUCIONES
3 Preguntas
4 Respuestas

ACEPTACIÓN DE RESPUESTAS
33.33%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.920

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 168.124

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • Thankful Level 1
  • First Answer

Ver insignias

Feeds

Ver por

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

alrededor de 1 año hace | 0

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

alrededor de 1 año hace | 0

Pregunta


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.

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

casi 2 años hace | 1 respuesta | 0

1

respuesta

Respondida
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);

casi 2 años hace | 0

Pregunta


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

casi 2 años hace | 1 respuesta | 0

1

respuesta

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

casi 2 años hace | 0