photo

Gayan Lankeshwara


Last seen: 6 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

8 个提问
0 个回答

Cody

0 个问题
2 个答案

排名
2,955
of 300,781

声誉
20

贡献数
8 个提问
0 个回答

回答接受率
37.5%

收到投票数
4

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
81,362
of 171,018

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前

已解决


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 years 前

提问


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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 2 个回答 | 1

2

个回答