Beantwortet How can I share variables between .m files?
Okay..
You have done two mistakes with this...
1: In the file test.m, the function shall be
function val = test(x)
...
Beantwortet How to remove tick label from y axis
Hello James, I tried your problem statement in the following example.
fh = plot(-10:10);
axis = get(fh,'Parent')...