Community Profile

photo

Kishore Kumar


Last seen: alrededor de 1 mes hace Con actividad desde 2021

Followers: 0   Following: 0

Estadísticas

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

Ver insignias

Feeds

Ver por

Pregunta


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...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Resuelto


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...

más de 2 años hace

Resuelto


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:...

más de 2 años hace

Respondida
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= ...

más de 2 años hace | 0

| aceptada

Pregunta


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...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Respondida
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...

más de 2 años hace | 1

| aceptada

Pregunta


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...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Respondida
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. ...

más de 2 años hace | 0

Pregunta


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...

más de 2 años hace | 2 respuestas | 0

2

respuestas