Enayat Ansari
Followers: 0 Following: 0
Statistiques
3 Questions
0 Réponses
RANG
280 073
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
3 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
100.0%
VOTES REÇUS
0
RANG
of 20 247
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 105
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
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);
presque 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
presque 8 ans il y a | 1 réponse | 0