질문


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

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 2 | 0

2

답변

질문


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

4년 초과 전 | 답변 수: 1 | 1

1

답변

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

답변 있음
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...

거의 5년 전 | 3

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

제출됨


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

거의 5년 전 | 다운로드 수: 108 |

0.0 / 5
Thumbnail

답변 있음
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 ---------...

거의 5년 전 | 1

| 수락됨

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 2 | 1

2

답변

답변 있음
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

거의 5년 전 | 0

| 수락됨

답변 있음
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...

거의 5년 전 | 0

답변 있음
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...

거의 5년 전 | 0

답변 있음
watermark Embedding in Blocks
see here: add watermark to image -------------------------Off-topic interlude, 2024------------------------------- I am curre...

거의 5년 전 | 0

답변 있음
Transparent (alpha) text in figures
see here: https://ww2.mathworks.cn/matlabcentral/answers/1451879-how-does-matlab-add-transparent-fonts-to-pictures#answer_786044...

거의 5년 전 | 0

답변 있음
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...

거의 5년 전 | 0

답변 있음
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 =...

거의 5년 전 | 1

| 수락됨

질문


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?

거의 5년 전 | 답변 수: 1 | 0

1

답변

질문


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

거의 5년 전 | 답변 수: 2 | 0

2

답변

답변 있음
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...

거의 5년 전 | 0

답변 있음
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...

거의 5년 전 | 0

답변 있음
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...

거의 5년 전 | 1

질문


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

거의 5년 전 | 답변 수: 0 | 0

0

답변

답변 있음
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 ...

거의 5년 전 | 0

답변 있음
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 ...

거의 5년 전 | 0

더 보기