Info

This question is closed. Reopen it to edit or answer.

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 view (last 30 days)
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);

Answers (0)

Community Treasure Hunt

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

Start Hunting!