Formatting a vector to not include the first value
Show older comments
RL = [1;2;3;4;5;6;7;8;9;10];
t = 5;
RL = RL + 10*log10(t);
so this is an example of my code, however i do not want the last equation to include the first value from the original vector and i want it to hold that value. so the new RL vector, the first value is 1 and the rest is some new value based on this calculation.
Accepted Answer
More Answers (0)
Categories
Find more on Matrix Indexing 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!