Programming Languages:
MATLAB
Spoken Languages:
English
Pronouns:
She/her
Professional Interests:
Systems Engineering, Requirements Toolbox, System Composer, Control Systems, Chassis Systems
MATLAB
Spoken Languages:
English
Pronouns:
She/her
Professional Interests:
Systems Engineering, Requirements Toolbox, System Composer, Control Systems, Chassis Systems
Feeds
문제
Check Bidirectional Requirement Traceability
Bidirectional traceability ensures that a relationship recorded from a requirement to an architecture element is also reflected ...
3일 전 | 0 | 솔버 수: 6
문제
Calculate Architecture Option Score
System architects often compare multiple architecture candidates against several evaluation criteria. Given a matrix containing...
3일 전 | 0 | 솔버 수: 6
문제
Evaluate Requirement Test Results
During system verification, measured values are compared against requirement limits. Given a set of measured results and corres...
3일 전 | 0 | 솔버 수: 6
문제
Calculate Verification Coverage
Before a system can be verified, each applicable requirement should have an associated verification activity. Given the total n...
3일 전 | 0 | 솔버 수: 6
문제
Calculate Availability of a Redundant Pair
Redundancy can improve system availability by allowing the system to continue operating when one of two independent components f...
3일 전 | 0 | 솔버 수: 6
문제
Calculate Series System Availability
Consider a system in which every component must operate successfully for the complete system to function. Given the individual ...
3일 전 | 0 | 솔버 수: 6
문제
Count System Architecture Interfaces
An architecture can be represented using a connectivity matrix. Each row and column represents a system element, while a value o...
3일 전 | 0 | 솔버 수: 6
문제
Count Active Architecture Elements
A system architecture may contain several elements, but not all elements are active in a particular configuration. Given a logi...
3일 전 | 0 | 솔버 수: 6
문제
Calculate Requirement Traceability Coverage
Traceability helps ensure that system requirements are connected to downstream engineering artifacts such as architecture elemen...
3일 전 | 0 | 솔버 수: 7
문제
Find Unallocated Requirements
During system development, requirements are allocated to system elements such as sensors, controllers, actuators, or software co...
3일 전 | 0 | 솔버 수: 7
문제
Calculate Requirement Margin
Engineering requirements often specify a limit, while the actual system performance may be better or worse than that limit. Giv...
3일 전 | 0 | 솔버 수: 7
문제
Check Requirement Compliance
A system requirement specifies a maximum allowable value for a system parameter.Given a set of measured values and the correspon...
3일 전 | 0 | 솔버 수: 8
문제를 풀었습니다
compress sequence into intervals
You're given a row vector of monotonically increasing integers most of which are consecutive. Find the upper and lower bounds of...
7일 전
문제를 풀었습니다
expand intervals vol.2
Similar to problem <http://www.mathworks.co.uk/matlabcentral/cody/problems/2528 2528>. This is a more general case, when bounds ...
8일 전
문제를 풀었습니다
return row and column indices given 2 values which define a range
Inspired by problem http://www.mathworks.co.kr/matlabcentral/cody/problems/856-getting-the-indices-from-a-matrice Inputs: - matr...
22일 전
문제를 풀었습니다
remove single elements
Given a vector of integers, remove the elements that have appeared only once. The output elements should be in exact order as th...
대략 1개월 전
문제를 풀었습니다
Plotting Practice
Plot cos(x) vs x as shown in the figure below. Include the appropriate title, x-label, and y-label. Note, it is case sensitive. ...
대략 1개월 전
문제를 풀었습니다
Sieve of Eratosthenes - 02
"Sift the Two's and Sift the Three's, The Sieve of Eratosthenes. When the multiples sublime, The numbers that remain a...
대략 1개월 전
문제를 풀었습니다
Travelling Salesman Problem (TSP)
Find a short way through given points. This is the travelling salesman problem. But the solution should be a fast and small func...
대략 1개월 전
문제를 풀었습니다
Maximum value in a matrix
Find the maximum value in the given matrix. For example, if A = [1 2 3; 4 7 8; 0 9 1]; then the answer is 9.
대략 2개월 전
문제를 풀었습니다
Find the logic and return the nth number (plus)
This problem is the harder version of Problem 61015 given a sequence of numbers arranged in the following order: A=0,1,3,4,9,1...
대략 2개월 전
문제를 풀었습니다
find nth even fibonacci number
1st even fibonacci number=2 ; 2nd even fibonacci number=8 ..
대략 2개월 전
문제를 풀었습니다
Find the index of nth maximum of a row vector of real numbers
Given a vector of real numbers x, find the index idx of _n_ th maximum value. If nth maximum occurs more than once, return the i...
대략 2개월 전
문제를 풀었습니다
Find the Nth Root of a Given Number
Find the Nth root of a given number x. Examples x = 4096 n = 4 y = 8 x = 625 n = 5 y = 3.6239
대략 2개월 전
문제를 풀었습니다
Find the nth composite number.
Everyone heard about the nth prime number. Let's try to find out the nth composite. For example , 1 is the first composite, 10 i...
대략 2개월 전
문제를 풀었습니다
Find nth maximum
Find nth maximum in a vector of integer numbers. Return NaN if no such number exists. x = [2 6 4 9 -10 3 1 5 -10]; So ...
대략 2개월 전
문제를 풀었습니다
Find the logic and return the nth number
given a sequence of numbers arranged in the following order: A=0,1,3,4,9,10,12,13,27,28,30,31,36,37,...... Write a function th...
대략 2개월 전
문제를 풀었습니다
find the nth fibonacci number
The Fibonacci sequence is defined as follows: give n, find the nth fibonacci number
대략 2개월 전
문제를 풀었습니다
find the nth number (plus)
this problem is the harder version of Problem 61014. The numbers 2 and 7 are called lucky numbers, an integer containing only t...
대략 2개월 전
문제를 풀었습니다
Find nth number
The numbers 2 and 7 are called lucky numbers, an integer containing only the digits 2 and 7 is also called lucky number. The pro...
대략 2개월 전









