photo

Khaled Hamed


Last seen: Today 2009년부터 활동

Followers: 0   Following: 0

메시지

Water Resources

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

통계

All
MATLAB Answers

6 질문
6 답변

File Exchange

2 파일

Cody

12 문제
847 답안

순위
2,655
of 300,392

평판
23

참여
6 질문
6 답변

답변 채택
83.33%

획득한 표
13

순위
5,073 of 20,934

평판
261

평균 평점
4.00

참여
2 파일

다운로드 수
2

ALL TIME 다운로드 수
2573

순위
144
of 168,373

참여
12 문제
847 답안

점수
8,871

배지 수
19

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • 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

배지 보기

Feeds

보기 기준

질문


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

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

0

답변

답변 있음
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...

4년 초과 전 | 2

| 수락됨

질문


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

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

1

답변

답변 있음
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...

5년 초과 전 | 0

답변 있음
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...

5년 초과 전 | 0

답변 있음
Regarding concatenated error.
data = cell2mat(data1')

5년 초과 전 | 0

| 수락됨

질문


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

대략 10년 전 | 답변 수: 2 | 1

2

답변

질문


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

거의 13년 전 | 답변 수: 2 | 5

2

답변

답변 있음
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....

거의 13년 전 | 0

답변 있음
Silly question regarding plotting of contours
Check help TriScatteredInterp

거의 13년 전 | 0

질문


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

대략 13년 전 | 답변 수: 4 | 4

4

답변

질문


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

13년 초과 전 | 답변 수: 2 | 1

2

답변