Whether it is possible to implement cotton leaf disease detection using simulink? If possible ,can you suggest any ideas.

18 Ansichten (letzte 30 Tage)
Whether it is possible to implement cotton leaf disease detection using simulink? If possible ,can you suggest your ideas.

Antworten (3)

DEEPAK
DEEPAK am 17 Dez. 2025 um 9:41
Simulink Model for Cotton Disease Identification

DEEPAK
DEEPAK am 17 Dez. 2025 um 9:43
model = 'cotton_disease_detector';
new_system(model);
open_system(model);
% Set model parameters
set_param(model, 'Solver', 'FixedStepDiscrete');
set_param(model, 'FixedStep', '0.1');
set_param(model, 'StopTime', 'inf');

DEEPAK
DEEPAK am 17 Dez. 2025 um 10:41
% Create new Simulink model
model = 'cotton_disease_detector';
new_system(model);
open_system(model);
% Set model parameters
set_param(model, 'Solver', 'FixedStepDiscrete');
set_param(model, 'FixedStep', '0.1');
set_param(model, 'StopTime', 'inf');

Kategorien

Mehr zu Agriculture finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by