문제를 풀었습니다


Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...

대략 8년 전

문제를 풀었습니다


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

대략 8년 전

문제를 풀었습니다


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

문제를 풀었습니다


Is my wife right?
Regardless of input, output the string 'yes'.

대략 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년 전

답변 있음
Cluster allocation of jobs / tasks - parfor
Hello Mark, I am not 100% sure about the answer on this one but I wanted to comment regarding the below: "If any segmen...

거의 11년 전 | 0

답변 있음
Unable to connect to a MDCS cluster
This is likely caused by mis-configured DNS on one of the hosts. Please log in to the erroring node on the cluster, and try to l...

거의 11년 전 | 0

답변 있음
Ackward Behavior on Matlab Distributed Computing Server.
Do you receive any errors when you try to open 32 workers right off the bat? Before running matlabpool 32 or similar, can you...

거의 11년 전 | 0