Invers matrix in Gui
Mostrar comentarios más antiguos
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?
Respuestas (0)
Categorías
Más información sobre Loops and Conditional Statements en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!