William Larsson
Followers: 0 Following: 0
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...
4 years 前 | 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...
4 years 前 | 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...
5 years 前 | 1 个回答 | 0