photo

KEERTHI CHACKO


Last seen: 1 year 前 自 2020 起处于活动状态

Followers: 0   Following: 0

Research Scholar in the area of Model Predictive Control at IIT Delhi.

统计学

All
MATLAB Answers

1 个提问
0 个回答

Cody

0 个问题
9 个答案

排名
34,101
of 300,233

声誉
1

贡献数
1 个提问
0 个回答

回答接受率
100.0%

收到投票数
1

排名
 of 20,897

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
40,079
of 167,786

贡献数
0 个问题
9 个答案

评分
105

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Treasure Hunt Participant
  • Solver
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已解决


Arrange Vector in descending order
If x=[0,3,4,2,1] then y=[4,3,2,1,0]

3 years 前

已解决


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

3 years 前

已解决


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

3 years 前

已解决


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

4 years 前

已解决


Calculate Inner Product
Given two input matrices, |x| and |y|, check if their inner dimensions match. * If they match, create an output variable |z|...

4 years 前

已解决


Calculate BMI
Given a matrix |hw| (height and weight) with two columns, calculate BMI using these formulas: * 1 kilogram = 2.2 pounds * 1 ...

4 years 前

已解决


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

4 years 前

已解决


02 - Vector Variables 3
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_2c.png>> (all the numbers from 5 to -5 in increments of ...

4 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:...

4 years 前

提问


Code generation for "quadprog"
Hi, I am trying to get code generation for "quadprog", I am getting error message "Function 'optimoptions' not supported for cod...

5 years 前 | 1 个回答 | 1

1

个回答