
work wolf
Followers: 0 Following: 0
統計
MATLAB Answers
18 質問
0 回答
ランク
of 160,718
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
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...
2年弱 前 | 1 件の回答 | 0
1
回答質問
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...
3年弱 前 | 0 件の回答 | 0
0
回答質問
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...
3年弱 前 | 2 件の回答 | 0
2
回答質問
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...
3年弱 前 | 1 件の回答 | 0
1
回答質問
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 ...
3年弱 前 | 0 件の回答 | 0
0
回答質問
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)...
4年弱 前 | 2 件の回答 | 0
2
回答質問
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...
約7年 前 | 2 件の回答 | 0
2
回答質問
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 ...
7年以上 前 | 1 件の回答 | 0
1
回答質問
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', ...
7年以上 前 | 2 件の回答 | 1
2
回答質問
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...
8年弱 前 | 1 件の回答 | 0
1
回答質問
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...
8年弱 前 | 2 件の回答 | 0
2
回答質問
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 ...
8年以上 前 | 2 件の回答 | 0
2
回答質問
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, ...) ...
8年以上 前 | 2 件の回答 | 0
2
回答質問
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...
9年弱 前 | 1 件の回答 | 0
1
回答質問
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
約9年 前 | 1 件の回答 | 0
1
回答質問
how use fuzzy artificial intelligence in matlab?
i want apply fuzzy differential equations by fuzzy artific ial intelligence
約9年 前 | 1 件の回答 | 0