Info

This question is closed. Reopen it to edit or answer.

Extracting numbers

5 views (last 30 days)
Enis
Enis on 23 Mar 2012
Closed: MATLAB Answer Bot on 20 Aug 2021
I have excel cells of this format:
-1.22070E-02 -7.32420E-02
These numbers are in a single cell. How do I extract them so that I can place them in two different cells?
Pease help me asap.
  1 Comment
Oleg Komarov
Oleg Komarov on 23 Mar 2012
Have you imported the numbers with:
[data,text] = xlsread(...)
?

Answers (0)

Community Treasure Hunt

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

Start Hunting!