Feeds
질문
Struct contents reference from a non-struct array object.
my code tochange an image to gray using rgb2gray, had been running well until one day it begun displaying this message: Struct c...
7년 초과 전 | 답변 수: 1 | 0
1
답변답변 있음
am writing a code to add rings on an image but I keep getting a "matrix dimension must agree" erro message, below is the code:
i = load('arti.mat'); baseFileName = 0.15*baseFileName + 0.85*i.Q; subplot(2, 3, 2); minValue = min(min(ripplesImage)) maxVa...
am writing a code to add rings on an image but I keep getting a "matrix dimension must agree" erro message, below is the code:
i = load('arti.mat'); baseFileName = 0.15*baseFileName + 0.85*i.Q; subplot(2, 3, 2); minValue = min(min(ripplesImage)) maxVa...
7년 초과 전 | 0
질문
am writing a code to add rings on an image but I keep getting a "matrix dimension must agree" erro message, below is the code:
i = load('arti.mat'); baseFileName = 0.15*baseFileName + 0.85*i.Q; subplot(2, 3, 2);
7년 초과 전 | 답변 수: 2 | 0