Katharina Heitger - MATLAB Central
photo

Katharina Heitger


2021년부터 활동

Followers: 0   Following: 0

통계

All
CodyMATLAB AnswersFrom 08/21 to 03/25Use left and right arrows to move selectionFrom 08/21Use left and right arrows to move left selectionTo 03/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 질문
0 답변

Cody

0 문제
12 답안

순위
152,989
of 297,547

평판
0

참여
6 질문
0 답변

답변 채택
33.33%

획득한 표
0

순위
 of 20,454

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
29,096
of 159,122

참여
0 문제
12 답안

점수
159

배지 수
3

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Promoter
  • Commenter
  • Solver
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


change imref2d so that image is in center
I have asked in a previous question how I can change the origin of a transformationmatrix for application. The initial situation...

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

2

답변

문제를 풀었습니다


Getting the indices from a vector
This is a basic MATLAB operation. It is for instructional purposes. --- You may already know how to <http://www.mathworks....

3년 초과 전

문제를 풀었습니다


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

3년 초과 전

문제를 풀었습니다


Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...

3년 초과 전

문제를 풀었습니다


Create a vector
Create a vector from 0 to n by intervals of 2.

3년 초과 전

문제를 풀었습니다


Find max
Find the maximum value of a given vector or matrix.

3년 초과 전

문제를 풀었습니다


Get the length of a given vector
Given a vector x, the output y should equal the length of x.

3년 초과 전

문제를 풀었습니다


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

3년 초과 전

문제를 풀었습니다


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

3년 초과 전

질문


Transformation matrix (projective2d) change of origin at application
I have a transformation matrix (as a projective2d object) created with fitgeotrans(), which should be used as an image correctio...

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

1

답변

문제를 풀었습니다


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

문제를 풀었습니다


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

문제를 풀었습니다


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

3년 초과 전

질문


fitgeotrans() which Points to use as movingPoints and fixedPoints
I have thought so long about it, that I can not think clear anymore. Essentially, I have a tilted plane and slightly above this...

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

0

답변

질문


simulation for tilted detector matlab function instead of own code
I have written a simulation for a detector which is tilted by a specific angle and a non-tilted detector. X-Rays coming from a ...

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

0

답변

질문


convert 3D plane to 2D plane
My Problem/My aim: I have a plane in 3D, described in the form ax+by+cz=0. The equation was formed with the edge points of the ...

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

1

답변

질문


Unrecognized function or variable 'size'. in function called from script
The Problem: I have a script, where I call two self-written functions. One of the functions is called weightingFkt2(). In this ...

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

2

답변