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 件のコメント

Pramod Shetty
Pramod Shetty 2023 年 4 月 1 日
I have the same problem...Can someone please suggest the solution
Walter Roberson
Walter Roberson 2023 年 4 月 1 日
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 ExchangeMATLAB についてさらに検索

製品

リリース

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