salman khan
Followers: 0 Following: 0
Statistiques
RANG
103 899
of 295 569
RÉPUTATION
0
CONTRIBUTIONS
4 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
0.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
i want to check every row that which variable has higest probality ,with indix # of highest prob and arrange it descending order wtih orginal indices and convert it to text which tel me that e.g index 4 has high prob separated by ;
clc x=[A B]; value=0; index=0; for k=1:5000; [v in]=max(x(k,:)); value=[value v]; index=[index in]; end va...
presque 6 ans il y a | 1 réponse | 0
0
réponseQuestion
I have a data set of 10000 images I want to process half of them by using jpeg_read command and save them in separate folder kindly help me in this regards I am new to Matlab.
try jobj = jpeg_read(COVER); % JPEG image structure DCT = jobj.coef_arrays{1}; % DCT plane catch error('ERROR ...
environ 6 ans il y a | 1 réponse | 0
0
réponseQuestion
I want to estimate the hieght of buliding using triangulate function in Matlab. can anyone short out this problem matlab
clc; close all; clearvars I1Color=imread('DSC_0132.jpg'); I2Color=imread('DSC_0133.jpg'); I1=rgb2gray(I1Color); I2...
plus de 6 ans il y a | 1 réponse | 0
0
réponseWhy do I receive the error "There was a problem downloading the Support Package"?
i was facing the same problem, it was resolved by chnging the proxy settings. Matlab addons doesnt work on proxy servers
presque 7 ans il y a | 0
Question
Facing problem whenever try to access Matlab add-on explorer in 2017a
Failed to load URL https://www.mathworks.com/add-ons/loading?platform=Win64&language=en-US&release=R2017a&docLanguage=en-US&view...
presque 7 ans il y a | 1 réponse | 0