フィルターのクリア

Info

この質問は閉じられています。 編集または回答するには再度開いてください。

Image display with button,calculation and display value with other buttons problem

1 回表示 (過去 30 日間)
Thanos Lampridis
Thanos Lampridis 2016 年 9 月 9 日
閉鎖済み: MATLAB Answer Bot 2021 年 8 月 20 日
I'm building a GUI and i have stuck and can't find the solution!So i have this figure(the image).First i want the pushbutton1 to do this a=imread('C:\Users\ADMIN\Desktop\canada.bmp'); level=graythresh(a); bw=im2bw(a,level); imgcon=imcontour(bw); and also to return the contoured image in axes2. My second pushbutton2 want to do some calculation T=array2table(imgcon.', 'VariableNames', {'J', 'K'}); totsum=((sum(T.J.^0))*(sum(T.K.^0))); It is very importart to have the table so to calculate some values. and return this value(totsum) in edit text1. Am i doing something wrong or please help me with the coding because i'm new to matlab

回答 (0 件)

この質問は閉じられています。

Community Treasure Hunt

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

Start Hunting!

Translated by