필터 지우기
필터 지우기

How to put this in matlab by user which the dimensions of the table changes

조회 수: 1 (최근 30일)

채택된 답변

Walter Roberson
Walter Roberson 2021년 6월 11일
N = 5;
syms i x_i w_i y_i L w
yi = sym('y_i', [1 N-1]);
yi = [0, yi, 0];
P = (0:N)/N;
M = [i, 0:N; x_i, L*P; w_i, w*P; y_i, yi]
M = 

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Numbers and Precision에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by