Statistics
11 Questions
0 Answers
RANK
174,582
of 295,448
REPUTATION
0
CONTRIBUTIONS
11 Questions
0 Answers
ANSWER ACCEPTANCE
45.45%
VOTES RECEIVED
0
RANK
of 20,227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
11 years ago | 3 answers | 0
3
answersQuestion
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...
11 years ago | 1 answer | 0
1
answerQuestion
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...
11 years ago | 1 answer | 0
1
answerQuestion
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...
11 years ago | 2 answers | 0
2
answersQuestion
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=...
11 years ago | 1 answer | 0
1
answerQuestion
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 = ...
11 years ago | 2 answers | 0
2
answersQuestion
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...
11 years ago | 2 answers | 0
2
answersQuestion
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 ...
11 years ago | 2 answers | 0
2
answersQuestion
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...
11 years ago | 3 answers | 0
3
answersQuestion
"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...
11 years ago | 2 answers | 0
2
answersQuestion
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 ...
11 years ago | 1 answer | 0