photo

Haijia Zhu


Last seen: 8日 前 2016 年からアクティブ

Followers: 0   Following: 1

統計

All
MATLAB Answers

3 質問
0 回答

Cody

0 問題
11 解答

ランク
70,994
of 300,763

評判
0

コントリビューション
3 質問
0 回答

回答採用率
0.0%

獲得投票数
0

ランク
 of 21,082

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク
36,702
of 170,923

コントリビューション
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年 前

解決済み


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

約2年 前

解決済み


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

解決済み


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

解決済み


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

約2年 前

解決済み


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

3年以上 前

解決済み


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年以上 前

解決済み


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年弱 前

解決済み


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年弱 前

解決済み


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年弱 前

解決済み


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年弱 前

質問


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年以上 前 | 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年以上 前 | 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年以上 前 | 0 件の回答 | 0

0

回答