Community Profile

photo

Khaled Hamed


Last seen: 3 días hace Con actividad desde 2009

Followers: 0   Following: 0

Contacto

Water Resources

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

Estadísticas

All
  • 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

Ver insignias

Feeds

Ver por

Pregunta


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

2 meses hace | 0 respuestas | 0

0

respuestas

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

casi 3 años hace | 1

| aceptada

Pregunta


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

alrededor de 3 años hace | 1 respuesta | 0

1

respuesta

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

casi 4 años hace | 0

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

casi 4 años hace | 0

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

casi 4 años hace | 0

| aceptada

Pregunta


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

más de 8 años hace | 2 respuestas | 1

2

respuestas

Pregunta


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

más de 11 años hace | 2 respuestas | 5

2

respuestas

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

más de 11 años hace | 0

Respondida
Silly question regarding plotting of contours
Check help TriScatteredInterp

más de 11 años hace | 0

Pregunta


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

más de 11 años hace | 4 respuestas | 4

4

respuestas

Pregunta


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

más de 11 años hace | 2 respuestas | 1

2

respuestas