Why is TDMS_handleGetDataOption appearing?

I am using matlab function [finalOutput,metaStruct] = TDMS_readTDMSFile(tdmsFileName,varargin) and the error of
Error in TDMS_readTDMSFile (line 216) TDMS_handleGetDataOption('check',paramsStruct).
Am I calling it wrong? My actual code reads [a,b]=TDMS_readTDMSFile('Filename.tdms');

댓글 수: 2

I have the same problem...Can someone please suggest the solution
What is the full error message?

댓글을 달려면 로그인하십시오.

답변 (1개)

Lucan Mameri
Lucan Mameri 2024년 6월 19일
편집: Lucan Mameri 2024년 6월 19일

0 개 추천

Hi there. Here’s what worked for me. At the beginning of my code, I added the path to the folder (tdmsSubfunction) containing the function TDMS_handleGetDataOption:
%add path to subfunctions folder
addpath('path to your tdmsSubfunctions folder')

카테고리

도움말 센터File Exchange에서 TDMS Format Files에 대해 자세히 알아보기

제품

릴리스

R2017b

태그

질문:

2018년 7월 5일

편집:

2024년 6월 19일

Community Treasure Hunt

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

Start Hunting!

Translated by