photo

Manish


2013 年からアクティブ

Followers: 0   Following: 0

fileName = 'try.xlsx';
a = xlsread(fileName);
x = a(:,1);
y = a(:,62);
plot(x,y)

In plotting graph I am getting error as:
Attempted to access a(:,60); index out of bounds because size(a)=[59,8].

統計

MATLAB Answers

2 質問
0 回答

ランク
75,441
of 301,522

評判
0

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

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,315

評判
N/A

平均評価
0.00

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

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 175,118

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

スコア
0

バッジ数
0

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

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

平均評価

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

平均いいねの数

Feeds

表示方法

質問


How can I use variable(matrix) from one callback function to other call back function for computation?
%First function % --- Executes on button press in load_life. function load_life_Callback(hObject, eventdata, handles) % hOb...

約11年 前 | 0 件の回答 | 0

0

回答

質問


How to access much data from excel sheet to matlab?
fileName = 'try.xlsx'; a = xlsread(fileName); x = a(:,1); y = a(:,60); plot(x,y) I am getting error as: Attempted to acc...

12年以上 前 | 1 件の回答 | 0

1

回答