photo

Mohamad Khairul Ikhwan Zulkarnain


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

14 질문
0 답변

순위
67,766
of 300,853

평판
0

참여
14 질문
0 답변

답변 채택
50.0%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,319

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How do I combined all peak to become one spectral line?
<</matlabcentral/answers/uploaded_files/132276/untitled.jpg>> Hi guys, from the code I have I managed to produce the graph: ...

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

1

답변

질문


Why am I getting an error of subscripted assignment dimension mismatch
Can anyone tell me how to fix the problem? % creating a multidimensional array files = dir('*txt') ; % you are in th...

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

2

답변

질문


How do I connect all peak?
Hi,I got the code below which is to build how many peak I one based on the how many row I chose and I have attached the file for...

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

0

답변

질문


How to use for loop to generate spectral line
Hi guys, I already created a code to put all my data in one array which is shown below: % creating a multidimensional arra...

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

0

답변

질문


Why is my plot function does show any graph?
I have the following code which is shown below: % creating a multidimensional array files = dir('*txt') ; % you are ...

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

1

답변

질문


How do I used the data from multidimensional loop and put it into a new equation and display the plot?
I got the coding below: % creating a multidimensional array files = dir('*txt') ; % you are in the folder with text ...

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

0

답변

질문


Why I cant make a loop from the textfile I chose?
% creating a multidimensional array files = dir('*txt') ; % you are in the folder with text files N = length(files)...

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

1

답변

질문


What command should I write if I want to use the value in the multidimensional array?
I have a command for multidimensional array which is as below: % creating a multidimensional array files = dir('*txt') ;...

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

0

답변

질문


How to put all the element in multidimesional array?
I have around 118 chemical element and I would like to put it in multidimesional array to make it easier for me to choose which ...

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

1

답변

질문


How do I perform a for loop function for only one column when each number should have 10 more number created using range function?
Hi guys, I have a text file with the first column act as a wavelength and the second column is the intensity, the each wavelengt...

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

1

답변

질문


Can I make an input function command and the input is been read using dlmread and display the result?
I dont know how to ask this question but lets give a try, I have around 100 textfile consist of chemical elements, my supervisor...

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

1

답변

질문


How to create a range of 20 point from a point that is at the centre?
I got a point which should be at the centre of the range. Is there any code to make a range with step size of 0.02?

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

0

답변

질문


How to read multiple file .txt by using readtable?
I got more than three file to read but if Im going to readtable every single file its going to takes time. Is there any method f...

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

1

답변

질문


Hi guys, Could you help me with this question where I cant read the .txt file for the first two column?
I wrote this command: D = dlmread('Argon.txt','\t',[0 0 10 1]) but some reason I dont know why it keep saying there is an erro...

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

1

답변