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