You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Like the pydra.compose.python module, I have in mind that you could do something like
frompydra.composeimportmatlabSquareNumber=matlab.define(
"""function y = squareNumber(x)% squareNumber - Squares the input number%% Syntax:% y = squareNumber(x)%% Input:% x (double) - A numeric value%% Output:% y (double) - The square of the input x%% Example:% result = squareNumber(3);%% See also: sqrt y = x^2;end"""
)
The text was updated successfully, but these errors were encountered:
Like the
pydra.compose.python
module, I have in mind that you could do something likeThe text was updated successfully, but these errors were encountered: