photo

sandeep ladi


GITAM UNIVERSITY VISAKHAPATNAM

Active since 2018

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

7 Questions
0 Answers

RANK
258,492
of 301,436

REPUTATION
0

CONTRIBUTIONS
7 Questions
0 Answers

ANSWER ACCEPTANCE
14.29%

VOTES RECEIVED
0

RANK
 of 21,278

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 174,540

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

  • Thankful Level 1

View badges

Feeds

View by

Question


Can any one help me in completing the matlab code of hyperspectral signal subspace estimator(HySime) algorithm?
<</matlabcentral/answers/uploaded_files/120444/HySime%20Algorithm.PNG>> load('C:\Users\Admin\Downloads\Indian_pines_correct...

8 years ago | 0 answers | 0

0

answers

Question


Error using nnet.cnn.layer.ImageInputLayer>iCheckInputSize (line 238) Expected input image size to be a 2 or 3 element vector. For a 3-element vector, the third element must be 3 or 1.
layers = [ imageInputLayer([5 5 128]) convolution2dLayer(3,8,'Padding',1) reluLayer maxPooling2dLayer(2,'Stri...

8 years ago | 0 answers | 0

0

answers

Question


How can we give an hyperspectral image input vector of size 5X5X200 to convolutional neural network for Hyperspectral image classification in MATLAB?
How can we give a hyperspectral image input vector of size 5X5X200 to the convolutional neural network for Hyperspectral image c...

8 years ago | 0 answers | 0

0

answers

Question


Rows and columns of groundtruth values in hyperspectral data set
load('F:\LSK_MATLAB\indian_pines_corrected.mat'); load('F:\LSK_MATLAB\indian_pines_gt.mat'); [row1 col1]=find(indian_pines_gt=...

8 years ago | 1 answer | 0

1

answer

Question


How to use gscatter.I am getting the following error.
b1 = 0 0 1 2 1 1 2 2 0 1 b2 = 1 2 1 2 ...

8 years ago | 1 answer | 0

1

answer

Question


I want to convolute a part of indian_pines_corrected.mat of dimension say 5x5x200 with 128 different filters of of dimension 1x1x200. Can anyone help me to write the MATLAB code for it.This is concept of network in network.
I want to convolute a part of indian_pines_corrected.mat of dimension say 5x5x200 with 128 different filters of of dimension 1x1...

8 years ago | 1 answer | 0

1

answer

Question


How can i perform 1x1 convolution on a part of hyperspectral image of 7x7x200 after zero padding?
load ('C:\Users\Admin\Downloads\indian_pines_corrected.mat'); load ('C:\Users\Admin\Downloads\indian_pines_gt.mat'); c=zeros(5...

8 years ago | 1 answer | 0

1

answer