Community Profile

photo

Nidhi Nagar


Last seen: 2 years ago Active since 2022

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • First Answer
  • Revival Level 1
  • Thankful Level 1

View badges

Feeds

View by

Answered
Frame Rates
<https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.researchgate.net/post/How-can-I-solve-the-low-speed-of-my-simu...

2 years ago | 0

Answered
Frame Rates
You can refer to the link provided. I hope it would help you out.

2 years ago | 0

Question


Consider the statement and give the output of the code.
Consider the statements given below: x=-1:.1:1; y= x. ^2; plot (x,y,'g.') Give the output of above c...

2 years ago | 0 answers | 0

0

answers

Question


Plot a regular pyramid using given Cartesian coordinates
Plot a regular pyramid having Cartesian coordinates as X= [0,1, ½ , 0, ½ , 1 , ½ , ½ ] Y= [0,0,sqrt(3)/2,0,1/sqrt...

2 years ago | 1 answer | 1

1

answer

Question


Plot a graph using strike rate and yield rate.
Use the data given below to plot graph. Strike rate = 0.07, 0.08, 0.09, 0.10 and Yield rate = 345, 362, 419, 454, 463.

2 years ago | 0 answers | 0

0

answers

Question


Commands for plot and subplot
Examine the code given below in MATLAB: subplot(3,1,1); plot(t,x); subplot(3,1,2); plot(t,y); subp...

2 years ago | 1 answer | 0

1

answer