Bharat
Virginia Polytechnic Institute & State University
Followers: 0 Following: 0
Statistik
12 Fragen
0 Antworten
RANG
35.228
of 295.486
REPUTATION
1
BEITRÄGE
12 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
58.33%
ERHALTENE STIMMEN
1
RANG
of 20.236
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.950
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
Regression in matlab to estimate parameters
Hi, I want to use regression to fit parameters to a function I define. I tried using fminsearch in matlab, and it doesn't con...
fast 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
numerical solution for a Double integral
Hello, I have a double integral as shown . How do I solve it numerically with matlab? <</matlabcentral/answers/uploaded_fi...
etwa 9 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
corresponding elements of a setdiff of another variable
Hello, I have a question about setdiff. I have three variables X ,Y, p. I need to find elements of Y excluding elements of p a...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to call a function with a char variable
Hello, Can someone help me with a small problem? I stored my workspace as: s= whos() THe actual values are: s(1).name =...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
matlab returns 'Error using <='
Hello guys, I need help with a script. I have a function which contains the following commands: l = Y(abs(X-Sal)<0.00...
mehr als 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Logical indexing in maltab
Hello, I need help regarding a code.: Sal = para(i,7); y= X(X<Sal); this doesn't change the output The vaulue of Sa...
mehr als 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How do I get output arguments from a function without calling it (not as ans)
Hi All, I require the output arguments of a function without calling them from the command line. For example: function is ...
mehr als 9 Jahre vor | 4 Antworten | 1
4
AntwortenFrage
how to compare the content of two strings in a cell in matlab?
Hi everyone. I want to compare two strings in cells s1 and s2 . I tried strcmp(s1(1,1),s2(1,1)) and strcmp(s1{1,1},s2{1,1}) but ...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
save figure with filename from a cellarray
Hello. I have coordinate (X,Y) for a plot. I want to save the scatter plot using filename from another cellarray. I used t...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
subtract two data points in a cell array
Hi. I have a cell array Sa (338 X 1929). I want to subtract two points (which are numbers). For example: Sa(i,2)-Sa(i-1,2). Matl...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
comparing two equal strings
Hello everyone. How do i return false when comparing two equal strings? i have two strings x = 'MIH06' and y= 'MIH06'. I want st...
fast 10 Jahre vor | 1 Antwort | 0
1
AntwortFrage
match a word/string
Hi all. I have a file, in which the first column which contains 27k rows of words/strings. (eg:GDD51). I need to search a part...
fast 10 Jahre vor | 2 Antworten | 0