photo

Fadzli


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

MATLAB Answers

8 Questions
3 Réponses

RANG
81 121
of 300 786

RÉPUTATION
0

CONTRIBUTIONS
8 Questions
3 Réponses

ACCEPTATION DE VOS RÉPONSES
100.0%

VOTES REÇUS
0

RANG
 of 21 091

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 171 061

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 8 ans il y a | 2 réponses | 0

2

réponses

Question


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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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...

presque 9 ans il y a | 0

Question


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

presque 9 ans il y a | 2 réponses | 0

2

réponses

Réponse apportée
To correctly plot result using xlswrite1
Yes, thank you very much Mr Walter Roberson. I just didn't realize about that. Really appreciate it.

presque 9 ans il y a | 0

Question


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

presque 9 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 9 ans il y a | 2 réponses | 0

2

réponses

Question


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

presque 9 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
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

environ 9 ans il y a | 0

Question


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

environ 9 ans il y a | 2 réponses | 0

2

réponses