photo

Mateusz Brzezinski


Last seen: 3년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

13 질문
1 답변

순위
107,047
of 300,765

평판
0

참여
13 질문
1 답변

답변 채택
76.92%

획득한 표
0

순위
 of 21,084

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 170,941

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


Adding extension to fille
I wrote such code that imports multiple files: Folder = 'Data'; FileList = dir(fullfile(Folder, '**', '*.txt')); Strings = ...

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

2

답변

질문


Colormap with "hold on" on one axis
I have such code: h=trisurf(triB, x, y, z, 'FaceAlpha','0.8'); hold on h1=trisurf(triS, x1, y, z, 'FaceAlpha','1.0'); axis v...

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

0

답변

질문


3D graph from scatter
Hello, I have such a piece of code: n=1; i=0; while i<iFileB Bl=B{1,n}(:, 1); Br=B{1,n}(:, 2); Sl=S{1,n}(:, 1); S...

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

0

답변

질문


Contour3 problem with data arrays
Hello, I would like to use a contour3 function. However, I'm not sure whats the proper way to use it on my data. I have eleven...

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

0

답변

질문


Import file from subfolders
I am struggling with finding a proper way to import files from subfolders. I have a main folder (only with matlab files) and sev...

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

1

답변

질문


Plotting a specific part of the array
I have a problem with plotting a specific part of the array. I have 3 arrays x(1,n), y1(1,n) and y2(1,n). Values in arrays y1 an...

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

1

답변

질문


common tangent of double-well function
Hello, I have a complex problem and I am looking for a way to solve it using existing functions. Let say that I have a double...

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

2

답변

질문


Look for minimum value in array
Hello, I have a function like this: i=1; Min=ones(1,200); while i>=200 min_y = min(y(:,i)); pos_y = find(y(:,i)==min_...

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

2

답변

질문


Matrix division "in scalar way"
Hello, I have following formula X=Y/(Z*2); Where Y is a vector predefined 1x200 - let say 1, 2, 3, 4, 5 .... 200 Z is als...

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

2

답변

질문


Building array with custom function
Hello, I am facing a problem with building an array using a custom function. I would like to transfer a task from the main scr...

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

1

답변

답변 있음
Match function in matlab
number = min(DataOutput(:,32)); position = find(DataOutput(:,32)==number); matchingx = DataOutput(position,1) Works just fine...

거의 6년 전 | 0

| 수락됨

질문


Match function in matlab
Hello, I am looking for a function that corresponds to the excel "match" function. I have an array of (n,32) where n is sated ...

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

3

답변

질문


Grabbing number from array to calculate the numerical derivative
Hello, I ma looking for solution that will allow me to calculate a derative (in numerical way) from data from array. I have an...

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

1

답변

질문


Output for while loop
Hello, I wrote a script that gives roots based on the Newton Raphson iteration. However, it is looped for changing one factor (...

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

1

답변