photo

Khaled Hamed


Last seen: 3 jours il y a Actif depuis 2009

Followers: 0   Following: 0

Message

Water Resources

Programming Languages:
MATLAB, Visual Basic
Spoken Languages:
Arabic, English

Statistiques

All
MATLAB Answers

6 Questions
6 Réponses

File Exchange

2 Fichiers

Cody

12 Problèmes
848 Solutions

RANG
2 675
of 301 653

RÉPUTATION
23

CONTRIBUTIONS
6 Questions
6 Réponses

ACCEPTATION DE VOS RÉPONSES
83.33%

VOTES REÇUS
13

RANG
5 119 of 21 377

RÉPUTATION
261

CLASSEMENT MOYEN
4.00

CONTRIBUTIONS
2 Fichiers

TÉLÉCHARGEMENTS
2

ALL TIME TÉLÉCHARGEMENTS
2575

RANG
153
of 175 992

CONTRIBUTIONS
12 Problèmes
848 Solutions

SCORE
8 852

NOMBRE DE BADGES
19

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Treasure Hunt Participant
  • Thankful Level 3
  • Knowledgeable Level 1
  • Magic Numbers II Master
  • Community Group Solver
  • First Review
  • First Submission
  • Introduction to MATLAB Master
  • Famous
  • Project Euler I
  • First Answer
  • Quiz Master

Afficher les badges

Feeds

Afficher par

Question


Error reading netcdf file over internet
The following code runs correctly without errors in online Matlab, Matlab Mobile, and even in this question box (when using the ...

environ 2 ans il y a | 1 réponse | 0

0

réponse

Réponse apportée
How to copy a plot to clipboard programmatically
You have to first copy the plot to an new invesible figure then copy that figure to the clipboard. Check: How can I print only...

presque 5 ans il y a | 2

| A accepté

Question


Default Sum and Max for nan is not consistent
Dear All, Why is the inconsistency of 'sum' and "max' default treatment of NaNs? S = sum(...,NANFLAG) specifies how NaN (Not-A...

environ 5 ans il y a | 1 réponse | 0

1

réponse

Réponse apportée
How can I automatically let Matlab input the file in sequence?
for i=1:1000 [y,Fs] = audioread(['sample' num2str(i) '.wav']); spectrogram(y,'yaxis') saveas(gcf,['sample' num...

presque 6 ans il y a | 0

Réponse apportée
How to calculate the transfer function for a 16 input system?
It depends on what type of Transfer Function you want to use. For example, if you want to use an ARX model (I am using random i...

presque 6 ans il y a | 0

Réponse apportée
Regarding concatenated error.
data = cell2mat(data1')

presque 6 ans il y a | 0

| A accepté

Question


Can You Explain This Weird Behavior
Weird Behavior I came across some weird behavior while writing an m-file. I have managed to isolate the problem as follows: ...

plus de 10 ans il y a | 2 réponses | 1

2

réponses

Question


Unexpected behavior of anonymous function
The anonymous function k below behaves correcltly except for the last two cases k(1,1,:) and k(1,2,:), where it interprets the s...

plus de 13 ans il y a | 2 réponses | 5

2

réponses

Réponse apportée
very interesting phenomenon about 'loglog semilogy'
You must have had 'hold on' before the loop in order not to overwrite plots. If this is the case, a linear scale is always held....

plus de 13 ans il y a | 0

Réponse apportée
Silly question regarding plotting of contours
Check help TriScatteredInterp

plus de 13 ans il y a | 0

Question


Is this a Possible MATLAB bug? (Further strange Behavior)
I have encountered a strange behavior while solving one of the problems in Cody. I have simplified the code into the following ...

plus de 13 ans il y a | 4 réponses | 4

4

réponses

Question


Any idea why all([]) is true while any([]) is false
>> all([]) ans = 1 >> any([]) ans = 0

presque 14 ans il y a | 2 réponses | 1

2

réponses