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 Kommentare

Pramod Shetty
Pramod Shetty am 1 Apr. 2023
I have the same problem...Can someone please suggest the solution
What is the full error message?

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Lucan Mameri
Lucan Mameri am 19 Jun. 2024
Bearbeitet: Lucan Mameri am 19 Jun. 2024

0 Stimmen

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')

Kategorien

Produkte

Version

R2017b

Gefragt:

am 5 Jul. 2018

Bearbeitet:

am 19 Jun. 2024

Community Treasure Hunt

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

Start Hunting!

Translated by