photo

Kishore Kumar


Last seen: 10 Monate vor Aktiv seit 2021

Followers: 0   Following: 0

Statistik

All
MATLAB Answers

5 Fragen
3 Antworten

Cody

0 Probleme
2 Lösungen

RANG
190.967
of 301.229

REPUTATION
0

BEITRÄGE
5 Fragen
3 Antworten

ANTWORTZUSTIMMUNG
80.0%

ERHALTENE STIMMEN
1

RANG
 of 21.201

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
85.583
of 173.547

BEITRÄGE
0 Probleme
2 Lösungen

PUNKTESTAND
30

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Gelöst


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

etwa 4 Jahre vor

Gelöst


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

etwa 4 Jahre vor

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

etwa 4 Jahre vor | 0

| akzeptiert

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 4 Jahre vor | 1

| akzeptiert

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 4 Jahre vor | 0

Frage


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

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten