Community Profile

photo

CaG


Last seen: 대략 1개월 전 2017년부터 활동

Followers: 0   Following: 0

연락

통계

All
  • Thankful Level 3
  • Thankful Level 2
  • CUP Challenge Master
  • Solver

배지 보기

Feeds

보기 기준

질문


Why do I get a concatenation error when I try to use the remote parallel server?
I'd like to use a remote Parallel Server to execute my code. I have a main script, that calls a function embedding a parfor loop...

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How can I create a plot with two different yaxis, with one of them inside the figure?
I'd like to produce a plot that has two different yaxis, sharing the same xaxis, but with one of them inside the plot itself. Th...

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

1

답변

질문


Error while building a c++ library interface
I am trying to build an interface to a C++ library I wrote following the procedure described here. I define the missing constrc...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Keep variable in the memory without declaring it as global
I have a function that creates/loads a variable. This variable has to be later used in another (separated) function. However, in...

대략 3년 전 | 답변 수: 2 | 0

2

답변

문제를 풀었습니다


Octoberfest festival
A group of students decided to visit Octoberfest festival. First they ordered one beer, then after half-hour they taken one more...

3년 초과 전

문제를 풀었습니다


The Top 5 Primes
This problem series invites you to solve two simple problems related to the integer NUMBER FIVE, in order to celebrate <https://...

3년 초과 전

질문


Progress bar with parfor and nohup
I'd like to monitor the progress of a script making use of parfor. Unfortunately, since it requires a large amount of computatio...

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

1

답변

질문


Which Visual Studio 2019 package should I install to work with CUDA?
I would like to use my nVidia GPU to speed up my computations. For this reason, I'd like to install CUDA with Microsoft Visual S...

4년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Vectorized function as output of matlabFunction
Hi. I am trying to automatize a process in which I have a symbolic function that has to be converted in an anonymous function. ...

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

1

답변

질문


How to create a multi-index vectors?
I have to create some vectors containing the values of a d-degree n-dimensional multi-index. A d-degree n-dimensional multi-inde...

대략 5년 전 | 답변 수: 2 | 0

2

답변

문제를 풀었습니다


Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...

대략 5년 전

문제를 풀었습니다


Is this triangle right-angled?
Given any three positive numbers a, b, c, return true if the triangle with sides a, b and c is right-angled. Otherwise, return f...

대략 5년 전

문제를 풀었습니다


Find a Pythagorean triple
Given four different positive numbers, a, b, c and d, provided in increasing order: a < b < c < d, find if any three of them com...

대략 5년 전

문제를 풀었습니다


Is this triangle right-angled?
Given three positive numbers a, b, c, where c is the largest number, return *true* if the triangle with sides a, b and c is righ...

대략 5년 전

문제를 풀었습니다


Area of an Isoceles Triangle
An isosceles triangle has equal sides of length x and a base of length y. Find the area, A, of the triangle. <<http://upload...

대략 5년 전

문제를 풀었습니다


Dimensions of a rectangle
The longer side of a rectangle is three times the length of the shorter side. If the length of the diagonal is x, find the width...

대략 5년 전

문제를 풀었습니다


Side of a rhombus
If a rhombus has diagonals of length x and x+1, then what is the length of its side, y? <<http://upload.wikimedia.org/wikipe...

5년 초과 전

문제를 풀었습니다


Side of an equilateral triangle
If an equilateral triangle has area A, then what is the length of each of its sides, x? <<http://upload.wikimedia.org/wikipe...

5년 초과 전

문제를 풀었습니다


Area of an equilateral triangle
Calculate the area of an equilateral triangle of side x. <<http://upload.wikimedia.org/wikipedia/commons/e/e0/Equilateral-tr...

5년 초과 전

문제를 풀었습니다


Length of the hypotenuse
Given short sides of lengths a and b, calculate the length c of the hypotenuse of the right-angled triangle. <<http://upload....

5년 초과 전

문제를 풀었습니다


Length of a short side
Calculate the length of the short side, a, of a right-angled triangle with hypotenuse of length c, and other short side of lengt...

5년 초과 전

문제를 풀었습니다


A Simple Tide Gauge with MATLAB
*&#8767 &#8767 &#8767 &#8767 &#8767 &#8767 &#8767 &#8767* You are standing in a few inches of sea water on a beach. You a...

5년 초과 전

문제를 풀었습니다


Van Eck's Sequence's nth member
Return the Van Eck's Sequence's nth member. For detailed info : <http://oeis.org/A181391 OEIS link> and <https://www.theguard...

5년 초과 전

문제를 풀었습니다


Write c^3 as sum of two squares a^2+b^2
write c^3 as sum of two squares a^2+b^2. a and b must be integer and greater than zero. For example 5^3 = 2^2 + 11^2 5...

5년 초과 전

문제를 풀었습니다


Predicting life and death of a memory-less light bulb
*&#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &#128161 &...

5년 초과 전

문제를 풀었습니다


Polarisation
You have n polarising filters stacked one on top of another, and you know each axis angle. How much light gets passed through th...

5년 초과 전

문제를 풀었습니다


Inscribed Pentagon?
Your function will be provided with the five vertices of a pentagon (p) as well as the center point (cp) and radius (r) of a cir...

5년 초과 전

문제를 풀었습니다


Circle/Pentagon Overlap
Your function will be provided with the five vertices of a pentagon (p) as well as the center point (cp) and radius (r) of a cir...

5년 초과 전

문제를 풀었습니다


Energy of a photon
*&#9883 &#9762 &#9883 &#9762 &#9883 &#9762 &#9883* Given the frequency F of a photon in giga hertz. Find energy E of this...

5년 초과 전

문제를 풀었습니다


Find the nearest prime number
Happy 5th birthday, Cody! Since 5 is a prime number, let's have some fun looking for other prime numbers. Given a positive in...

5년 초과 전

더 보기