photo

Haijia Zhu


Last seen: Today 自 2016 起处于活动状态

Followers: 0   Following: 1

消息

统计学

All
MATLAB Answers

3 个提问
0 个回答

Cody

0 个问题
11 个答案

排名
227,777
of 300,871

声誉
0

贡献数
3 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,100

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
36,789
of 171,460

贡献数
0 个问题
11 个答案

评分
124

徽章数量
1

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Solver

查看徽章

Feeds

排序方式:

已解决


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

2 years 前

已解决


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

2 years 前

已解决


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.

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

2 years 前

已解决


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

2 years 前

已解决


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

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

3 years 前

已解决


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

6 years 前

已解决


Project Euler: Problem 6, Natural numbers, squares and sums.
The sum of the squares of the first ten natural numbers is, 1^2 + 2^2 + ... + 10^2 = 385 The square of the sum of the first ...

6 years 前

已解决


Project Euler: Problem 2, Sum of even Fibonacci
Each new term in the Fibonacci sequence is generated by adding the previous two terms. By starting with 1 and 2, the first 10 te...

7 years 前

已解决


Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...

7 years 前

提问


2d Minimum block return wrong idx and value
Hi, I'm looking for the min value in a 160000*1 vector using 2d minimum block from computer vision toolbox. There are some nan e...

7 years 前 | 0 个回答 | 0

0

个回答

提问


out of memory when using rapid accelerater and sim
I have a HEV model and i need to tune a variable using GA. However, I encounter a difficulties. When i call the model from a m...

9 years 前 | 0 个回答 | 0

0

个回答

提问


Simulink- user define function - matlab funciton:Size of function not bounded error
I met a problem similar as (http://www.mathworks.com/matlabcentral/newsreader/view_thread/310599),however, things as little diff...

9 years 前 | 0 个回答 | 0

0

个回答