Recent content by yeongchuan88

  1. Y

    What is the Function Size and How Does It Work?

    function "Size" m = size(X,dim) returns the size of the dimension of X specified by scalar dim. I don't understand function 'Size', please explain in detials and provide me with some examples. Thank you..
  2. Y

    How Can I Display 60x60 Matrices in MATLAB?

    [input_pattern, input_class]=loading(file_name,no_sample,no_vector); input_pattern and input_class are 60 X 60 matrices, how can I display these matrices ? Thank you.
  3. Y

    MATLAB Matlab Coding Help: Initialize Variables in Pop and Pro

    What is the difference betweenfunction f = initialize_variables(N,problem) and function [f] = initialize_variables(N,problem)Thank you !
  4. Y

    MATLAB Matlab Coding Help: Initialize Variables in Pop and Pro

    chromosome = initialize_variables(pop,pro); What is the meaning of this line ? Thank you..
Back
Top