Set data into separate workspaces.

1 view (last 30 days)
James
James on 5 Jun 2015
Commented: James on 5 Jun 2015
Hi I am trying to import a dataset into Matlab which seems to cause me some problems.
When i import it into matlab, it separates it correctly. The Set I need to retract is the row called "Position", but when i import it get it as char rather than numbers.. Is it possible import each column in the row "position" into separate workspaces, and as numbers?..

Answers (1)

Ilham Hardy
Ilham Hardy on 5 Jun 2015
interactively? use
uiimport
  1 Comment
James
James on 5 Jun 2015
Thats is the one i been using, but it import it at 1x1 cells rather than a vector. I cannot perform numerical operation on the dataset.

Sign in to comment.

Categories

Find more on Data Import from MATLAB in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!