How do I take an exponential of a linspace variable
3 views (last 30 days)
Show older comments
I'm very new to MATLAB so please bear with me. I am trying to plot a function with a linspace variable as my independent. The problem I am having is that I have to use 'exp(y)' where y is my linspace variable. As soon as I do this, I get errors. I know that when performing certain operations on these variable I have to use a dot operator to make it work properly (although I still don't understand why), but I cannot figure out a way to make this work.
Any advice would be greatly appreciated. Thanks
2 Comments
KSSV
on 31 May 2017
You are messing up with point to point calculations, I guess...attach your code..you problem will be sorted.
Answers (0)
See Also
Categories
Find more on Annotations 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!