Feeds
提问
how to fix these errors in my matlab code?
i'm trying to stack 2d images to get 3d just like How can I plot several 2D image in a stack style in Matlab? but i get these er...
7 years 前 | 1 个回答 | 0
1
个回答提问
how to fix subscripted assignment dimention mismatch in my coding?
clc; clear all; close all; %%input images im1 = imread('31-0000.jpg') ; im2 = imread('32-0000.jpg') ; im3 = imread('33-0...
7 years 前 | 1 个回答 | 0
