Tag: MATLAB
Loop example in MATLAB function [ output_args ] = Untitled( input_args ) %UNTITLED Summary of this function…
A=[1 2 3;4 5 6;7 8 9] A = 1 2 3 4 5 6 7 8…
To show image from desktop folder to matlab image viewer I=imread(‘C:\Users\Daffodil\Desktop\imread\zaki.jpg’); image(I) then to convert YIQ value…
Recent Comments