Wentao Du
MathWorks
2017년부터 활동
Followers: 0 Following: 0
Feeds
답변 있음
Wrong result when using gpuArray with multiple implicit singleton expansions
As described in the <https://www.mathworks.com/support/bugreports/1805073?s_tid=answers_rc2-2_p5_MLT bug report> , this bug was ...
Wrong result when using gpuArray with multiple implicit singleton expansions
As described in the <https://www.mathworks.com/support/bugreports/1805073?s_tid=answers_rc2-2_p5_MLT bug report> , this bug was ...
대략 6년 전 | 0
답변 있음
Errors in installing matlab2017b in Ubuntu16.04
Refer to this: <https://ww2.mathworks.cn/matlabcentral/answers/98745-why-do-i-receive-an-error-message-archive-is-not-a-zip-a...
Errors in installing matlab2017b in Ubuntu16.04
Refer to this: <https://ww2.mathworks.cn/matlabcentral/answers/98745-why-do-i-receive-an-error-message-archive-is-not-a-zip-a...
6년 초과 전 | 0
답변 있음
Can I achieve inceptionv3 networks by using custom layer and layer design by matlab.
Refer to this example on directed acyclic graph (DAG) networks: <https://www.mathworks.com/help/nnet/examples/create-and-trai...
Can I achieve inceptionv3 networks by using custom layer and layer design by matlab.
Refer to this example on directed acyclic graph (DAG) networks: <https://www.mathworks.com/help/nnet/examples/create-and-trai...
6년 초과 전 | 0
답변 있음
Why matlab2018a crash while using simulink ?(ubuntu14.04.5)
This crash is due to a bug in glibc 2.19 which was fixed in glibc 2.21. To resolve this issue, update to a version of your o...
Why matlab2018a crash while using simulink ?(ubuntu14.04.5)
This crash is due to a bug in glibc 2.19 which was fixed in glibc 2.21. To resolve this issue, update to a version of your o...
6년 초과 전 | 1
답변 있음
bug about trainNetwork for Trainning Convolutional Neural Network for Regression
Not sure about "read online". For large datasets, you can create a datastore (see this example using imageDatastore): <http...
bug about trainNetwork for Trainning Convolutional Neural Network for Regression
Not sure about "read online". For large datasets, you can create a datastore (see this example using imageDatastore): <http...
6년 초과 전 | 0
답변 있음
Display question about transparent intersected surfaces
This issue is due to the Order Independent Transparency method used by MATLAB called "Depth Peeling." Unfortunately, there are n...
Display question about transparent intersected surfaces
This issue is due to the Order Independent Transparency method used by MATLAB called "Depth Peeling." Unfortunately, there are n...
6년 초과 전 | 2
| 수락됨
답변 있음
How do I use "surf" function in C++ with matlab coder?
Take a look at all functions supported for C/C++ code generation (surf is not one of them): <https://www.mathworks.com/help/cod...
How do I use "surf" function in C++ with matlab coder?
Take a look at all functions supported for C/C++ code generation (surf is not one of them): <https://www.mathworks.com/help/cod...
6년 초과 전 | 0
| 수락됨
답변 있음
Using matlab created C++ .lib file in VS 2017
Take a look at this example: <https://ww2.mathworks.cn/matlabcentral/answers/182851-how-do-i-integrate-my-c-shared-library-ge...
Using matlab created C++ .lib file in VS 2017
Take a look at this example: <https://ww2.mathworks.cn/matlabcentral/answers/182851-how-do-i-integrate-my-c-shared-library-ge...
6년 초과 전 | 0
| 수락됨
답변 있음
I ues mcc -W python:myAdd -T link:lib myAdd.m to create a python package.How do I call it in python?
Please refer to this example for the concrete workflow: <https://www.mathworks.com/help/compiler_sdk/gs/create-a-python-appli...
I ues mcc -W python:myAdd -T link:lib myAdd.m to create a python package.How do I call it in python?
Please refer to this example for the concrete workflow: <https://www.mathworks.com/help/compiler_sdk/gs/create-a-python-appli...
6년 초과 전 | 0
답변 있음
license manager, 2018matlab
<https://ww2.mathworks.cn/matlabcentral/answers/99067-why-do-i-receive-license-manager-error-9>
license manager, 2018matlab
<https://ww2.mathworks.cn/matlabcentral/answers/99067-why-do-i-receive-license-manager-error-9>
6년 초과 전 | 0
답변 있음
There's no "pixel labels" menu in Image Labeler (R2018a)
<</matlabcentral/answers/uploaded_files/117532/Capture.PNG>> <https://www.mathworks.com/help/releases/R2018a/vision/ug/label-...
There's no "pixel labels" menu in Image Labeler (R2018a)
<</matlabcentral/answers/uploaded_files/117532/Capture.PNG>> <https://www.mathworks.com/help/releases/R2018a/vision/ug/label-...
6년 초과 전 | 0
답변 있음
Why "Undefined function or variable 'wavedec3'. " when running a standalone application in Terminal?
It is likely that you are running your compiled application on a machine without MATLAB Runtime: <https://www.mathworks.com/pro...
Why "Undefined function or variable 'wavedec3'. " when running a standalone application in Terminal?
It is likely that you are running your compiled application on a machine without MATLAB Runtime: <https://www.mathworks.com/pro...
6년 초과 전 | 0
답변 있음
How to stop the running program through push a 'stop' button in appdesigner?
A workaround would be to check for a change in a condition. This change would be caused by the a push-button callback or a check...
How to stop the running program through push a 'stop' button in appdesigner?
A workaround would be to check for a change in a condition. This change would be caused by the a push-button callback or a check...
6년 초과 전 | 0
| 수락됨
답변 있음
when i run the hybrid code, matlab has occured the internal problem
1. Follow the steps given in the 'Build MatCaffe' section of the link <http://caffe.berkeleyvision.org/tutorial/interfaces.h...
when i run the hybrid code, matlab has occured the internal problem
1. Follow the steps given in the 'Build MatCaffe' section of the link <http://caffe.berkeleyvision.org/tutorial/interfaces.h...
6년 초과 전 | 0
답변 있음
在使用Live Script时,显示的运行结果太长,怎么实现自动换行?
目前的版本不支持,以后可能会增加自动换行功能。 但是导出时可以先转成普通脚本.m格式,然后使用publish功能,对于过长的结果显示会进行换行处理: <https://www.mathworks.com/help/matlab/matlab_p...
在使用Live Script时,显示的运行结果太长,怎么实现自动换行?
目前的版本不支持,以后可能会增加自动换行功能。 但是导出时可以先转成普通脚本.m格式,然后使用publish功能,对于过长的结果显示会进行换行处理: <https://www.mathworks.com/help/matlab/matlab_p...
거의 7년 전 | 0
답변 있음
MATLAB script for batching cut out the certain part of .wav sound samples
Can you provide an example on how you do it or what specific issue you encountered? Take a look at our free MATLAB Onramp onl...
MATLAB script for batching cut out the certain part of .wav sound samples
Can you provide an example on how you do it or what specific issue you encountered? Take a look at our free MATLAB Onramp onl...
거의 7년 전 | 0
답변 있음
How to Use RegressionLayer in LSTM of Nerual Network Toolbox?
In the newest release of MATLAB R2018a, LSTM can be used for regression problems: <https://www.mathworks.com/help/releases/R201...
How to Use RegressionLayer in LSTM of Nerual Network Toolbox?
In the newest release of MATLAB R2018a, LSTM can be used for regression problems: <https://www.mathworks.com/help/releases/R201...
거의 7년 전 | 0
답변 있음
Matlab live script codes are not allowed COPY and Paste
The issue may be temporarily resolved by restarting MATLAB. Additionally, we believe that a potential cause for this issue i...
Matlab live script codes are not allowed COPY and Paste
The issue may be temporarily resolved by restarting MATLAB. Additionally, we believe that a potential cause for this issue i...
거의 7년 전 | 3
답변 있음
An error when installing 'MATLAB Support for MinGW-w64 C/C++ Compiler'
The error may be caused by a network connection error. In some cases, a firewall or antivirus is blocking the connection.Try to ...
An error when installing 'MATLAB Support for MinGW-w64 C/C++ Compiler'
The error may be caused by a network connection error. In some cases, a firewall or antivirus is blocking the connection.Try to ...
거의 7년 전 | 1
답변 있음
Chinese garbled in Windows 10 devices with new Chinese font.
You may set the display language to English following the link below to complete installation first. <https://www.mathworks.c...
Chinese garbled in Windows 10 devices with new Chinese font.
You may set the display language to English following the link below to complete installation first. <https://www.mathworks.c...
거의 7년 전 | 0
답변 있음
"splitEachLabel" built-in function does not really randomize the picture distribution?
Here the order you see will not be completely different because the labels of "digitData" are in order (from 0 to 9). To observe...
"splitEachLabel" built-in function does not really randomize the picture distribution?
Here the order you see will not be completely different because the labels of "digitData" are in order (from 0 to 9). To observe...
거의 7년 전 | 1
| 수락됨
답변 있음
为什么我的MATLAB启动一直在初始化
请参考: <https://www.mathworks.com/matlabcentral/answers/92566-why-does-matlab-get-stuck-in-the-initializing-or-busy-state-or-ta...
为什么我的MATLAB启动一直在初始化
请参考: <https://www.mathworks.com/matlabcentral/answers/92566-why-does-matlab-get-stuck-in-the-initializing-or-busy-state-or-ta...
거의 7년 전 | 0
답변 있음
how can I use one s-function to process multi signals simultaneously rather than config several same s-functions for each signal path?
Please refer to these two demos shipped with Simulink: 1. sfcndemo_dtype_io.slx 2. sfcndemo_sfun_multiport.slx You can ...
how can I use one s-function to process multi signals simultaneously rather than config several same s-functions for each signal path?
Please refer to these two demos shipped with Simulink: 1. sfcndemo_dtype_io.slx 2. sfcndemo_sfun_multiport.slx You can ...
거의 7년 전 | 0
답변 있음
How to Use RegressionLayer in LSTM of Nerual Network Toolbox?
Please refer to the following example in documentation: <https://www.mathworks.com/help/nnet/examples/classify-sequence-data-...
How to Use RegressionLayer in LSTM of Nerual Network Toolbox?
Please refer to the following example in documentation: <https://www.mathworks.com/help/nnet/examples/classify-sequence-data-...
대략 7년 전 | 0
답변 있음
how to add new toolbox
Please refer to the following article: <https://cn.mathworks.com/matlabcentral/answers/101885-how-do-i-install-additional-too...
how to add new toolbox
Please refer to the following article: <https://cn.mathworks.com/matlabcentral/answers/101885-how-do-i-install-additional-too...
대략 7년 전 | 0
| 수락됨