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.
Programming Languages:
MATLAB
MATLAB
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 years 前 | 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...
3 years 前 | 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...
3 years 前
提问
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-...
3 years 前 | 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...
3 years 前 | 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...
4 years 前 | 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)*...
4 years 前 | 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...
4 years 前 | 1 个回答 | 0