photo

jibs


Last seen: 대략 4년 전 2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

5 질문
0 답변

순위
67,860
of 300,886

평판
0

참여
5 질문
0 답변

답변 채택
0.0%

획득한 표
0

순위
 of 21,104

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,502

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

Feeds

보기 기준

질문


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

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

대략 5년 전 | 답변 수: 0 | 0

0

답변

질문


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

5년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

7년 초과 전 | 답변 수: 0 | 0

0

답변