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,267 0 View
What is superpixel in hyperspectral images & also it's use in HSI compression or classification?
06 July 2018 363 0 View
How to open aviris_sc0.cal file in Matlab as HSI image?
05 June 2018 1,049 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,372 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,885 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,872 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,355 0 View
What is super pixel in HSI?
11 December 2017 492 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,228 0 View
What is difference between Biomedical Engineering & Medical Engineering?
09 October 2017 3,783 0 View
I would like to learn more about SPSS and Its application especially in regards to data analysis. Please suggest me how I can learn more about it. Thank you so much.
11 August 2024 9,101 4 View
I am developing a predictive model for a water supply network that involves 20 influencing points. However, I only have historical data for 10 out of these 20 points. I would like to know how to...
10 August 2024 4,005 2 View
I'm currently exploring the application of Python in textile engineering, specifically in areas like data analysis, process automation, and the development of smart textiles. I'm interested in...
10 August 2024 7,429 2 View
I need to model an anisotropic material in which the Poisson's ratio ν_12 ≠ ν_21 and so on. Therefore, the elastic compliance matrix wouldn't be a symmetric one. In ANSYS APDL, for TB,ANEL...
09 August 2024 5,048 2 View
One can try to generalize the Vandermonde determinant in the following direction: Let $A$ be any symmetric $n$-order square matrix. Consider its powers' diagonal elements $(A^k)_{ii}$ and...
08 August 2024 6,690 1 View
Hello all, I wanted to know, can I use galaxy (USA, Europe or Australia) platform for analyzing the shotgun data, and can it be used for publication purpose as well? Thanks :)
06 August 2024 6,610 4 View
Do experts have journals in the field of artificial intelligence and big data that are not indexed by SCI or EI?
05 August 2024 8,836 2 View
Have you ever seen a LC-MS/MS method uses both internal standards and external standards (in matrix matching purpose) but the concentrations of internal standards are outside the calibration curve...
05 August 2024 3,084 6 View
Better ways to analyze the qualitative and quantitative data in a sequential explanatory mixed method approaches
04 August 2024 2,703 6 View
I want to know more about REE deposits.
03 August 2024 6,930 2 View