photo

xosro


Last seen: 거의 3년 전 2015년부터 활동

Followers: 0   Following: 0

메시지

i am just a student

통계

MATLAB Answers

26 질문
1 답변

순위
35,512
of 300,392

평판
1

참여
26 질문
1 답변

답변 채택
61.54%

획득한 표
1

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,373

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How can i lock (set password) a part of a mfile as the mfile can run?
How can i lock (set password) a part of a mfile as the mfile can runs?

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how can i estimate parameters of two independent gamma distributed variables with one same parameter in matlab?
Suppose we have two independent random variables $X_1$ and $X_2$ where $X_1 \sim (\alpha_1, \beta)$ and $X_2 \sim (\alpha_2, \be...

7년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How can i solve a implicit ode boundary value problem in matlab?
I have the following equation, but i cannot employ ode45 or ode15i order to solve the equation. y-(x/2)*y' - a*y''/(2*(1-b*y'...

대략 8년 전 | 답변 수: 0 | 0

0

답변

질문


how can i solve a non-linear ode by ode45 or similar orders in matlab?
I have the following equation, but i cannot employ ode45 order to solve the equation. y-(x/2)*y' - a*y''/2*(1-b*y'')^2=0 ...

대략 8년 전 | 답변 수: 1 | 0

1

답변

질문


why i receive Nan for integral -inf to -inf ?
for example: if true integral(@(x)exp(-(x.^2)/2),-inf,-inf) end

8년 초과 전 | 답변 수: 2 | 0

2

답변

질문


how define a conditional handle function?
As you know, for f=@(x) sin(x)/x; we get f(0)=NaN if we would like get f(0)=0 again with f=@(x) (x==0)*0+(...

8년 초과 전 | 답변 수: 2 | 0

2

답변

답변 있음
how i can create a handle function(polynomial) or symbolic function (polynomial) with a uncertain vector?
oh i can do this if true f=char(DocPolynom([1 2])); f1='@(x)'; st=strcat(f1,f); fh = str2func(st); fh(1) an...

대략 9년 전 | 0

| 수락됨

질문


how i can create a handle function(polynomial) or symbolic function (polynomial) with a uncertain vector?
for example i give a [1 2 3] or every other vector and i would my code convert that to f=(x)3*x^2+2*x+1;

대략 9년 전 | 답변 수: 3 | 0

3

답변

질문


how can i multiply blocks of a block matrix by a non block-matrix, block to elements?
i want multiply blocks of a block matrix by a non block matrix as size of the block matrix is same under blocks, with size non b...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how i can use a order that it's input is scalar but i want use from it for amounts of a vector
i want have a vector that members of it are amounts a numerical integral for a function at diffrent domains, that this domains a...

9년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how i create a free dimension variable like array or cell variable?
i want initialized a matrix or cell with a series of repeatedly inputs that number of every input is random, when i do not crea...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how take output from name field of dir order to form string?
output of name field of dir order char form, i wish insert this output to form string in a cell variable like names.

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can the output of a order character string stored in a variable?
i have a structure variable contain several field, i wish insert once of fields that dispaly of this field is Character to form ...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how i have reaction against error received of matlab?
i have a for loop with a condition on receive or not receive a error of matlab program, how i can have this condition?

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how i can have gradient of a multivariate function like f(x,y) in a single function?
i define multivariate function f by syms order and wish have gradient f in especial point like x0 and i can not use from for lo...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how i Initialized a function defined by syms order such i do not number variables this function?
i have code that inputs of it are a function defined by syms order and a point that changed every time dimension of this functi...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how i recognize Type Definition a function like f ?
i have code that input of this code is defined function whit syms order, i want code recognizes type Definition f. in fact is f...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how i can have dimension input of a defined function like f ?
i have a code that input of its a handle function like f, in duration of this code i need to number of input this function for ...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


how select a start point when i use from fit order?
i want fit a several data with a non linear function in matlab but i do not know which point of my data is start point.

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


create special matrix without use from for loop
i wish create several matrix with out uses from for loop for example j=1; for i=2:2:(2*T) a=zeros(1,2*T...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


i have problem in uses of inline or syms ordes
i want have a variable like x that define on x ,f(x) function,then program does math operators on f(x) and compute the result o...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


i have problem in uses of inline or syms orders
i want have a variable like x that program does math operators on x and compute the result of this operators for specified x, ...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


how i subtract a vector( 1*n-dim ) from columns of a matrix (n*n-dim) without uses for , end and orders likes these?
i wish subtract a vector from columns of a matrix while my code is not great. example: a = 1 3 4 2 ...

10년 초과 전 | 답변 수: 2 | 0

2

답변

질문


what is different between start date of bond and issue date of bond?
in financial toolbox we have a code for compute price of bonds, this code has optional inputs that issue date and start date a...

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how do i end or stop a runnig code?
for example suppose you run this code while 1>0 1 end

10년 초과 전 | 답변 수: 1 | 0

1

답변

질문


how i can fix a code that i write its, in start up of matlab software?
i wish have code that it run automatically

10년 초과 전 | 답변 수: 2 | 1

2

답변

질문


what is usage of due variable in amortize function?(amortize of a financial tool box)
i can't understand usage of due in amortize function

거의 11년 전 | 답변 수: 1 | 0

1

답변