how to change Function value intiialization? mine is start with 0. i want start with -1
Show older comments
f = zeros(1,length(t));
Accepted Answer
More Answers (1)
Kaushik Lakshminarasimhan
on 10 Dec 2017
f = zeros(1,length(t)) - 1;
Categories
Find more on Startup and Shutdown in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!