how to access a variable from workspace to be used in a function?
Show older comments
hi! i am facing this problem while creating a function
function y=abc(x1,x2,x3)
wmeasured=wmeas.data; %time series saved in workspace
pmeasured=pmeas.data; %time series saved in workspace
.
.
.
.
y=.........
end
it does not find the timeseries wmeas & pmeas. how can i load these values?
kindly help!
thanks!
Accepted Answer
More Answers (0)
Categories
Find more on Workspace Variables and MAT Files in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!