Access to @folder functions in Matlab

Everything

I have a problem with @folder in Matlab.

I added the path to the parent folder where the @folder folder was located. But still I could not use the functions in @folder. That is, for example, there is a ttt.m function when I call it directly:

TTT (argument)

it returns: Undefined function or variable.

but when I use the help command to look at it, it works:

help ttt

it returns ttt function information

I don’t understand what is going on here. Please, help.

+4
source share
1 answer

. , .

, .... @- , MATLAB. @-, . , @-folder ( @-sign), ( classdef) ( ).

; , . .

EDIT. Static, , . . . , , MATLAB OOP.

+4

All Articles