photo

Kishore Kumar


Last seen: 6 months 前 自 2021 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

5 个提问
3 个回答

Cody

0 个问题
2 个答案

排名
190,967
of 300,352

声誉
0

贡献数
5 个提问
3 个回答

回答接受率
80.0%

收到投票数
1

排名
 of 20,928

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
82,991
of 168,212

贡献数
0 个问题
2 个答案

评分
30

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Thankful Level 2
  • Solver
  • Revival Level 1
  • Thankful Level 1

查看徽章

Feeds

排序方式:

提问


code executes very slowly suddenly
Recently I am working on an application development that reads an external hardware and plots real time values in MATLAB. The pr...

4 years 前 | 0 个回答 | 0

0

个回答

已解决


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

4 years 前

已解决


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

4 years 前

已回答
Zoom in settings resets automatically when new data value are added
Thank you jagadeeshwaran for reminding me to update my answer. Here I have included a sample code %test animated line anim= ...

4 years 前 | 0

| 已接受

提问


Modify drawnow limitrate to update only 10 frames per second.
My work is based on real time data acquisition and I am plotting the data in real time. My program currently reads 200 sets of d...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
Unable to read from FTDI device using calllibrary function
I got the problem resolved. The problem is at the end of each command in FT_Write it is required to add carriage return(\r). Whe...

4 years 前 | 1

| 已接受

提问


Unable to read from FTDI device using calllibrary function
I am trying to read values from a FTDI device. I am using loadlibrary and calllib functions. loadlibrary('ftd2xx64.dll','myhea...

4 years 前 | 1 个回答 | 0

1

个回答

提问


Zoom in settings resets automatically when new data value are added
I am trying to plot a real time data from a hardware. I want new data values to be plotted and connected to previous data points...

4 years 前 | 1 个回答 | 0

1

个回答

已回答
Get data from hardware using C and process it in MATLAB in real time
I found this method simpler. Just run the program using system command in matlab. Run the code like you would do in your cmd. ...

4 years 前 | 0

提问


Get data from hardware using C and process it in MATLAB in real time
I have a C program that output 10200 bytes of data by communicating with an hardware. I want to process the data in matlab, plo...

4 years 前 | 2 个回答 | 0

2

个回答