photo

Wern-Juin Choy


School of Mechanical and Systems Engineering

2012년부터 활동

Followers: 0   Following: 0

메시지

통계학

All
  • First Review
  • Thankful Level 1
  • Revival Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Ardupilot Mega 2.5 + problem with Run on Target Hardware
You need to check if you have the correct compiler installed on your pc. A list of the compilers is provided on page 9 in the Ho...

9년 초과 전 | 0

질문


Run option not available after Prepare to run is completed
I want to upload a model that I have generated in Simulink onto my arduino board. I followed the instructions on how to uploa...

9년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
S-function builder output: type mismatch error
Update: I have solved the problem. It is pretty simple actually. The inputs were reduced to a 4x1 vector. The output is reduced ...

거의 10년 전 | 0

| 수락됨

질문


S-function builder output: type mismatch error
Hi everyone, I am creating a discrete S-function that has 4 inputs, 12 outputs and 12 discrete states, with sample time of 0....

거의 10년 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

대략 10년 전

문제를 풀었습니다


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

대략 10년 전

문제를 풀었습니다


Determine if input is odd
Given the input n, return true if n is odd or false if n is even.

대략 10년 전

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

대략 10년 전

문제를 풀었습니다


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

대략 10년 전

문제를 풀었습니다


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

대략 10년 전

문제를 풀었습니다


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

대략 10년 전

질문


Jury table
Hi guys, I am doing this project purely out of interest (not as a homework) The gist is to take a transfer function and test...

12년 초과 전 | 답변 수: 2 | 0

2

답변

질문


Finding another point on the curve
Lets say I have the following code which plots the curve out. [y,t] = step(Pz); plot(t,y); I have found a point on th...

12년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Finding the point of inflection on a curve
Hi everyone, I have a question. Is there any code that allows one to find the point of inflection on a step response curve of...

12년 초과 전 | 답변 수: 2 | 0

2

답변