Azzera filtri
Azzera filtri

How to convert a cell array to a structure matrix?

1 visualizzazione (ultimi 30 giorni)
Ashish
Ashish il 20 Giu 2014
Risposto: Azzi Abdelmalek il 20 Giu 2014
I have a cell array ' col_names = {'Lp max '; 'G max'; ' G min'}.
I want to convert it into a structure array. I am not able to use the standard cell2mat command. As a final output I need col_names = [Lp max;Gmax;Gmin].
Please suggest a solution.

Risposte (1)

Azzi Abdelmalek
Azzi Abdelmalek il 20 Giu 2014
col_names = {'Lp max '; 'G max'; 'G min'}
v=cell2struct(col_names,'names',numel(col_names))

Categorie

Scopri di più su Cell Arrays in Help Center e File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by