cell output of function

1 Ansicht (letzte 30 Tage)
Thor
Thor am 19 Apr. 2014
Kommentiert: Thor am 19 Apr. 2014
I have a function that returns a cell, but i only need what is stored in that cell saved to D. Is there a nice way of doing this ?
An ugly solution would be:
D = fDurations(I);
D = D{1};
Could i do this in a single line ?
  2 Kommentare
Azzi Abdelmalek
Azzi Abdelmalek am 19 Apr. 2014
Why is this ugly?
Thor
Thor am 19 Apr. 2014
I feel like it should be something i could do in a single line :)

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Azzi Abdelmalek
Azzi Abdelmalek am 19 Apr. 2014
D=cell2mat(fDurations(I));

Weitere Antworten (0)

Kategorien

Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange

Tags

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by