photo

Sahin Kurekci


MathWorks MOOC Program

Last seen: 7개월 전 2018년부터 활동

Followers: 0   Following: 0

메시지

통계

All
MATLAB Answers

7 질문
0 답변

Cody

0 문제
7 답안

순위
71,350
of 300,857

평판
0

참여
7 질문
0 답변

답변 채택
42.86%

획득한 표
0

순위
 of 21,097

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
46,830
of 171,361

참여
0 문제
7 답안

점수
83

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1
  • Solver

배지 보기

Feeds

보기 기준

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


Return area of square
Side of square=input=a Area=output=b

3년 초과 전

문제를 풀었습니다


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.

3년 초과 전

문제를 풀었습니다


Add two numbers
Given a and b, return the sum a+b in c.

3년 초과 전

문제를 풀었습니다


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 ...

3년 초과 전

질문


Finding the correct coefficients by guessing
I have a database of 30 matrices with size 100x100. When these matrices are multiplied with random coefficients between 0 and 1,...

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

0

답변

질문


Drawing a circle of ones by using a pre-defined grid with pcolor
I have the following grid in the beginning of my code: a = 25, % This will be the radius of the circle r = linspace(0,sqrt(2)*...

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

1

답변

질문


A calculation doesn't give the original picture when done in reverse
I'm working on a project with electric fields and I need to do some simple mathematical calculation. Given the and , which are ...

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

0

답변

질문


How to write a better "if condition" to eliminate some unwanted matrices?
To be clear, I'm changing my question as follows with more details: ------ Here is the code segment I'm working on: N...

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

1

답변

질문


How to find an optimized matrix by changing the elements of another matrix?
Suppose we have three 10x10 complex matrices and the following equation: |R = T * X|. Here T is a given fixed matrix. Now, w...

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

1

답변

질문


How to eliminate equal matrices that are created randomly inside loop?
The code segment I'm working on is given below: NphaseSteps = 6; phases = exp( 2*pi*1i * (0:(NphaseSteps-1))...

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

1

답변

질문


How to convert polar meshgrid to Cartesian meshgrid?
I prepared a Cartesian meshgrid (10x10) and then converted it to polar. After doing some calculations and filling all 100 elemen...

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

1

답변

문제를 풀었습니다


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