photo

Muhammad Waheed AZAM


Last seen: 1 year ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
270,788
of 301,261

REPUTATION
0

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
33.33%

VOTES RECEIVED
0

RANK
 of 21,209

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 173,690

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

Feeds

View by

Question


I want to understand how to read this code
A = xlsread('experiment.xlsx','A','A12:XP523'); Tmin = 24; Tmax = 37; save('fields','Tmin','Tmax'); IA = im2uint16(mat2gray(...

3 years ago | 0 answers | 0

0

answers

Answered
I want to meaning of this code, I do not understand
@KSSV @Konrad @Hiro I read the document but did not understand please help

3 years ago | 0

Question


I want to meaning of this code, I do not understand
IA = im2uint16(mat2gray(A, [Tmin Tmax])); imwrite(IA,'A.tiff','tiff');

3 years ago | 2 answers | 0

2

answers

Question


what is meaning of this matlab
N=xlsread('prova1'); t=N(:,3:39);

3 years ago | 1 answer | 0

1

answer