統計
MATLAB Answers
11 質問
0 回答
ランク
of 159,878
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
Is there any easy way to change x*y production to x.*y production?
Is there any easy way to change x*y production to x.*y production? Hi I have huge function.m result and I numerically integrat...
12年弱 前 | 3 件の回答 | 0
3
回答質問
how can I get rid of these errors?
hi I have a huge function to integrate >> syms x y >> f=(228155022448185.*(cos((2.*pi).*y)./exp(131738205584307./(3518...
12年弱 前 | 1 件の回答 | 0
1
回答質問
quad for multi variable functions
I have a function which has 4 different variables and I want to find the numerical integration of it with quad command in case o...
12年弱 前 | 1 件の回答 | 0
1
回答質問
what does this error mean?
hi do you have any idea what does it mean??? ??? Attempt to reference field of non-structure array. Error in ==> sy...
12年弱 前 | 2 件の回答 | 0
2
回答質問
how can I fix this?
here is a code to get the permutation of each rows of a matrix a=[ 1 2 2 2 2 3]; for ii=...
12年弱 前 | 1 件の回答 | 0
1
回答質問
how to get permutation of each rows of matrix
hi I want to get a matrix which consists all permutation of each rows of previous matrix... For example, A = ...
12年弱 前 | 2 件の回答 | 0
2
回答質問
how automatically label multiple outputs in the loop?
hi how automatically label multiple outputs in the loop? I do not know it is possible or not... may be it is very basic... I...
12年弱 前 | 2 件の回答 | 0
2
回答質問
how can I write all for loop outputs in single matrix?
how can I write all for loop results in single matrix? For example ans = -2 -2 -1 -2 -2 1 ...
12年弱 前 | 2 件の回答 | 0
2
回答質問
how can I cancel repeated results?
Hi how can I cancel repeated results??? here a function result st s = -2 2 -1 s = -2 -2 1...
12年弱 前 | 3 件の回答 | 0
3
回答質問
"plus/minus" sign operator
Hi I have a row matrix which is like n=[x,y,z] I need to consider plus and minus signs at the same time and get a permutati...
12年弱 前 | 2 件の回答 | 0
2
回答質問
how to get plus and minus sign element of matrix at the same time?
I have a matrix like n=[x,y,z] I need to consider plus and minus sign of x,y and z "at the same time" because I need unique ...
12年弱 前 | 1 件の回答 | 0