photo

Dhanyatha


自 2014 起处于活动状态

Followers: 0   Following: 0

消息

统计学

MATLAB Answers

0 个提问
10 个回答

排名
5,089
of 300,765

声誉
10

贡献数
0 个提问
10 个回答

回答接受率
0.00%

收到投票数
2

排名
 of 21,084

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 170,941

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Revival Level 1
  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
How can i include a text document in an XML file?
You can include a hyperlink in XML by using CDATA tag. Embed the HTML tag - "<a>" inside CDATA as below. This will ensure that t...

11 years 前 | 0

已回答
Define a RGBa color- transparency
Currently, the colormap function does not accept more than 3 arguments. However,you can use the <http://www.mathworks.com/help/m...

11 years 前 | 0

已回答
How can I change the default compiler to the Visual Studio 2008?
As mentioned by you,the Visual Studio 2008 is not showing up when you execute the command the below command in MATLAB >> mex ...

11 years 前 | 0

已回答
i have been using image acquisition toolbox in which my videoformat is in yuy and i want to be in rgb how can i do that ?
You can modify the ‘ReturnedColorSpace’ property of your videoinput object to ‘rgb’. Refer to <http://www.mathworks.com/matlabce...

11 years 前 | 0

已回答
Using mysql function in code
You can refer to the workaround mentioned <http://www.mathworks.com/matlabcentral/answers/93959-how-can-the-primary-key-of-the-l...

11 years 前 | 0

已回答
MCR dll 7.16 32-bit 64-bit Windows 7
For MATLAB R2011b and all other older versions, you can find the path to MCR installer file by running the following command on ...

11 years 前 | 0

| 已接受

已回答
How to integrate matlab code with vb.net
The MATLAB code can be interfaced with VB.net application through a COM interface. <http://www.mathworks.com/help/matlab/matlab_...

11 years 前 | 1

已回答
call matlab (*.m) program from visual studio 2013
You can utilize a (.m) file in MS Visual Studio in two ways: 1. Compiling the (.m) file using <http://www.mathworks.com/prod...

11 years 前 | 1

已回答
moving application between computers
Applications compiled using <http://www.mathworks.com/products/compiler/ MATLAB Compiler> can be deployed on end user machines w...

11 years 前 | 0

已回答
Not found compiler matlab
You are encountering this error as you are trying to compile a program, but not mentioning which compiler to use. Run “mex –setu...

11 years 前 | 0