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

1 visualización (últimos 30 días)

Respuesta aceptada

Walter Roberson
Walter Roberson el 11 de Jun. de 2021
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 = 

Más respuestas (0)

Categorías

Más información sobre Numbers and Precision en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by