Community Profile

photo

Harsh Mittal


Last seen: fast 2 Jahre vor Aktiv seit 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

Statistiken

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

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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...

fast 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 2 Jahre vor | 0 Antworten | 0

0

Antworten

Gelöst


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

mehr als 2 Jahre vor

Frage


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-...

mehr als 2 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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...

mehr als 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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)*...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort