Index in position 1 exceeds array bounds (must not exceed 1)

1 Ansicht (letzte 30 Tage)
Rémi St-Laurent
Rémi St-Laurent am 23 Sep. 2019
Beantwortet: Rémi St-Laurent am 23 Sep. 2019
This is my script :
kwh=input('How much KWH this month :');
ckwh=6.6*kwh/100;
fprintf('Your charge for %5d will be %.2d',kwh,ckwh)
Matlab return this : Index in position 1 exceeds array bounds (must not exceed 1).
Help me please !!!

Antworten (2)

madhan ravi
madhan ravi am 23 Sep. 2019
Bearbeitet: madhan ravi am 23 Sep. 2019
clear all % you're probably shadowing the inbuilt function input()\fprintf()
%or
clear input fprintf

Rémi St-Laurent
Rémi St-Laurent am 23 Sep. 2019
Thank it works ahahahah

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by