Feeds
提问
line vs. plot for plotting data
I ran across a difference between line objects when using the line vs. plot commands for plotting data. When I attempt to set t...
3 years 前 | 1 个回答 | 2
1
个回答已回答
how to write log base 2 in matlab coding
To find the log in any base, make use of the base-change formula: log_b(x) = log_a(x)/log_a(b) So you can create a function ...
how to write log base 2 in matlab coding
To find the log in any base, make use of the base-change formula: log_b(x) = log_a(x)/log_a(b) So you can create a function ...
3 years 前 | 0

