photo

Gayan Lankeshwara


Last seen: 거의 6년 전 2019년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

8 질문
0 답변

Cody

0 문제
2 답안

순위
2,956
of 300,853

평판
20

참여
8 질문
0 답변

답변 채택
37.5%

획득한 표
4

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
81,493
of 171,319

참여
0 문제
2 답안

점수
30

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Solver
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Is there any method to change the sampling time of a MATLAB s function or Level-2 s function without changing it in the code ?
Hi ! Can anyone please tell me whether there is any other method (interactive method with a window or something) for changing t...

거의 6년 전 | 답변 수: 0 | 0

0

답변

질문


How to use an optimization algorithm developed in YALMIP in a function block in simulink ?
I have developed an optimisation algorithm in a .m file using the YALMIP toolbox in MATLAB. Now I need to use it in a Simulink ...

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

0

답변

질문


Need a help to formulate an optimization problem?
I need help in formulating an optimisation problem which is briefed here. alpha and beta are weighting parameters and scalars...

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

0

답변

문제를 풀었습니다


Calculate Amount of Cake Frosting
Given two input variables |r| and |h|, which stand for the radius and height of a cake, calculate the surface area of the cake y...

대략 6년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

대략 6년 전

질문


How can I arrange the optimization problem in the correct manner to solve using Intlinprog ?
This is the code I have written for a Integer Linear Programming problem. There is an error at the section where CI is defined ...

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

0

답변

질문


How to avoid printing certain values in axes of a plot?
I have the following plot Since x-axis is the 'number of iterations' . I need to avoid prinitng float values. What is want is...

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

1

답변

질문


How can I keep two indices preserved in MATLAB ?
Hi All, This is a snapshot of the table that I am working on. I need the indices of the [row] and [column] BOTH columns of th...

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

0

답변

질문


How to remove duplicate rows in a matrix by considering the repeated values in a specific column?
%% consider the following example. A = [1 2 4; 3 5 7;1 5 8; 2 9 4] In matrix A, column 1 has a duplicate value which is 1....

대략 6년 전 | 답변 수: 1 | 2

1

답변

질문


How can I sort a matrix elementwise ?
Hi, I need to sort a matrix elementwise and get the results to a single vector without losing the index of each element. For ex...

대략 6년 전 | 답변 수: 2 | 1

2

답변