photo

Bharat


Virginia Polytechnic Institute & State University

Last seen: 5년 초과 전 2014년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

12 질문
0 답변

순위
35,228
of 300,851

평판
1

참여
12 질문
0 답변

답변 채택
58.33%

획득한 표
1

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,294

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Regression in matlab to estimate parameters
Hi, I want to use regression to fit parameters to a function I define. I tried using fminsearch in matlab, and it doesn't con...

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

1

답변

질문


numerical solution for a Double integral
Hello, I have a double integral as shown . How do I solve it numerically with matlab? <</matlabcentral/answers/uploaded_fi...

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

0

답변

질문


corresponding elements of a setdiff of another variable
Hello, I have a question about setdiff. I have three variables X ,Y, p. I need to find elements of Y excluding elements of p a...

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

1

답변

질문


How to call a function with a char variable
Hello, Can someone help me with a small problem? I stored my workspace as: s= whos() THe actual values are: s(1).name =...

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

1

답변

질문


matlab returns 'Error using <='
Hello guys, I need help with a script. I have a function which contains the following commands: l = Y(abs(X-Sal)<0.00...

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

1

답변

질문


Logical indexing in maltab
Hello, I need help regarding a code.: Sal = para(i,7); y= X(X<Sal); this doesn't change the output The vaulue of Sa...

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

2

답변

질문


How do I get output arguments from a function without calling it (not as ans)
Hi All, I require the output arguments of a function without calling them from the command line. For example: function is ...

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

4

답변

질문


how to compare the content of two strings in a cell in matlab?
Hi everyone. I want to compare two strings in cells s1 and s2 . I tried strcmp(s1(1,1),s2(1,1)) and strcmp(s1{1,1},s2{1,1}) but ...

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

1

답변

질문


save figure with filename from a cellarray
Hello. I have coordinate (X,Y) for a plot. I want to save the scatter plot using filename from another cellarray. I used t...

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

1

답변

질문


subtract two data points in a cell array
Hi. I have a cell array Sa (338 X 1929). I want to subtract two points (which are numbers). For example: Sa(i,2)-Sa(i-1,2). Matl...

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

1

답변

질문


comparing two equal strings
Hello everyone. How do i return false when comparing two equal strings? i have two strings x = 'MIH06' and y= 'MIH06'. I want st...

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

1

답변

질문


match a word/string
Hi all. I have a file, in which the first column which contains 27k rows of words/strings. (eg:GDD51). I need to search a part...

대략 11년 전 | 답변 수: 2 | 0

2

답변