Filter löschen
Filter löschen

Info

Diese Frage ist geschlossen. Öffnen Sie sie erneut, um sie zu bearbeiten oder zu beantworten.

This is only the part of the coding. The error from the command windows said that: Error in existing (line 9) [Iout, intensity] = optimizati​on_tech(I,​4,'pso') ;

1 Ansicht (letzte 30 Tage)
How to solve this coding?
clc close all clear all [namefile, pathname]= uigetfile({'*.bmp;*.tif;*.tiff;*.jpg;*.jpeg;*.png;','IMAGE Files (*.bmp;*.tif;*.tiff;*.jpg;*.jpeg;*.png;)'}); [I,map]=imread(namefile); A=I; disp('Parameters for PSO Enhanced Image') tic; [Iout, intensity] = optimization_tech(I,4,'pso') ; toc; PSOOUT = Iout+(I/2);

Antworten (0)

Diese Frage ist geschlossen.

Community Treasure Hunt

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

Start Hunting!

Translated by