photo

Sidhi


Last seen: 4 months 前 自 2024 起处于活动状态

Followers: 1   Following: 1

统计学

All
MATLAB Answers

1 个提问
0 个回答

Cody

0 个问题
13 个答案

排名
239,339
of 299,806

声誉
0

贡献数
1 个提问
0 个回答

回答接受率
100.0%

收到投票数
1

排名
 of 20,809

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
32,010
of 166,074

贡献数
0 个问题
13 个答案

评分
146

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Solver
  • Thankful Level 1

查看徽章

Feeds

排序方式:

已解决


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the numbers. Otherwise return false. Example...

9 months 前

已解决


Find the palindrome
Given the string a, find the longest palindromic sub-string b. So when a = 'xkayakyy'; you should return b = 'kayak';

12 months 前

已解决


Remove all the words that end with "ain"
Given the string s1, return the string s2 with the target characters removed. For example, given s1 = 'the main event' your ...

12 months 前

已解决


Calculate area of sector
A=function(r,seta) r is radius of sector, seta is angle of sector, and A is its area. Area of sector A is defined as 0.5*(r^2...

12 months 前

已解决


Return area of square
Side of square=input=a Area=output=b

12 months 前

已解决


Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.

12 months 前

已解决


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

12 months 前

已解决


Add two numbers
Given a and b, return the sum a+b in c.

12 months 前

已解决


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to find the logical indices o...

1 year 前

已解决


Return fibonacci sequence do not use loop and condition
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: ...

1 year 前

已解决


Divide by 4
Given the variable x as your input, divide it by 4 and put the result in y.

1 year 前

已解决


Determine the square root
Determine the square root of the value the user has entered, n.

1 year 前

已解决


Pizza!
Given a circular pizza with radius z and thickness a, return the pizza's volume. [ z is first input argument.] Non-scored bonus...

1 year 前

提问


Is it possible to load the input data from base workspace to the inports in the simulink model without enabling the external input in configuration parameters?
When working with Simulink models, it is often necessary to input data from external sources for simulation purposes. Typically,...

1 year 前 | 2 个回答 | 1

2

个回答