Feeds
질문
Solve Function for Given Range of Inputs
syms x x = sym('x') x = -4:4 eqn = exp(-x.^2) == f(x) S = solve(eqn,x) I keep getting an error message when trying to fol...
거의 4년 전 | 답변 수: 1 | 0
1
답변답변 있음
Creating a Pattern of set values within a Matrix
for the diagonals touching the diagonal containing ones, every third entry still needs to be zero. that is the only problem i am...
Creating a Pattern of set values within a Matrix
for the diagonals touching the diagonal containing ones, every third entry still needs to be zero. that is the only problem i am...
거의 4년 전 | 0
질문
Creating a Pattern of set values within a Matrix
function B = inf_analysis(i,j,k,N) A = ones(N^2) B = diag(diag(A)) for rows = 1:N^2; for cols = 1:N^2; B(rows...
거의 4년 전 | 답변 수: 2 | 0
