Help!!! Why is it prompted that the subscript indices must be positive integer or logical type?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Qiandong Dong
am 7 Feb. 2021
Kommentiert: Qiandong Dong
am 1 Mär. 2021
clear;clc;close all;
for e=1:0.2:2
n=(e-0.8)/0.2;
h(n)=n;
end
h
Why is it prompted that the subscript indices must be positive integer or logical type?
为什么提示下标索引必须为正整数类型或逻辑类型?
Akzeptierte Antwort
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!