photo

JWH


Last seen: 4일 전 2023년부터 활동

Followers: 0   Following: 0

통계학

All
  • Knowledgeable Level 1
  • First Answer
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Requirement Editor 파일을 (.slreq) 수정 불가능한 파일로 따로 저장 가능한가요?
https://kr.mathworks.com/help/slrequirements/ref/slreq.reqset.createreferences.html 위 사이트 참고 부탁드립니다.

7개월 전 | 1

문제를 풀었습니다


Return the Fibonacci Sequence
Write a code which returns the Fibonacci Sequence such that the largest value in the sequence is less than the input integer N. ...

8개월 전

문제를 풀었습니다


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

8개월 전

답변 있음
I can't understand this stateflow. please tell me why x, y , z value.
차트 진입시 외부 천이 조건을 먼저 검사를 한 후 차트의 코드들이 실행됩니다. StateA에서 x = 5, y = 3, z = 0일 때 조건 검사먼저 해야되는데 조건검사 안하고 StateA1의 during 동작을 먼저 한다고...

8개월 전 | 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: Input...

1년 초과 전