統計
MATLAB Answers
3 質問
0 回答
ランク
of 173,626
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Using a function in another function
I'm trying to use a function in another. For example, there's a defined function: function y=super(x) y=x.^2; end and I want...
5年以上 前 | 1 件の回答 | 0
1
回答質問
sort an array without using the command sort
function sortvector(v) v1=zeros(1,length(v)); for i=1:length(v) v1(i)=min(v); v(find(v==v1(i)))=[]; end disp(v1) ...
5年以上 前 | 1 件の回答 | 0
1
回答質問
How can I form a vector operating with another?
I'm trying to do the operaton (2^n)/2n with n=(0:100) how can I form a vector of the same size using the results?
5年以上 前 | 1 件の回答 | 0

