Enayat Ansari
自 2016 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
Hi all , i am confuse about how to take a city name into a variable through "input" command . Here i want to take London city name .please correct this code .Error using input Undefined function or variable 'London'.
city=input('Enter your city'); disp(city);
8 years 前 | 1 个回答 | 0
1
个回答提问
HI All ,Here i want to Reshape 2D images into 1D image vectors , why i get this error ? Error using '?? Transpose on ND array is not defined. Error in testauto (line 14) temp = reshape(img',r*c,1); .please help its urgent Thanks.
clear all close all clc path = dir('e:\testImage\*.png'); X = []; n = length(path); for i = 1 : n file = strcat...
8 years 前 | 2 个回答 | 0
2
个回答提问
How can i write at specific location in excel using loop ? let say i want to write at C in ith index so what wil the correct code ? please its urgent
clear all; clc values = 'P'; i=8; %let say iteration value is 8 in a loop xlRange = 'Ci:Ci'; %it doesn't work x...
8 years 前 | 1 个回答 | 0