How can I explain below matlab code to someone each line?

2 ビュー (過去 30 日間)
Saktheeswaran Mohan
Saktheeswaran Mohan 2021 年 7 月 6 日
コメント済み: Walter Roberson 2021 年 7 月 6 日
handles.output=hObject;
[a b]=uigetfile({'*.*'});
img=imread({b a})
gravy=rgb2gray(img);
gr=graythresh(grayy);
handles.bw=im2bw(grayy,gr);
imshow(img,'parent',handles.axes1);
guidata(hObject,handles);
  4 件のコメント
Saktheeswaran Mohan
Saktheeswaran Mohan 2021 年 7 月 6 日
I have viva for my project. My supervisor asked me explain that code one by one line for how it will be work for car parking slot identification that time I am struggle to explain because I m the beginner for Matlab . Then I got fail mark as well. I feel very sad. How can I do that please help me
Walter Roberson
Walter Roberson 2021 年 7 月 6 日
I could probably write at least two textbooks to explain the meaning of that code line by line. Maybe more, as you cannot really understand the lines without studying the nature of reality, so you pretty much have to refer to "Plato's Cave", and to Peano's studies on the meaning of arithmetic and Proof, and to Goëdel's Incompleteness Theorem, and Turing's Finite Automata and The Halting Problem... and of course the problem of Quantum Mechanics and The Many Worlds Hypothesis.
Because of this, I refuse to even start explaining anything line by line. If someone wants something explained, they can ask specific questions.

サインインしてコメントする。

回答 (0 件)

カテゴリ

Help Center および File ExchangeSpectral Measurements についてさらに検索

製品


リリース

R2020b

Community Treasure Hunt

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

Start Hunting!

Translated by