I have a array of 1X102.I want to genrate the hankel matrix from that through matlab. Can anybody guide me how to genrate the hankel matrix through matlab?
Dear Shrish,
Use hankel built-in function of MATLAB. Here you can find details:
http://www.mathworks.com/help/matlab/ref/hankel.html?refresh=true
This Matlab function for generating Hankel Matrix but when i have a array of 102 elements (different values) i can not use this function.
Let's assume your array is:
C = 1:102; % A row vector
H = hankel (C);
This is what you are looking for, isn't this? This command runs without any problem on my system. Please let me know what is the error you receive?
Let take the 7 elements of a array instated of 102.
a = [854, 601,350,266,138,118,178]
Here i want to generate the hankel matrix of array a for that through matlab.
>> a = [854, 601,350,266,138,118,178];
>> aHankel = hankel(a);
>> aHankel
aHankel =
854 601 350 266 138 118 178
601 350 266 138 118 178 0
350 266 138 118 178 0 0
266 138 118 178 0 0 0
138 118 178 0 0 0 0
118 178 0 0 0 0 0
178 0 0 0 0 0 0
I need to develop 3D bandlet transform for the hyperspectral image compression. I need to know how to develop the same @ matlab.
10 November 2018 7,111 0 View
What is superpixel in hyperspectral images & also it's use in HSI compression or classification?
06 July 2018 212 0 View
How to open aviris_sc0.cal file in Matlab as HSI image?
05 June 2018 885 3 View
I have 3D data of size 1024 *680*224. I want to do the padding with zero at the last and want to make the 3D matrix 1024*1024*1024 through matlab 2016
04 May 2018 6,173 0 View
From Where I should get the standard images of hyper spectral image compression? I want to know from where i can download he following images (free) 1. MODIS MOD 2. Landsat mountain 3. CRISM 4....
04 May 2018 1,740 1 View
Which is the best 3D transform for the hyper spectral image compression? I also want the reason for using for image compression.
03 April 2018 2,723 0 View
I have 3D data matrix & I need to perform the 3-D curvelet transform & its associated inverse transform on Matlab. Anybody has code of that in Matlab can share with me.
01 February 2018 6,217 0 View
What is super pixel in HSI?
11 December 2017 345 0 View
Size of raw image (aviris_sc0) is (155975680 *1) & it is array. Raw data is converted to matlab array through the given matlab code. fid = fopen('aviris_sc0.raw') ; rawdata = fread(fid, inf,...
10 November 2017 9,082 0 View
What is difference between Biomedical Engineering & Medical Engineering?
09 October 2017 3,578 0 View
Hiiiii everyone! I have an enquiry on statistical analysis. I was looking for many forum and it's still cannot solve my problem. I want to compare means of two groups of data but only with two...
03 March 2021 8,796 3 View
What's the best way to measure growth rates in House sparrow chicks from day 2 to day 10? Since, the growth curve from day 2 to 10 won't be like the "Logistic curve" it might not follow logistic...
03 March 2021 1,401 3 View
dear community, my model is based feature extraction from non stationary signals using discrete Wavelet Transform and then using statistical features then machine learning classifiers in order to...
03 March 2021 6,994 5 View
1. What is the impact of having different scales in a survey? and how can we solve this problem before and after data collection (Literature-based reflection)? Thank you for your time and for...
03 March 2021 2,870 3 View
I'm dealing with a mediation model and am using the PROCESS module in SPSS. Due to SPSS and PROCESS being limited in the imputation methods - being unable to handle multiple imputation - the other...
02 March 2021 4,362 1 View
The Lanthanide contraction which is the decrease in ionic radii of the elements in the lanthanide series from atomic number 57, lanthanum, to 71, lutetium, is due to poor shielding of the 4f...
01 March 2021 2,272 4 View
NFL theorem is valid for algorithms training in fixed training set. However, the general characteristic of algorithms in expanded or open dataset has not been proved yet. Could you show your...
01 March 2021 1,189 3 View
I made a vertical section plot with WOA .nc file on ODV, and now I want to plot my stations (csv. file) in it. Does anyone know how to import my points to the section? They are two different...
01 March 2021 3,610 1 View
Dear Researchers I am trying to perform a PIL simulation using STM32F4 Discovery board and comunication serial USB TO TTL. During simulation I receive the following timeout error: An error...
01 March 2021 2,327 1 View
To dear Researchers, I was analyzing a series of concentration for estimation of Real-Time PCR efficiency. The concentration was 1:10. I used MS-excel to evaluate Slope. The result of slope was -8...
01 March 2021 8,683 4 View