Reading excel file in MATLAB (GUI)
Hi, I want to read two values in an excel sheet and sum these values by pressing (Push_button) but I am getting an (??? XLSREAD ...
mer än 11 år ago | 3 answers | 0
3
answers
Question
adding string to MATLAB workspace
Hi,
is there is a way I can add sting to my workspace ?
and how can I read the workspace value ?
in other hand, how to dis...
set handles value to another variable name
hi, I am selecting a variable value from popup menu and I want to use it in different function, for example:
handles.V=20;
...