how to read mzXML file?

8 Ansichten (letzte 30 Tage)
yakub ahmed
yakub ahmed am 8 Feb. 2021
Beantwortet: Sumukh am 16 Sep. 2024
  1 Kommentar
yakub ahmed
yakub ahmed am 8 Feb. 2021
the mzxmlinfo is working.
K>> out=mzxmlinfo('IDA1.mzXML')
out =
struct with fields:
Filename: 'IDA1.mzXML'
FileModDate: '08-Feb-2021 18:02:11'
FileSize: 53108300
NumberOfScans: 10402
StartTime: 'PT0.275S'
EndTime: 'PT1498.09S'
DataProcessingIntensityCutoff: 'N/A'
DataProcessingCentroided: 'N/A'
DataProcessingDeisotoped: 'N/A'
DataProcessingChargeDeconvoluted: 'N/A'
DataProcessingSpotIntegration: 'N/A'
only i cant read the file.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Sumukh
Sumukh am 16 Sep. 2024
Hi Yakub,
You can refer to the following MATLAB Answer in which another user had the same issue, i.e., the command “mzxmlinfo” works fine, however, the command “mzxmlread” throws the “Bad subscripting index” error:
The “mzxmlread” command only supports .MZXML files of version specification 2.1 or earlier. This could be potentially causing the error. You can refer to the following documentation to know more about the “mzxmlread” command:
I hope this helps resolve your error.

Community Treasure Hunt

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

Start Hunting!

Translated by