ugur uresin
Followers: 0 Following: 0
Statistik
8 Fragen
0 Antworten
RANG
214.841
of 300.379
REPUTATION
0
BEITRÄGE
8 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
87.5%
ERHALTENE STIMMEN
0
RANG
of 20.931
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 168.299
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Is there a method to plot multiple figure as a gallery?
Is there a method to plot multiple figure as a gallery that user can change plots by simply clicking arrows or choosing the one ...
mehr als 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can I determine last row and pointed out in a xlsread?
My code is below: [num, txt] = xlsread('S:/PLOT/PLOT.xlsx', 'D1:XFD1'); XFD1 is the last row in excel and it takes time!...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Importing 'n' number of cells in xlsread while n is not constant!
My code is given below n=caselist(1,1); [num, txt] = xlsread('S:/PLOT/PLOT.xlsx', 'B4:B29'); In my data, the start ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Adding multiple interp1 in a loop
Creating a loop for adding n number of interp1 functions: sqrt(interp1(x1,y1,X) + interp1(x2,y2,X) +...+ interp1(xn,yn,X)) ...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Plotting two vectors/arrays/curves with different distribution intervals as a single curve
Suppose that I'd like to plot y1+y2 against x for the interval of [120,480] x y1 x y2 24 1.4050 15 9.4526 48 0.8348 3...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Separating values in cell arrays
Suppose, one of the my columns in my excel data as follows: 'G1(f1) : Resulting Value = 0.5' 'G1(f2) : Resulting Val...
mehr als 7 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Importing a certain value on the cell (Excel)
My problem is quite specific. I would like to import a certain value on the excel cells. The problem is that cell includes both...
mehr als 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How can I select particular elements by an increasing step in rows?
10 20 30 11 21 31 12 22 32 13 23 33 14 24 34 15 25 35 16 ...
mehr als 7 Jahre vor | 1 Antwort | 0
