統計
MATLAB Answers
5 質問
0 回答
ランク
of 171,319
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
How to find the efficiency of a function?
Hello, I have the following function: function [ans] = sumdigits(N) a = num2str(N); sum_odd = 0; sum_even=0; an...
7年以上 前 | 1 件の回答 | 0
1
回答質問
Finding how mych values contain a specific number in a matrix
I built the next matrix: A=rand(100, 100) I need to find how much values contain '3' in the first four digits. I would l...
7年以上 前 | 2 件の回答 | 0
2
回答質問
What is the function for receiving a vector that will contain the elements of the second diagonal?
I know that the function for the main diagonal is diag. Is there a function for the second diagonal? If not, how can I find it?
8年弱 前 | 2 件の回答 | 0
2
回答質問
beginner: writing a program that receives two one-dimensional arrays
I am having difficulties with the following task: write a program that receives two one-dimensional arrays with diffrent array...
8年弱 前 | 0 件の回答 | 0
0
回答質問
beginner: writing a function to caculate sum
I'm stuck with the following task: writing a function to caculate: <</matlabcentral/answers/uploaded_files/111662/%D7%9C%D7...
8年弱 前 | 1 件の回答 | 0
