photo

Paridhi Yadav


IIT Indore

Last seen: 4년 초과 전 2018년부터 활동

Followers: 0   Following: 0

통계학

All
  • Knowledgeable Level 2
  • First Answer
  • Promoter
  • Solver

배지 보기

Feeds

보기 기준

답변 있음
Opening a .mat file
load name_of_file.mat

6년 초과 전 | 0

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

6년 초과 전 | 1

답변 있음
How can I delete my Mathworks ID?
You should contact MathWorks Support for that http://www.mathworks.com/support/contact_us/index.html

6년 초과 전 | 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...

6년 초과 전 | 1

| 수락됨

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

6년 초과 전 | 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)))

6년 초과 전 | 1

| 수락됨

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

6년 초과 전 | 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...

6년 초과 전 | 0

| 수락됨

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

6년 초과 전 | 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...

6년 초과 전 | 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...

6년 초과 전 | 0