![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/12835091_1526274328789_DEF.jpg)
Paridhi Yadav
IIT Indore
Followers: 0 Following: 0
Statistik
RANG
2.915
of 297.046
REPUTATION
20
BEITRÄGE
0 Fragen
11 Antworten
ANTWORTZUSTIMMUNG
0.00%
ERHALTENE STIMMEN
4
RANG
of 20.422
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
i am trying to write a function to find the second max number
In your function you can write res = sort(v) SeMax = res(end-1) It will give you the last second value after sorting...
mehr als 6 Jahre vor | 1
How can I delete my Mathworks ID?
You should contact MathWorks Support for that http://www.mathworks.com/support/contact_us/index.html
mehr als 6 Jahre vor | 1
Add rows of a vector in a for loop
Hey, so you can first declare a large matrix of (8*cornerpoints*2) x 2 and declare a variable k and then every time inside the l...
mehr als 6 Jahre vor | 1
| akzeptiert
how can wirte this integration in matlab.
fun = @(q) q^4/(2*pi*(k^3)*((q + qs)^2)*sqrt(1-(q/2*k)^2)); jdp(k) = integral(fun,0,2*k);
mehr als 6 Jahre vor | 0
please give me mat-lab code for these following expression
f_u2 = 0.5*(G/hg*(sqrt(b + (4*hg*l*f_ul/G)) - (G*b/hg + 2*f_ul)))
mehr als 6 Jahre vor | 1
| akzeptiert
3D plot of a matrix
You can do it like this, since you have not given position I have assumed (1, 2, 3, 4) to be the position. A = [ 200 30...
mehr als 6 Jahre vor | 0
Loop and element-by-element operation on table
Hey, you have first loaded the values from text file in h, t and rho and then you have assigned them the value 1,2,3...20 so the...
mehr als 6 Jahre vor | 0
| akzeptiert
How to make this plot
Hey, you can extract the data of P in two different vectors, one with all true(1) value and one with false(0) and plot both of t...
mehr als 6 Jahre vor | 0
Questions about the elapsed time of Enumeration
Hey in your code you are adding a row in weight every time the loop runs, instead of this while initializing weight give total n...
mehr als 6 Jahre vor | 0
License Manager Error -97 の解決方法
Hey the question is already answered, check out the answer by Mathworks Support Team on this link - <https://www.mathworks.c...
mehr als 6 Jahre vor | 0