Feeds
질문
I need to plot B = (cos(X))^m; for m=1-20 and X at viewing angles 10degrees, 20 degrees, and 45 degrees. I am new to matlab and can't get the code right.
>> B = (cos(X))^m; Undefined function or variable 'X'. >> X = [10 20 45]; >> m = [1:20]; >> B = (cos(X))^m; ...
대략 11년 전 | 답변 수: 1 | 0
