Help with exponential returning zeroes
4 次查看(过去 30 天)
显示 更早的评论
Greetings all,
Argh, this answer should be obvious, but for me, or course it's not. Here's what I'm trying to do:
Zval = [0.1:0.1:9];
A = -8.11*Zval;
B = e.^(A)
Zval is fine, A is fine,however, B returns all zeroes, which shouldn't be the case. What am I doing wrong?
Thanks!
0 个评论
采纳的回答
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Environment and Settings 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!