Community Profile

photo

work wolf


Last seen: 9 meses hace Con actividad desde 2016

Followers: 0   Following: 0

Estadísticas

  • Explorer
  • First Review
  • Thankful Level 3

Ver insignias

Feeds

Ver por

Pregunta


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...

10 meses hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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...

casi 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 ...

casi 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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)...

casi 3 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

alrededor de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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 ...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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', ...

más de 6 años hace | 2 respuestas | 1

2

respuestas

Pregunta


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...

casi 7 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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...

casi 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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 ...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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, ...) ...

más de 7 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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...

casi 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how edit code in matlab
how edit code matlab for change some comments

alrededor de 8 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how use fuzzy artificial intelligence in matlab?
i want apply fuzzy differential equations by fuzzy artific ial intelligence

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I would like to create a MATLAB code for this sum
sum (xi - xi-1)*(yj - yj-1)

alrededor de 8 años hace | 1 respuesta | 0

1

respuesta