Question


How can I set up "matlab coder" to produce fewer C/C++ files?
The problem is that I prefer to use the "matlab coder app" for C code generation and I want to produce as few C code files as po...

plus de 4 ans il y a | 1 réponse | 0

0

réponse

Question


How to deploy matlab deep learning models to Texas Instruments?
As far as I know, matlab deep learning models can be deployed to FPGAs and SoCs (Deep Learning HDL Toolbox), NVIDIA™ family of d...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Is there an offline html document download for matlab?
Is there an offline html document download for matlab? What I know so far is that matlab software comes with local html official...

plus de 4 ans il y a | 2 réponses | 0

2

réponses

Question


Can Microsoft's WSLg (Windows Subsystem for Linux GUI) support running matlab?
Has anyone had success running matlab desktop applications using WSLg?I have not successfully configured it in windows 10 21H2, ...

plus de 4 ans il y a | 1 réponse | 1

1

réponse

Question


"readmatirx" does not read the expected data?
My data is 1×51 size in csv, when I use readmatrix function to specify "Range" to import 1 to 50 data, it is empty, or import ot...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Using imageDatastore in matlab online is too time consuming?
matlab online is a good cloud computing environment, but I am using imageDatastore to load tens of thousands of images which is ...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


mfilename used in ".mlx" does not appear to be the desired path?
To get the full path and filename of the run in ".mlx", I used the mfilename function, but the full path of the file returned is...

presque 5 ans il y a | 1 réponse | 0

0

réponse

Question


matlab online supports reading local files?
It would be good if matlab online could support reading local files in the future, because even using MATLAB Drive Connector to ...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
Is MathWorks working on a dark mode for MATLAB similar to what Visual Studio offers?
Use "MATLAB online" to switch themes perfectly! Then use a browser plug-in (e.g. Midnight Lizard) to indirectly change the colou...

presque 5 ans il y a | 3

Question


How to adapt the output size of a given feature map in the Deep Learning Toolbox by using the "pool" operation?
I understand that there are currently "averagePooling2dLayer, maxPooling2dLayer, globalAveragePooling2dLayer, globalMaxPooling2d...

presque 5 ans il y a | 1 réponse | 0

1

réponse

A soumis


MexCmake
使用Cmake打包matlab-mex库文件

presque 5 ans il y a | 1 téléchargement |

0.0 / 5
Thumbnail

Réponse apportée
Can't delete myfile.mexw64 after run mexw64?
I found my answer, this ".mexw64" cannot be deleted after using clear , but can be deleted after using clear all ---------...

presque 5 ans il y a | 1

| A accepté

Question


Can't delete myfile.mexw64 after run mexw64?
The problem is very simple, I used a very simple example file explore.c packaged as a mexw64 library file, using the command m...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


How to import ".heic" image file of Apple phone by matlab?
I have a lot of ".heic" image files taken by Apple phones, and I want to read them into matlab to analyze them, but it seems tha...

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


How to publish html in matlabcentral?
I write formatted code by matlab editor and publish it as html document by "publish", how can this document be displayed in "mat...

presque 5 ans il y a | 2 réponses | 1

2

réponses

Réponse apportée
How to use dlnetwork objects with "state" in custom layers, e.g. how to define layers such as batchnormization, lstm, etc.?
Matlab R2021b support https://ww2.mathworks.cn/help/deeplearning/ug/define-custom-recurrent-deep-learning-layer.html

presque 5 ans il y a | 0

| A accepté

Réponse apportée
insert some text in an image as watermark in spatial domain ... How can i take text as watermark and insert that watermark in image ??
see here: https://ww2.mathworks.cn/matlabcentral/answers/1451879-how-does-matlab-add-transparent-fonts-to-pictures#answer_786044...

presque 5 ans il y a | 0

Réponse apportée
how to embed a watermark in a color image
see here: https://ww2.mathworks.cn/matlabcentral/answers/1451879-how-does-matlab-add-transparent-fonts-to-pictures#answer_786044...

presque 5 ans il y a | 0

Réponse apportée
watermark Embedding in Blocks
see here: add watermark to image -------------------------Off-topic interlude, 2024------------------------------- I am curre...

presque 5 ans il y a | 0

Réponse apportée
Transparent (alpha) text in figures
see here: https://ww2.mathworks.cn/matlabcentral/answers/1451879-how-does-matlab-add-transparent-fonts-to-pictures#answer_786044...

presque 5 ans il y a | 0

Réponse apportée
Is it possible to create transparent font on a graphics component?
see here: https://ww2.mathworks.cn/matlabcentral/answers/1451879-how-does-matlab-add-transparent-fonts-to-pictures#answer_786044...

presque 5 ans il y a | 0

Réponse apportée
How does matlab add transparent fonts to pictures?
After trying to figure it out, I gave the answer , for example: % your params img = imread('printedtext.png'); Transparency =...

presque 5 ans il y a | 1

| A accepté

Question


Does "insertText" not support Chinese fonts? How do I add Chinese fonts to my images?
Currently, only fonts with "asciil" code are supported, but how can I do it to support Chinese fonts?

presque 5 ans il y a | 1 réponse | 0

1

réponse

Question


How does matlab add transparent fonts to pictures?
As far as I know, only "text", "insertText" function can add text to the picture, I prefer to use "insertText" to add font to th...

presque 5 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
How to make trasparent the background of the static text.
x = 0:.1:2*pi; y = sin(x); figure; plot(x,y,'LineWidth',4); text(1,0,'Transparent background image','color','red') % sa...

presque 5 ans il y a | 0

Réponse apportée
can't save image with transparent background
since Matlab R2020a, use "exportgraphics", for example ,you can do like this x = 0:.1:2*pi; y = sin(x); % save to transparent...

presque 5 ans il y a | 0

Réponse apportée
How do you save a figure with a trasparent background?
since Matlab R2020a, use "exportgraphics", for example ,you can do like this x = 0:.1:2*pi; y = sin(x); % save to transpa...

presque 5 ans il y a | 1

Question


Deformable Convolutional Networks ?
Does current latest matlab 2021a deeplearning toolbox support Deformable Convolutional Networks ? If not, will future versions i...

presque 5 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
How to export image labels from gTruth.mat and PixelLabelData to jpeg images and json annnotationns?
Hi, you can refer to Export Ground Truth Object to Custom and COCO JSON Files Import images and COCO annotation json file to ...

presque 5 ans il y a | 0

Réponse apportée
Converting .mat to .json
Hi, you can refer to Export Ground Truth Object to Custom and COCO JSON Files Import images and COCO annotation json file to ...

presque 5 ans il y a | 0

Charger plus