Community Profile

photo

Harsh Mittal


Last seen: 거의 2년 전 2020년부터 활동

Followers: 0   Following: 0

Hi, I am an undergrad student at Visvesvaraya National Institute of Technology, India. I am pursuing my bachelor's in mechanical engineering.

Programming Languages:
MATLAB

통계

All
  • Thankful Level 2
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


Accessing Signal in MATLAB SLDD from bus editor
I have a sldd which contains various simulink busses inside it, I wanted to access the signals which were present inside the bus...

거의 2년 전 | 답변 수: 1 | 0

1

답변

질문


How to get the equations used in making calculations?
Hi, I am trying to study the generating and using simulated data ensemble, from this source- " https://in.mathworks.com/help/pr...

2년 초과 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...

2년 초과 전

질문


Object Tracking for frequency
I am trying to find frequency of ocsillation of a spring by its video of oscillation, but i am unable to plot its oscialltion(y-...

2년 초과 전 | 답변 수: 0 | 0

0

답변

질문


How to create a search box in List Box in MATLAB GUI?
I have a listbox in my MATLAB GUI, it contains 200 items to select from. I want to add a search option in my listbox so that I c...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to show the legend of a symbolic function while plotting its graph? I have a created a symbolic function by running the code and i am plotting it as well, but i wanted to show the calculated function also in its plot. How to resolve this issue?
I am plotting several functions in one graph using hold on and to show the legend is am using legend('show') but it only s...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


How to Reduce precision in symbolic calculations? I am finding y coordinates of a function using the given values of x, but i need a precision of only 6 digits whereas it is showing precision of upto 32 digits. Is there any way to reduce this.
I have written this code F(x)=str2sym(input('\n Enter your Function \n','s')); n=5; for i=1:n Xc(n-i+1)=cos((2*i-1)*...

3년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I am trying to write a recursive code to check whether a string is palindrome or not, when i am running a trial case a error message shows up stating "he function call palindrome('madam') caused an error and did not complete (MATLAB:TooManyOutputs)".
% I am writing a code to find the palindrome of a string using recursion but i am getting the error The function call palindrome...

3년 초과 전 | 답변 수: 1 | 0

1

답변