フィルターのクリア

How do I fix the following code?

1 回表示 (過去 30 日間)
Anuradha Bhattacharya
Anuradha Bhattacharya 2015 年 2 月 13 日
>> filename = load('proctrial_1.lvm'); >> timedata = filename(:,1); >> xvoltage = filename(:,2); >> plot(timedata,xvoltage) >> histplot = histogram(timedata, xvoltage); which gives an error, Undefined function 'histogram' for input arguments of type 'double'.

採用された回答

Michael Haderlein
Michael Haderlein 2015 年 2 月 13 日
The function's name is "hist" for plotting and "histc" for only getting the values.
  1 件のコメント
Anuradha Bhattacharya
Anuradha Bhattacharya 2015 年 2 月 13 日
Thanks.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeHistograms についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by