Recent content by yeongchuan88
-
Y
How does Matlab's size function 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..- yeongchuan88
- Thread
- Function
- Replies: 2
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
Y
MATLAB 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.- yeongchuan88
- Thread
- Matrices
- Replies: 1
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
Y
MATLAB What does initialize_variables(pop,pro) do in this Matlab code?
What is the difference betweenfunction f = initialize_variables(N,problem) and function [f] = initialize_variables(N,problem)Thank you !- yeongchuan88
- Post #3
- Forum: MATLAB, Maple, Mathematica, LaTeX
-
Y
MATLAB What does initialize_variables(pop,pro) do in this Matlab code?
chromosome = initialize_variables(pop,pro); What is the meaning of this line ? Thank you..- yeongchuan88
- Thread
- Coding Matlab
- Replies: 3
- Forum: MATLAB, Maple, Mathematica, LaTeX