Community Profile

photo

work wolf


Last seen: 8 mesi fa Attivo dal 2016

Statistiche

  • Explorer
  • First Review
  • Thankful Level 3

Visualizza badge

Content Feed

Visto da

Domanda


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

9 mesi fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

quasi 3 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 6 anni fa | 2 risposte | 1

2

risposte

Domanda


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

quasi 7 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 7 anni fa | 2 risposte | 0

2

risposte

Domanda


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

quasi 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 8 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 8 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 8 anni fa | 1 risposta | 0

1

risposta