
work wolf
Statistics
14 Questions
0 Answers
RANK
15,515
of 258,061
REPUTATION
2
CONTRIBUTIONS
14 Questions
0 Answers
ANSWER ACCEPTANCE
71.43%
VOTES RECEIVED
1
RANK
of 17,783
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 110,245
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
Content Feed
Question
how can I use summation and index for the series
how can I use summation and index for the following series by using matlab
9 hours ago | 0 answers | 0
0
answersQuestion
How can I use arrayfun and integral as anonymous function?
t=0:0.1:1; v=0.2; fun1=@(s,t) s .* exp(-s).* ( (t-s) .^(v-1) ) ; %gex= @(t) arrayfun(@(t) integral (@(s) fun1(s,t) ,0,t), t)...
12 months ago | 2 answers | 0
2
answersQuestion
how to write this summation?
how to write this summation in matlab <</matlabcentral/answers/uploaded_files/106093/2.png>> Edit if k=1,..n, and st...
4 years ago | 2 answers | 0
2
answersQuestion
How can I create expression or vector function handle, then plot it ?
How can I create vector function handle (anonymous function) with product a scalar value, then plot result. Clearly, I want to ...
4 years ago | 1 answer | 0
1
answerQuestion
How can I repeat my setting for multiple figures (in different figure )?
I want to apply this changes to all of my figures: figure('PaperUnits', 'inches','Units', 'inches',... 'PaperPosition', ...
4 years ago | 2 answers | 1
2
answersQuestion
The difference between 'int' and 'integral' in terms of error (in case definite integral)?
can i use 'integral' for an analytic integration in case definite integral compare with using 'int'? because when using 'int ' t...
5 years ago | 1 answer | 0
1
answerQuestion
how to make piece-wise function with if statement ?
Please Help me about a great piecewise fun. by matlab 2013a <</matlabcentral/answers/uploaded_files/79520/Untitled.png>> f...
5 years ago | 2 answers | 0
2
answersQuestion
how to display output in matlab as table enclosed below
i have data as follows as 2 1 -0.307799 0.00 3 0.544459 0.0153522 ...
5 years ago | 2 answers | 0
2
answersQuestion
Syntax x = fmin('fun',x1,x2)
Syntax x = fmin('fun',x1,x2) x = fmin('fun',x1,x2,options) x = fmin('fun',x1,x2,options,P1,P2, ...) ...
5 years ago | 2 answers | 0
2
answersQuestion
how find exact value q for integral on partition interval?
i want find exact value for q(i) let f(x,y) x = s : h : p ; i = 2 : n-1...
6 years ago | 1 answer | 0
1
answerQuestion
how write open interval and colse interval by matalb ?
how write open interval and colse interval by matalb ? because when write x=0:3 don't give same mean
6 years ago | 1 answer | 0
1
answerQuestion
how edit code in matlab
how edit code matlab for change some comments
6 years ago | 2 answers | 0
2
answersQuestion
how use fuzzy artificial intelligence in matlab?
i want apply fuzzy differential equations by fuzzy artific ial intelligence
6 years ago | 1 answer | 0
1
answerQuestion
I would like to create a MATLAB code for this sum
sum (xi - xi-1)*(yj - yj-1)
6 years ago | 1 answer | 0