Khaled Hamed
Followers: 0 Following: 0
Water Resources
MATLAB, Visual Basic
Spoken Languages:
Arabic, English
Statistik
RANG
2.786
of 295.569
REPUTATION
21
ANTWORTZUSTIMMUNG
83.33%
ERHALTENE STIMMEN
12
RANG
4.982 of 20.247
REPUTATION
261
DURCHSCHNITTLICHE BEWERTUNG
4.00
BEITRÄGE
2 Dateien
DOWNLOADS
2
ALL TIME DOWNLOADS
2573
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
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 ...
9 Monate vor | 0 Antworten | 0
0
AntwortenHow 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...
mehr als 3 Jahre vor | 1
| akzeptiert
Frage
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...
mehr als 3 Jahre vor | 1 Antwort | 0
1
AntwortHow 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...
mehr als 4 Jahre vor | 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...
mehr als 4 Jahre vor | 0
Regarding concatenated error.
data = cell2mat(data1')
mehr als 4 Jahre vor | 0
| akzeptiert
Frage
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: ...
mehr als 9 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
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...
fast 12 Jahre vor | 2 Antworten | 5
2
Antwortenvery 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....
fast 12 Jahre vor | 0
Silly question regarding plotting of contours
Check help TriScatteredInterp
etwa 12 Jahre vor | 0
Frage
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 ...
etwa 12 Jahre vor | 4 Antworten | 4
4
AntwortenFrage
Any idea why all([]) is true while any([]) is false
>> all([]) ans = 1 >> any([]) ans = 0
mehr als 12 Jahre vor | 2 Antworten | 1