Ning Zhang

MathWorks

自 2016 起处于活动状态

Followers: 0   Following: 0

消息

I am an application support engineer at MathWorks.

My professional interests include image processing, computer vision, deep learning, augmented/virtual/mixed reality.

统计学

MATLAB Answers

0 个提问
12 个回答

排名
3,464
of 297,457

声誉
16

贡献数
0 个提问
12 个回答

回答接受率
0.00%

收到投票数
3

排名
 of 20,438

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 158,938

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Why can I not use External Mode with my Arduino Mega 2560?
Could be resulted by multiple issues Check out this solution: <https://www.mathworks.com/matlabcentral/answers/345567-why-am...

6 years 前 | 0

已回答
How to write Ply file that includes triangulation?
'pcread' should do the job for you to convert the PLY to MATLAB pointCloud Object https://www.mathworks.com/help/vision/ref/p...

7 years 前 | 0

已回答
Why do I get an error when trying to run a simulation with a compiled simulink model?
Your InputmatrixDouble.mat needs to be a structure, inside of array, as item 2 and 3 shows in the following doc. <https://www...

7 years 前 | 0

已回答
Algorithm for Stereo Disparity after selecting corresponding points in the two images
There are enough building blocks offered by the Computer Vision System Toolbox, that I believe you don't need to mex the openCV,...

7 years 前 | 1

| 已接受

已回答
Accelerator/Rapid Accelerator use with Fuzzy Logic Controller
You can consider to use the rapid simulation, to run over a range of parameters: https://www.mathworks.com/help/rtw/examples/...

7 years 前 | 0

已回答
Why I get "NMAKE : fatal error U1052"?
Check out this page: https://www.mathworks.com/matlabcentral/answers/335092-can-i-use-microsoft-visual-studio-2017-with-matla...

7 years 前 | 0

| 已接受

已回答
mkl.dll: 存储空间不足,无法处理此命令。
Hi Jack, What's the total memory of your machine? Check out this link and see if it is helpful. https://www.mathworks.com/ma...

8 years 前 | 0

已回答
How can i use C code generated by simulink in external environment?
Hi Johann, I understand that you want to use generated code in an external environment. Just follow the instruction of thi...

8 years 前 | 1

已回答
Does anyone know of a simple simulink diagram that achieves a function but can be drawn two different ways?
Hi Rick, It seems that you want to do a demo on different generated code with different models. In terms of drawing differ...

8 years 前 | 0

已回答
Warning: In instantiating linked block 'power_FCV_powertrain/FCV Electrical Subsystem/13.9 Ah 288 V Battery' : Battery block (mask) does not have a parameter named 'ShowDetailedParameters'
Hi Dilip; The error can be resolved as suggested from the error message, "However, the 'Mux blocks used to create bus signals...

8 years 前 | 0

已回答
Define Pointer in Bus (structure)
Hi there, I understand that you want to have a nested struct with pointer for the child struct. The resulting "struct" in ...

8 years 前 | 1

已回答
Use updated map at each iteration of Monte Carlo Localisation class
Hello Christina, It seems that you are trying to use the robotics.MonteCarloLocalization to localize the robot using map. The...

8 years 前 | 0