photo

salman khan


2017년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

4 질문
1 답변

순위
111,871
of 297,457

평판
0

참여
4 질문
1 답변

답변 채택
0.0%

획득한 표
0

순위
 of 20,438

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 158,938

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Answer

배지 보기

Feeds

보기 기준

질문


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

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

6년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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

거의 7년 전 | 답변 수: 0 | 0

0

답변

답변 있음
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

대략 7년 전 | 0

질문


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

대략 7년 전 | 답변 수: 1 | 0

1

답변