Invers matrix in Gui
Show older comments
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
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!