photo

salman khan


Con actividad desde 2017

Followers: 0   Following: 0

Estadística

MATLAB Answers

4 Preguntas
1 Respuesta

CLASIFICACIÓN
262.186
of 298.219

REPUTACIÓN
0

CONTRIBUCIONES
4 Preguntas
1 Respuesta

ACEPTACIÓN DE RESPUESTAS
0.0%

VOTOS RECIBIDOS
0

CLASIFICACIÓN
 of 20.548

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN

of 160.604

CONTRIBUCIONES
0 Problemas
0 Soluciones

PUNTUACIÓN
0

NÚMERO DE INSIGNIAS
0

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Answer

Ver insignias

Feeds

Ver por

Pregunta


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...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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 ...

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 7 años hace | 0 respuestas | 0

0

respuestas

Respondida
Why 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

más de 7 años hace | 0

Pregunta


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...

más de 7 años hace | 1 respuesta | 0

1

respuesta