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

9 meses hace | 1

| aceptada

Pregunta


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

9 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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

9 meses hace | 1 respuesta | 0

1

respuesta

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

10 meses hace | 0

| aceptada

Pregunta


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

11 meses hace | 0 respuestas | 0

0

respuestas

Respondida
Why do I receive "MathWorks Account Unavailable - Technical Issue" when trying to link or verify myself to a Campus Wide license using Identity Management?
My solution: clears all browser's cookies about mathworks and it work! -------------------------Off-topic interlude, 2024----...

11 meses hace | 0

Enviada


smooth data
smooth data examples

11 meses hace | 3 descargas |

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

12 meses hace | 0

Enviada


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

alrededor de 1 año hace | 2 descargas |

Pregunta


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

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Respondida
libtiff.so.5: version `LIBTIFF_4.0' not found (required by *.so) for matlab in ubuntu environment?
I solved the problem using the following: sudo rm -rf /usr/local/MATLAB/<MATLAB_RELEASE>/bin/glnxa64/libtiff.so.5 sudo ln -s /...

alrededor de 1 año hace | 1

| aceptada

Pregunta


libtiff.so.5: version `LIBTIFF_4.0' not found (required by *.so) for matlab in ubuntu environment?
When running a mex file or mixing it with the opencv library, an error like the one below occurs, how do I fix it? libtiff.so....

alrededor de 1 año hace | 2 respuestas | 0

2

respuestas

Respondida
Matlab crashing in ubuntu when using MATLAB coder
1. Ubuntu 18.04/20.04 has libcanberra-gtk3-module (gtk-3.0+) installed by default, and Matlab needs to call the gtk-2.0+ canberr...

alrededor de 1 año hace | 1

Pregunta


matlab uses "which" to find a file that shows up as a built-in function location, but why doesn't the file actually exist?
which some-built-in-function filename = "some-built-in-function-path"; if isfile(filename) disp("this file exist") else...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Respondida
performance: vision.AlphaBlender is slower when image is big.
There are many ways to solve this, such as rewriting the implementation of this function yourself in C/C++ and wrapping it as a ...

alrededor de 1 año hace | 0

| aceptada

Respondida
Why does MATLAB crash on Linux with "Inconsistency detected by ld.so: ../elf/dl-tls.c: 597: _dl_allocate_tls_init:"
1. Ubuntu 18.04/20.04 has libcanberra-gtk3-module (gtk-3.0+) installed by default, and Matlab needs to call the gtk-2.0+ canberr...

alrededor de 1 año hace | 6

Respondida
(matlab coder)How should the coder::array member function set convert opencv's mat type to its type in-place?
After repeated investigations and trials over this period of time, in relation to my current problem, I have found out what the ...

alrededor de 1 año hace | 0

| aceptada

Pregunta


(matlab coder)Generating C++ code for scalar string results in a garbled last character?
my entry-point codegen function: function out = useImageAndString(imagePathstr)%#codegen arguments imagePathstr (1,1) s...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


(matlab coder)How should the coder::array member function set convert opencv's mat type to its type in-place?
When using matlab coder to generate C++ code, the generator automatically generates a C++ class for coder::array, which is defin...

alrededor de 1 año hace | 2 respuestas | 0

2

respuestas

Pregunta


(question)How does the arguments syntax apply multiple optional type restrictions to one of the input arguments?
For example, I need to restrict the type of the input argument inImage to "uint8" or "logical" or "double" for the following sig...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Respondida
Is there an offline html document download for matlab?
Starting in R2023a, the documentation is not installed as part of a product installation. This change significantly reduces the ...

alrededor de 1 año hace | 0

| aceptada

Respondida
question: Use of integrated external C/C++ code in matlab coder does not work for coder.varsize?
After some careful research, I found that coder.varsize is not supported for entry function input parameters and there are many ...

alrededor de 1 año hace | 0

| aceptada

Pregunta


question: Use of integrated external C/C++ code in matlab coder does not work for coder.varsize?
When I follow this topic "Call Custom C/C++ Code from the Generated Code" to generate my own external/legacy C++ code, coder.var...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


matlab coder:Can I give some advice on C/C++ code generation for the Image Processing Toolbox and Computer Vision Toolbox?
As far as I know from years of experience and official releases(see attachment), many of the built-in functions in the mathworks...

alrededor de 1 año hace | 0 respuestas | 0

0

respuestas

Pregunta


matlab coder:Can the C++ functions generated for the entry point functions of the "arguments" validation syntax take mergeability into account?
For example, there is such an entry-point function in matlab that needs to generate C/C++ code, and I have generated several fun...

alrededor de 1 año hace | 1 respuesta | 0

1

respuesta

Pregunta


(Enhancement Request) generated code for the "arguments...end" default argument syntax in matlab coder
It is well known that the 'arguments' default argument syntax is very easy to use and read in MATLAB functions.In the latest ver...

alrededor de 1 año hace | 2 respuestas | 0

2

respuestas

Respondida
VideoReader reads ".h264" video compression file with error "Caught unexpected exception of unknown type."
After much trial and error, I was lucky enough to find a solution that worked for me, and I am sharing it with you so that I can...

alrededor de 1 año hace | 2

| aceptada

Pregunta


VideoReader reads ".h264" video compression file with error "Caught unexpected exception of unknown type."
Initially when I tried to use the VideoReader function to read the ".h264" video compression format file I got the error "Unable...

alrededor de 1 año hace | 1 respuesta | 1

1

respuesta

Cargar más