photo

Fadzli


2016년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

8 질문
3 답변

순위
237,868
of 300,847

평판
0

참여
8 질문
3 답변

답변 채택
100.0%

획득한 표
0

순위
 of 21,094

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 171,279

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


how to read and plot excel file
Hi all, I want to read an excel file, use the data to calculate, then plot the result in result file. I have this code so far...

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

1

답변

질문


error out of memory
I'm running a program on my pc (Intel i5, 8GB RAM, 2 cores processors) and it works fine with Matlab R2008a. But when I run the ...

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

2

답변

질문


stop, record and continue a loop function
Hi, I have problem in running a for loop function. Let say I'm running 5 loop function, but at 3rd loop, there was an error a...

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

1

답변

답변 있음
mathematical symbol in the result
Thanks Walter Roberson... I just used a simple mathematical equation; y=2*((3*x)/(4*1847*pi))^(1/3) with x is given, so any r...

거의 9년 전 | 0

질문


mathematical symbol in the result
Hi all, I just run a program in Matlab and it gives a result of "5.6490e-006 +9.7844e-006i". I know what does it means by "5....

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

2

답변

답변 있음
To correctly plot result using xlswrite1
Yes, thank you very much Mr Walter Roberson. I just didn't realize about that. Really appreciate it.

거의 9년 전 | 0

질문


To correctly plot result using xlswrite1
Hi, I'm using xlswrite1 to plot my 500 results in excel file. This is the code; header_result_file_name={'CA','x','y','z...

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

2

답변

질문


Error using ==> mrdivide Out of memory
Hi, this is my code; r=10 for i=1:r Cs=1.17 Cc=2.37 v=0.0000711 kg=0.0457 kp=0.26 ...

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

2

답변

질문


Subscripted assignment dimension mismatch
Hi, this is my code; [r]=length(matrice_polar); [www]=29; matrice_cartesian=zeros(r,www); temperature=zeros(r,www)...

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

1

답변

답변 있음
Attempt to reference field of non-structure array.
Thanks Mr. Walter Roberson, yes it is working by just replacing .mat from CA0000.mat; to CA0000; Thank you very much

대략 9년 전 | 0

질문


Attempt to reference field of non-structure array.
I'm trying to read and load the .mat data (originally from .csv files) as following code; input_data=xlsread('input_dat...

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

2

답변