photo

jibs


Last seen: fast 4 Jahre vor Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

5 Fragen
0 Antworten

RANG
118.836
of 300.364

REPUTATION
0

BEITRÄGE
5 Fragen
0 Antworten

ANTWORTZUSTIMMUNG
0.0%

ERHALTENE STIMMEN
0

RANG
 of 20.934

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 168.407

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Highlights

DURCHSCHNITTLICHE ANZAHL DER LIKES

Feeds

Anzeigen nach

Frage


how can I call a class in a gui?
Hi! im working on OOP, I have defined a class TimeData by a script and its saved in the working folder. now how can i call that...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How can I plot fft of time data , on an axis in GUI , using OOP?
I am working on GUIs in Matlab. In order to make my code efficient I intend to plot fft of time samples on an axis using OOP

etwa 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


GPS tracking and graph updating
Hi Im working on a GUI, whose purpose is to develop a system to measure distance between two work stations using GPS coordinate...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


data import from mat file
I have a mat file named as xyz.mat, the mat file contains 10 variables named as a_1, a_2, a_3......a_10. 1. I want to develo...

etwa 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


I want to create a data file where i want to enter a gain value and a 1x96000 array. i am unable to read both values separately. i have written the following code. after using the following code the data and gain have not been retrieved.
gain = 24.08; data = [0:1:96000]; fid = fopen('jibs.dat','ieee-be'); if if~=-1 fseek(fid,276,'bof') end fwrite(fid,gain,'f...

mehr als 7 Jahre vor | 0 Antworten | 0

0

Antworten