photo

Chaitra


2014년부터 활동

Followers: 0   Following: 0

메시지

Professional Interests: MATLAB, Simulink

통계

MATLAB Answers

1 질문
12 답변

순위
2,413
of 297,457

평판
26

참여
1 질문
12 답변

답변 채택
0.0%

획득한 표
5

순위
 of 20,438

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 158,938

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Revival Level 2
  • Knowledgeable Level 2
  • First Answer

배지 보기

Feeds

보기 기준

질문


How can i include a text document in an XML file?
I print out the output of ver command to a text file 'ver.txt'. I want to include a link to this file in an xml file that i am c...

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

1

답변

답변 있음
Cannot execute an mcc created standalone executable on another machine
MCR is not platform independent. An application compiled on MATLAB in a LINUX machine can be run only on a LINUX compatible MCR....

10년 초과 전 | 0

| 수락됨

답변 있음
How can i involve four cpu on running a program in matlab 2014?
Executing parpool command starts a pool using the current cluster profile, with the pool size specified by your parallel prefere...

10년 초과 전 | 0

답변 있음
problem related with setting default compiler using matlab r2011a
Execute the command by specifying a space between mbuild and setup Execute the following command: >> mbuild -setup Even...

10년 초과 전 | 0

답변 있음
gfor function with matlab 2013b
You can use ARRAYFUNC to speedup a loop execution on GPU. Referring to the following link might be of some use to you: http:/...

10년 초과 전 | 0

답변 있음
use symbolic toolbox in mcc?
You cannot compile a symbolic toolbox function. The following link indicates which MATLAB toolboxes can be used with MATLAB ...

10년 초과 전 | 2

답변 있음
Relocating a MATLAB Compiler project to a different machine and recompiling
A .prj file contains information about your app, such as included files and a description. The .prj file enables you to update t...

10년 초과 전 | 2

| 수락됨

답변 있음
loadlibrary error with 64bit dll and header
Your code indicates that you have used #typedef preprocessor directive #typedef INT32 bool; /* C does not know bool, only C+...

10년 초과 전 | 0

답변 있음
How to compile a DLL and header file?
All the files(header or dll or any other files) that are needed by a ".m" file to run can be compiled along with the ".m" file b...

10년 초과 전 | 0

답변 있음
National Instruments Data Acquisition Trigger Events & Listeners
MATLAB documentation lists the following example to acquire data in the background by creating a session and adding a listener t...

10년 초과 전 | 0

| 수락됨

답변 있음
loadlibrary error with 64bit dll and header
Are you able to execute these two commands successfully? >>addpath([matlabroot '\extern\examples\shrlib']) >>loadlibrary s...

10년 초과 전 | 0

답변 있음
Calling m functions from a deployed matlab application?
If you require the ability to create MATLAB code for dynamic run time processing, your end users must have an installed copy of ...

10년 초과 전 | 1

| 수락됨