photo

Akki


Last seen: 대략 1년 전 2014년부터 활동

Followers: 0   Following: 0

메시지

통계학

All
  • Solver

배지 보기

Feeds

보기 기준

질문


Solve the equation using newton raphson method
Solve the equation set f(x,y) = sin(x)+y g(x,y) = x+ e^y Use Newton Raphson Method with initial values x = -2, y = 1.5.

4년 초과 전 | 답변 수: 0 | 0

0

답변

질문


C code to S function
I want to convert a peace of C-code from the huge chunk of code, into a MATALB S-function. Please let me know how to do it? I h...

5년 초과 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


Produce a sine wave
Produce a sine wave with amplitude 3: <<http://blogs.mathworks.com/images/seth/cody/sine-eqn.png>>

대략 7년 전

문제를 풀었습니다


Add offset to a signal
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-offset-eqn.png>> You should see a downward...

대략 7년 전

문제를 풀었습니다


Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...

대략 7년 전

문제를 풀었습니다


Add a block to a model
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-block-eqn.png>> In this case, the slope of...

대략 7년 전

문제를 풀었습니다


7 segment LED display
Given a whole number, output how many segments would be lit up to display it on a 7 segment LED display (http://en.wikipedia.org...

대략 7년 전

문제를 풀었습니다


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

대략 7년 전

문제를 풀었습니다


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

대략 7년 전

질문


How to get the version of MATLAB on which P-file had built?
I have some set of p-file which are not running on MATLAB 2016b version. These p-codes are working fine on MATLAB 2011b, which I...

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

1

답변

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

거의 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년 전