Invers matrix in Gui

y=str2double(get(handle.uitable1, 'Data')) M=[y] Hasil=inv(M) set(handles.uitable2,'data',hasil)
When i input fraction (1/3) in uitable it can not ne read as numeric or decimal. What can i do?

Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Asked:

on 5 Sep 2020

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!