photo

jibs


Last seen: 約4年 前 2018 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

5 質問
0 回答

ランク
168,909
of 300,781

評判
0

コントリビューション
5 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,088

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 171,031

コントリビューション
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

回答