work wolf
Followers: 0 Following: 0
Statistiques
18 Questions
0 Réponses
RANG
22 601
of 295 467
RÉPUTATION
2
CONTRIBUTIONS
18 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
66.67%
VOTES REÇUS
1
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
how can i use integral function with vector limits by using another for loop ?
% Define the function for integration f = @(t, y,m) y + (t-m); % Create sample data m=[0 0.2 0.3 0.4 ]; datalower = [0.1 0...
plus d'un an il y a | 1 réponse | 0
1
réponseQuestion
how can i format result of loop ?
how can i format output2 in the following code by using for loop f=@(x) x.^2; x= [0.1 0.3 0.5 0.6 0.66 0.9 1]; for i =1:leng...
plus de 2 ans il y a | 1 réponse | 0
0
réponseQuestion
how can i convert from one value to multi values
how can i replace value of alpha = 0.5 by multi values as alpha =[0.1 0.3 0.5 0.6 0.66 0.9 1] in the following code: al...
plus de 2 ans il y a | 2 réponses | 0
2
réponsesQuestion
why do I get -Inf
why I got -INF by the following code clear all clc u0=0; alpha=0.5;%[0.1 0.3 0.5 0.6 0.66 0.9 1]; a=0; b=1;n=100; h=(b-a...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
how can I use summation and index for the series
how can I use summation and index for the following series by using matlab Edit: the pervious Equation solution for My ...
plus de 2 ans il y a | 1 réponse | 0
0
réponseQuestion
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)...
plus de 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 6 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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', ...
environ 7 ans il y a | 2 réponses | 1
2
réponsesQuestion
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...
plus de 7 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
plus de 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
environ 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
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, ...) ...
environ 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
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
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
how edit code in matlab
how edit code matlab for change some comments
plus de 8 ans il y a | 2 réponses | 0
2
réponsesQuestion
how use fuzzy artificial intelligence in matlab?
i want apply fuzzy differential equations by fuzzy artific ial intelligence
plus de 8 ans il y a | 1 réponse | 0
1
réponseQuestion
I would like to create a MATLAB code for this sum
sum (xi - xi-1)*(yj - yj-1)
plus de 8 ans il y a | 1 réponse | 0