Community Profile

photo

Andrew Stamps


Last seen: 3개월 전 2012년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • First Review
  • Knowledgeable Level 1
  • Thankful Level 1
  • First Answer
  • Commenter
  • Solver

배지 보기

Feeds

보기 기준

질문


Specify entire class hierarchy in InferiorClasses?
In the documentation on Class Precedence, it clearly states that Class Attributes are not inherited: Subclasses do not inherit ...

6개월 전 | 답변 수: 1 | 0

1

답변

답변 있음
Using 2018b javaclasspath.txt doesn't seem to get loaded during batch startup.
Have you attempted putting your javaclasspath.txt file in your preferences directory instead of your startup directory? The pre...

대략 5년 전 | 1

| 수락됨

질문


Using TLSv1.2 with webread
I have been consuming a RESTful API for a secure web service my company supports using webread. However, they recently disabled...

거의 6년 전 | 답변 수: 1 | 0

1

답변

문제를 풀었습니다


Model a simple pendulum
Model a simple pendulum of length 200cm with bob of mass 100g and plot the position in degrees. The pendulum starts at 30 degree...

8년 초과 전

문제를 풀었습니다


Produce a sine wave
Produce a sine wave with amplitude 3: <<http://blogs.mathworks.com/images/seth/cody/sine-eqn.png>>

8년 초과 전

문제를 풀었습니다


Add a block to a model
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/add-block-eqn.png>> In this case, the slope of...

8년 초과 전

문제를 풀었습니다


Produce a cosine wave
Produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/cosine-eqn.png>>

8년 초과 전

문제를 풀었습니다


Connect blocks in a model
Connect the blocks in the model to produce the following signal: <<http://blogs.mathworks.com/images/seth/cody/connect-blocks...

8년 초과 전

문제를 풀었습니다


~(*|/)
Return three quarters of n without using addition, subtraction, multiplication or division.

거의 9년 전

문제를 풀었습니다


Evened up (or not)
You will be provided with an array or matrix that contains various numbers, in addition to an evening variable, e, set to 1 or 0...

거의 9년 전

문제를 풀었습니다


Write a function man that takes a row vector v and returns a matrix H as follows..
Write a function called man that takes a row vector v as an input and returns a matrix H whose first column consist of the eleme...

거의 9년 전

문제를 풀었습니다


given number is power of n or not?
Check weather The input is power of n or not? for example x=8,n=2 --> true x=6,n=2 --> false

거의 9년 전

문제를 풀었습니다


Look and say Conway's sequence
In mathematics, the look-and-say sequence is the sequence of integers beginning as follows: 1, 11, 21, 1211, 111221, 312211, ...

거의 9년 전

문제를 풀었습니다


factorial of a number x
Factorial of a number x

거의 9년 전

문제를 풀었습니다


Create a square matrix of zeros of even order
Create a square matrix of zeros of even order

거의 9년 전

문제를 풀었습니다


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

대략 9년 전

답변 있음
Why when I add mxDestroyArray(myArray) to my code MATLAB crashes?
Does your mxArray happen to contain a Java object? I recently discovered the hard way that calling |mxDestroyArray()| on an mxA...

대략 11년 전 | 0

문제를 풀었습니다


How to find the position of an element in a vector without using the find function
Write a function posX=findPosition(x,y) where x is a vector and y is the number that you are searching for. Examples: fin...

거의 12년 전

문제를 풀었습니다


Finding Perfect Squares
Given a vector of numbers, return true if one of the numbers is a square of one of the other numbers. Otherwise return false. E...

거의 12년 전

문제를 풀었습니다


Rotate input square matrix 90 degrees CCW without rot90
Rotate input matrix (which will be square) 90 degrees counter-clockwise without using rot90,flipud,fliplr, or flipdim (or eval)....

거의 12년 전

문제를 풀었습니다


Calculate the area of a triangle between three points
Calculate the area of a triangle between three points: P1(X1,Y1) P2(X2,Y2) P3(X3,Y3) these three points are the vert...

거의 12년 전

문제를 풀었습니다


Nearest Numbers
Given a row vector of numbers, find the indices of the two nearest numbers. Examples: [index1 index2] = nearestNumbers([2 5 3...

거의 12년 전

문제를 풀었습니다


Count from 0 to N^M in base N.
Return an array of numbers which (effectively) count from 0 to N^M-1 in base N. The result should be returned in a matrix, with ...

거의 12년 전

문제를 풀었습니다


Find the two most distant points
Given a collection of points, return the indices of the rows that contain the two points most distant from one another. The inpu...

거의 12년 전

문제를 풀었습니다


Quote Doubler
Given a string s1, find all occurrences of the single quote character and replace them with two occurrences of the single quote ...

거의 12년 전

문제를 풀었습니다


Remove from a 2-D matrix all the rows that contain at least one element less than or equal to 4
Example: in = magic(5) in = 17 24 1 8 15 23 5 7 14 16 4 6 13 20 ...

거의 12년 전

문제를 풀었습니다


inner product of two vectors
inner product of two vectors

대략 12년 전

문제를 풀었습니다


Function Iterator
Given a handle fh to a function which takes a scalar input and returns a scalar output and an integer n >= 1, return a handle f...

대략 12년 전

문제를 풀었습니다


Extract leading non-zero digit
<http://en.wikipedia.org/wiki/Benford%27s_law Benford's Law> states that the distribution of leading digits is not random. This...

대략 12년 전

문제를 풀었습니다


De-dupe
Remove all the redundant elements in a vector, but keep the first occurrence of each value in its original location. So if a =...

대략 12년 전

더 보기