![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8573974_1528126400095.jpg)
jibs
Followers: 0 Following: 0
Statistiques
5 Questions
0 Réponses
RANG
225 242
of 297 016
RÉPUTATION
0
CONTRIBUTIONS
5 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
0.0%
VOTES REÇUS
0
RANG
of 20 419
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 157 725
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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...
plus de 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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
plus de 3 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
environ 4 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
plus de 4 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 6 ans il y a | 1 réponse | 0