photo

Wei Huang


Last seen: 2개월 전 2023년부터 활동

Followers: 0   Following: 0

통계학

All
  • Solver
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Cumulative sum in Simulink
Use the discrete-time integrator block for discrete systems

4개월 전 | 0

문제를 풀었습니다


Determine whether a vector is monotonically increasing
Return true if the elements of the input vector increase monotonically (i.e. each element is larger than the previous). Return f...

7개월 전

문제를 풀었습니다


Fahrenheit to Celsius converter
Convert Fahrenheit to Celsius degrees.

7개월 전

문제를 풀었습니다


Basic Matlab Operation Bonanza
Given a horizontal array of numbers, perform the following operations, in order: transpose, flip matrix horizontally, flip matri...

7개월 전

문제를 풀었습니다


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

7개월 전

답변 있음
How to Insert a Dotted Line using InsertShape?
Here is a way you can do this by interpolating between the points of your solid line: % Create some image I = uint8(zeros(400,...

9개월 전 | 0