关于使用textscan在matlab中读取数据

问题描述

韩国海洋信息。

数据内容

export const selectSnapshotData = createSelector(
    selectDetails,selectTransactionResponse,selectAdditionalDetails,(Details,transactionResponse,additionalDetails) => ({
        additionalDetails,Details,transactionResponse
    } as SnapshotData)
);

我想读取数据

this.store.pipe(
  select(fromDetails.selectSnapshotData),filter(snapshotData => !!snapshotData),takeuntil(this.destroy$)).subscribe(snapshotData => {
  console.log("Let's see how many times this is logged");
  console.log(snapshotData);
});

我认为定界符是制表符,所以我这样写。 但结果并未拆分。 我该怎么办?

解决方法

只是..

hdr = split(C(6));

HAHA