![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/10101147_1522135150220_DEF.jpg)
WP
2017년부터 활동
Followers: 0 Following: 0
Feeds
질문
Multimodel control design with Simulink?
Hi! I have been using the Control System Designer and its multimodel analysis quite a while. The workflow is very straightforw...
거의 6년 전 | 답변 수: 0 | 1
0
답변질문
audioPlayerRecorder PlayerChannelMapping not working as expected
Hi, I have encountered a strange behaviour of the audioPlayerRecorder function when using the PlayerChannelMapping feature. ...
거의 6년 전 | 답변 수: 1 | 0
1
답변문제를 풀었습니다
Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...
대략 7년 전
질문
Generate pole zero plot from measured impulse response
Hello everybody, I want to generate a pole zero plot from a measured impulse response (imported via audioread). I only find ...
대략 7년 전 | 답변 수: 1 | 0
1
답변문제를 풀었습니다
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
거의 8년 전
문제를 풀었습니다
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
거의 8년 전
문제를 풀었습니다
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
거의 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년 전
문제를 풀었습니다
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...
거의 8년 전
문제를 풀었습니다
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:...
거의 8년 전