photo

Farha Tamanna Islam


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
0 답변

순위
274,799
of 301,681

평판
0

참여
8 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,380

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,086

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


Simulation taking thrice of its given simulation time.How to make it fast?
I wrote a Level2 Simulink S function. It connects a Data logger to the Computer.The resultant simulink block contains output of ...

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

0

답변

질문


How to assign several D.Work Vectors?
I am working with Level 2 S function. In my code I need to get measurements of 10seconds. I am using 10 D.work vectors to assign...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


How to call DLL in Level-2 MATLAB S function?
Hello , I am trying to call a DLL in Level 2 MATLAB S function.My simulink block is already created but there is an error and it...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


Index exceeds matrix dimensions
After running my code I find an error that is Index exceeds matrix dimensions.My full code is here clear all clc fullpathToDl...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


I am trying to Communicate with a Data Logger. In my code MATLAB shows 'Unsuccessful Read:An unexpected timeout occured before Terminator Was Reached'?
Mc Code is clear all clc fullpathToDll = 'Z:\Farha\2015_02_26_photometer_Datenlogger\PC-Software\CGMultChan.dll';...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


Real Time signal generate in MATLAB shared library interface.
I want to generate the Real Time Data Logger output on MATLAB shared library interface.I have DLL and header with Data logger.I ...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


How to generate a real time measurement output in MATLAB?
Hello, I am using a data logger with MATLAB shared library interface. I need to generate the real time measurement output of ...

대략 10년 전 | 답변 수: 0 | 0

0

답변

질문


How to open a DLL file using Matlab?I have both Dll and Header file.
The code I have used but Failed: fullpathToHeader = 'Z:\Folder1\Folder2\CGMultChan.h'; fullpathToDll = 'Z:\Folder1\Fo...

대략 10년 전 | 답변 수: 0 | 0

0

답변