photo

Haijia Zhu


Last seen: 23 dagen ago Active since 2016

Followers: 0   Following: 1

Message

Statistics

All
MATLAB Answers

3 Questions
0 Answers

Cody

0 Problems
11 Solutions

RANK
219.320
of 300.364

REPUTATION
0

CONTRIBUTIONS
3 Questions
0 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20.934

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK
35.833
of 168.407

CONTRIBUTIONS
0 Problems
11 Solutions

SCORE
124

NUMBER OF BADGES
1

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Solver

View badges

Feeds

View by

Solved


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

bijna 2 jaar ago

Solved


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

bijna 2 jaar ago

Solved


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.

bijna 2 jaar ago

Solved


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

bijna 2 jaar ago

Solved


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

bijna 2 jaar ago

Solved


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

meer dan 3 jaar ago

Solved


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

meer dan 3 jaar ago

Solved


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.

meer dan 5 jaar ago

Solved


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

meer dan 5 jaar ago

Solved


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

bijna 7 jaar ago

Solved


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

bijna 7 jaar ago

Question


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

meer dan 7 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 9 jaar ago | 0 answers | 0

0

answers

Question


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

meer dan 9 jaar ago | 0 answers | 0

0

answers