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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 0