
Zhaoxu Liu / slandarer
Followers: 62 Following: 0
WeChat official account slandarer CSDN/github/gitee/zhihu slandarer
Programming Languages:
MATLAB
Spoken Languages:
English
MATLAB
Spoken Languages:
English
統計
All
Feeds
解決済み
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
3ヶ月 前
解決済み
Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...
3ヶ月 前
解決済み
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not to use d...
3ヶ月 前
解決済み
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
3ヶ月 前
解決済み
Sum of series IX
What is the sum of the following sequence: Σ 1/k! for k=1...n for different n?
3ヶ月 前
解決済み
Approximation of Pi
Pi (divided by 4) can be approximated by the following infinite series: pi/4 = 1 - 1/3 + 1/5 - 1/7 + ... For a given number of...
3ヶ月 前
送信済み
STree dendrogram
Rich and diverse dendrogram drawing + layout : 'rectangular'(default) / 'rounded' / 'slanted' / 'ellipse' / 'bezier'
約1年 前 | ダウンロード 1 件 |

送信済み
pretty legend
2 demo to get pretty legend + Semitransparent rounded rectangle legend + Heart shaped legend for pie chart
2年弱 前 | ダウンロード 1 件 |

送信済み
ternary
ternary plot for MATLAB support plot fill scatter contour contourf text
2年弱 前 | ダウンロード 17 件 |
