photo

Vishal


2013 年からアクティブ

Followers: 0   Following: 0

Student of Electronics and Instrumentation.

統計

MATLAB Answers

2 質問
1 回答

ランク
226,685
of 301,287

評判
0

コントリビューション
2 質問
1 回答

回答採用率
50.0%

獲得投票数
0

ランク
 of 21,220

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 173,814

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

Feeds

表示方法

質問


i want to display serial data in matlab gui in real time.But when i use the function fread or fscanf the serial data is stored in a variable and the the entire data set is displayed together eg. 15443264325432454321457532474.
My program is: s=serial('com1'); fopen(s); a=fscanf(s); str=sprintf('%d',a); set(handles.edit1,'string',str); fclo...

13年弱 前 | 0 件の回答 | 0

0

回答

質問


i am using a for loop to access each element in a column of an xls file and display the data with the help of GUI.my code is:
this code is written in the pushbutton callback: for i=1:4 a=xlsread('abc.xls',i,'A(i)'); str=sprintf('%d',a); ...

13年弱 前 | 2 件の回答 | 0

2

回答

回答済み
i am using a for loop to access each element in a column of an xls file and display the data with the help of GUI.my code is:
Iman,i am still getting the same error.

13年弱 前 | 0

| 採用済み