Community Profile

photo

cui


Last seen: Today Attivo dal 2017

Statistiche

All
  • Thankful Level 5
  • Knowledgeable Level 1
  • Creator
  • Introduction to MATLAB Master
  • 5-Star Galaxy Level 4
  • Personal Best Downloads Level 3
  • Commenter
  • Promoter
  • Community Group Solver
  • Solver
  • GitHub Submissions Level 3
  • Explorer

Visualizza badge

Content Feed

Visto da

Risposto
(matlab online)Error double clicking to open any m/mlx file in the left “current folder”?
It's now officially fixed.

1 giorno fa | 0

| accettato

Domanda


(matlab online)Error double clicking to open any m/mlx file in the left “current folder”?
In the latest version R2023b of matlab online, double-click to open any m/mlx file in the "Current Folder" column on the left si...

3 giorni fa | 1 risposta | 0

1

risposta

Risposto
Is it computationally redundant to solve the optimal rigid transformation with joint SVD+RANSAC?
By carefully reading the MATLAB and OpenCV source code, fortunately I discovered part of the reason for the time-consuming proce...

7 giorni fa | 0

| accettato

Domanda


Is it computationally redundant to solve the optimal rigid transformation with joint SVD+RANSAC?
I randomly used two sets of 2D point sets to estimate the optimal rigid transform (or similar transform) to performance, and use...

8 giorni fa | 1 risposta | 0

1

risposta

Risposto
Look up Table based Lens Distortion Correction
I've written an example, you might want to refer to it here https://ww2.mathworks.cn/matlabcentral/fileexchange/118170-use-open...

14 giorni fa | 0

Inviato


Use OpenCV FishEye And DistortionTable In Matlab
Fisheye image correction and distortion table conversion.

14 giorni fa | 5 download |

Thumbnail

Inviato


Call OpenCV from MATLAB Examples
Elegant Use of OpenCV in MATLAB

18 giorni fa | 9 download |

Thumbnail

Domanda


(call python)Can matlab use multiple variables to receive separate tuple values returned from python functions?
When a python module function is called in matlab and the python function returns a tuple value, is it possible to assign each e...

24 giorni fa | 1 risposta | 0

1

risposta

Risposto
matlab live script support run Python language directly
I now believe that the above "new feature" cannot be integrated into future versions of MATLAB because it does not follow the lo...

29 giorni fa | 0

| accettato

Domanda


matlab live script support run Python language directly
Luckily Mathworks has started to focus on the interaction between MATLAB and python in the last few years, rather than comparing...

29 giorni fa | 2 risposte | 0

2

risposte

Risposto
I cannot enable 3D view in the driving scenario designer app [It may be related to the Ubuntu system]
The 3D simulation in drivingScenario APP "3D Display >View simulation in 3D display" is currently only supported on Windows, mai...

circa un mese fa | 0

Inviato


Comment Template for MATLAB
Easy to use m-file comment template!

circa un mese fa | 3 download |

Thumbnail

Risposto
How can I read a .json file?
My personal opinion is that there is still no direct mapping from a generic readable json file to MATLAB's built-in types (struc...

circa un mese fa | 0

Inviato


Image Rotated Rectangle Crop
An enhanced version of matlab's built-in function 'imcrop', supporting rotated rectangles

circa un mese fa | 3 download |

Thumbnail

Inviato


SVD-Fit-Line
Linear Least Squares Problems Using SVD, straight line fitting (2D and 3D)

circa un mese fa | 3 download |

Thumbnail

Inviato


mex-file-code-generation
MATLAB MEX file For C/C++ code generation

circa un mese fa | 4 download |

Thumbnail

Risposto
matlab support markdown syntax?
Luckily, I learnt that R2023b which will be released next month will start to support mlx file to export markdown file, althoug...

circa un mese fa | 0

| accettato

Domanda


Generating corresponding C++ interface class function signature inline behaviour for MATLAB classes not as expected?
Descriptions: I would like to generate C++ classes for the MATLAB built-in object function poseGraph and its object functions, ...

circa un mese fa | 1 risposta | 0

1

risposta

Risposto
(matlab coder) Unable to package?
MATLAB's built-in packing function( "Package Code" button or packNGo) has not been updated in time for the new factorGraph suppo...

circa 2 mesi fa | 1

| accettato

Domanda


(matlab coder) Unable to package?
When I try the following code for C++ class generation,It can be generated successfully, but it fails to be packaged, I get the ...

circa 2 mesi fa | 1 risposta | 0

1

risposta

Domanda


How to integrate codegen generated multiple different C projects using calls to generated functions?
As far as I know through internet searching, in order to fuse multiple code/functions generated by codegen in one big project, y...

2 mesi fa | 1 risposta | 0

1

risposta

Risposto
How to classify multitasking and multi-label in MATLAB using deeplearning?
Multi-label classification can be done by changing the loss function to "binary cross-entropy loss", as far as I can remember, u...

3 mesi fa | 0

| accettato

Domanda


MATLAB coder:It's time to improve the efficiency and universality of cv(computer vision) toolbox code generation
The Matlab Coder Toolbox™ is a very useful toolkit, but its code generation is often unsatisfactory and some users use it to gen...

4 mesi fa | 0 risposte | 0

0

risposte

Inviato


smooth data
smooth data examples

4 mesi fa | 1 download |

Risposto
Non linear least square fitting
I offer here a robust least squares fit for reference purposes only. %% Create randome points along a circle r = 1; numPts = ...

5 mesi fa | 0

Inviato


struct data Serialize-Deserialization
matlab struct or struct array Serialize/Deseriali​ze

5 mesi fa | 1 download |

Domanda


(Enhancement Request)how to Create data files that the generated code reads at run time to support C/C++ code generation?
As far as I know, coder.write and coder.read are functions that support serialisation/deserialisation at runtime in R2023a. code...

5 mesi fa | 1 risposta | 0

1

risposta

Domanda


Non-constant expression or empty matrix. This expression must be constant because its value determines the size or class of some expression.
How should I correctly pass in variable structure fields to support C/C++ code generation? My problem is simplified by the fact ...

5 mesi fa | 1 risposta | 0

1

risposta

Domanda


How do I pass the correct string for a function input parameter?
For example, I want to debug a mex file using valgrind in a linux terminal and need to pass in a string using the following comm...

5 mesi fa | 1 risposta | 0

1

risposta

Carica altro