photo

Farha Tamanna Islam


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

8 个提问
0 个回答

排名
224,191
of 302,101

声誉
0

贡献数
8 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,546

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 178,957

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 0 个回答 | 0

0

个回答