Khaled Hamed - MATLAB Central
photo

Khaled Hamed


Last seen: 1 giorno fa Attivo dal 2009

Followers: 0   Following: 0

Messaggio

Water Resources

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

Statistica

All
CodyMATLAB AnswersFile ExchangeFrom 07/09 to 04/25Use left and right arrows to move selectionFrom 07/09Use left and right arrows to move left selectionTo 04/25Use left and right arrows to move right selectionUse TAB to select grip buttons or left and right arrows to change selection100%
MATLAB Answers

6 Domande
6 Risposte

File Exchange

2 File

Cody

12 Problemi
847 Soluzioni

RANK
2.622
of 298.264

REPUTAZIONE
23

CONTRIBUTI
6 Domande
6 Risposte

ACCETTAZIONE DELLE RISPOSTE
83.33%

VOTI RICEVUTI
13

RANK
5.037 of 20.554

REPUTAZIONE
261

VALUTAZIONE MEDIA
4.00

CONTRIBUTI
2 File

DOWNLOAD
2

ALL TIME DOWNLOAD
2573

RANK
142
of 160.718

CONTRIBUTI
12 Problemi
847 Soluzioni

PUNTEGGIO
8.871

NUMERO DI BADGE
19

CONTRIBUTI
0 Post

CONTRIBUTI
0 Pubblico Canali

VALUTAZIONE MEDIA

CONTRIBUTI
0 Punti principali

NUMERO MEDIO DI LIKE

  • 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

Visualizza badge

Feeds

Visto da

Domanda


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

circa un anno fa | 0 risposte | 0

0

risposte

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

quasi 4 anni fa | 2

| accettato

Domanda


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

circa 4 anni fa | 1 risposta | 0

1

risposta

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

quasi 5 anni fa | 0

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

quasi 5 anni fa | 0

Risposto
Regarding concatenated error.
data = cell2mat(data1')

quasi 5 anni fa | 0

| accettato

Domanda


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

oltre 9 anni fa | 2 risposte | 1

2

risposte

Domanda


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

circa 12 anni fa | 2 risposte | 5

2

risposte

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

oltre 12 anni fa | 0

Risposto
Silly question regarding plotting of contours
Check help TriScatteredInterp

oltre 12 anni fa | 0

Domanda


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

oltre 12 anni fa | 4 risposte | 4

4

risposte

Domanda


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

oltre 12 anni fa | 2 risposte | 1

2

risposte