![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/17367435_1579944604540_DEF.jpg)
Harsh Mittal
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.
MATLAB
Statistik
RANG
183.954
of 297.016
REPUTATION
0
BEITRÄGE
7 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
57.14%
ERHALTENE STIMMEN
0
RANG
of 20.419
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
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...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 3 Jahre vor | 0 Antworten | 0
0
AntwortenGelö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 3 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 3 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
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 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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)*...
etwa 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
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 4 Jahre vor | 1 Antwort | 0