Feeds
질문
Changing color of a certain cell in a matrix after breaking a for-loop
Hi! I have a question regarding changing a certain cell when breaking a for loop. In my code, I have criterias for the top a...
대략 5년 전 | 답변 수: 2 | 0
2
답변질문
Creating an Image matrix (5x10) from a 5x100 matrix
clc clear all I = 1; b0 = I; ep0 = 0; c0=0; a10=0; tMax=30; dt=0.1; timeVector = 0:dt:tMax; nIterations = length(t...
대략 5년 전 | 답변 수: 2 | 0
2
답변질문
Finding the matrix I generated two iterations back, while loop
I need my code to remember the matrix it generated two iterations back, and if this matrix is equal to the present one I want th...
거의 6년 전 | 답변 수: 1 | 0

