想计算y在区间9-10上的最大幅值,有大佬会改一下么。
Mostrar comentarios más antiguos
clc
clear
a=[]
x=0:1:10
y=sin(x)
a=[a,(max(y(end-1:end,1))-min(y1(end-1:end,1)))/2]
a
%出错显示,下标索引必须为正整数类型或逻辑类型。
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Logical en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!