1990 年から 1999 年のデータに対応するインデックスのベクトルを作成し、変数 idx に保存したいです
Show older comments
matlab 部分行列の抽出と修正ベクトルの複数の要素を抽出する(2/3) 10 年分のデータの抽出
の問題の解答が無く進められません。回答を教えていただけますか?
load eurGasPrices
Fr2 = France(2);
France(1) = Fr2;
plot(Year,France)
hold on
plot(Year,Germany)
hold off
title("Gasoline Prices in USD/gal over time")
legend("France","Germany")
Accepted Answer
More Answers (0)
Categories
Find more on 時系列イベント in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!