Skip to content
Snippets Groups Projects
Commit 3bdf2c3e authored by Ramsha Narmeen's avatar Ramsha Narmeen
Browse files

Delete initialize_state.m

parent 2585a1db
Branches main
No related tags found
No related merge requests found
function state = initialize_state(k,CIO_min,CIO_max)
state = CIO_min + (CIO_max - CIO_min) * rand(1, k);
end
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment