Answered
How to turn off "Result explorer" and "Generate report automatically after analysis" options in the coverage settings through command line
Hi Shashwat, You can refer the answer in the link to understand how to get command line parameters from the Configuration Par...

mer än 3 år ago | 0

Answered
How do I receive and use NoteOn messages from a midi device in MATLAB?
Hi Joel, It is my understanding that you want to access the message and note value from the "midimsg" received and use it wit...

mer än 3 år ago | 1

| accepted

Answered
how to solve this equation?
Hi I am assuming you want to solve the equation d = solve(eq1==Th1,eq2==Th2,eq2==Th3,eq2==Th4,Rs,Ld,Lq,kexi); You can try u...

mer än 3 år ago | 1

| accepted

Answered
I want to use atan2 in my equation. When I use atan2 , I get answer NaN. But when I use 'atan' , i didn't get NaN. Why?
Hi Vishal, You can try with "atan2" after making the following modifications syms alpha1 alpha1_d alpha1_dd real and add th...

nästan 4 år ago | 0

| accepted

Answered
How to simplify a symbolic matrix
Hi Sourav, As mentioned in the documentation for "simplify" there is no universal idea to the simplest form of an expression. Y...

nästan 4 år ago | 1

| accepted

Answered
how to modulate and demodulate dpsk signal using MATLAB
Hi, From my understanding, you are looking to modulate a DPSK signal and demodulate it using MATLAB. You may want to look into...

nästan 4 år ago | 0

Answered
how to count my steps with my mobile and how can i send it to the coumputer?
Hi ron, Kindly refer to the following links for help with counting steps with MATLAB Mobile and sending the data to your comput...

nästan 4 år ago | 0

Answered
i have to draw an incircle in a triangle.
Hi Saurabh, Assuming you have calculated the incentre and inradius for the incircle, you can plot the incircle by using the p...

ungefär 4 år ago | 1

Answered
How do I update a plot in a figure without closing the gui and without the plots stacking on top of each other?
Hi, I am assuming that you want to update the plot generated without closing the GUI and without a new plot being created. A n...

ungefär 4 år ago | 0

Answered
Getting UTC time from Posix time - leap seconds
Hi, I am assuming you want to convert posixtime to UTC and take into account the leap seconds. This can be done using the "dat...

ungefär 4 år ago | 1

Answered
Create a mosaic using average color of block given image
Hi, I am assuming you want to get the average of color of each block for each component separately. In your function "myfun" by...

ungefär 4 år ago | 1

| accepted

Answered
showing "unable to resolve name yout.getElement"
Hi, The above error message "unable to resolve the name yout.getElement" is shown because the variable yout is not present in t...

ungefär 4 år ago | 4

Answered
How to connect a line between two moving points?
Hi Pablo, Assuming you want to join the points representing the "crank" and the "slide", you can do this in a similar way how ...

ungefär 4 år ago | 1

| accepted

Answered
How to compute a definite sum of a vector as an LP constrain
Hi Roeland, I am assuming you want w(t) = sum(x(1:t)) for all values of t from 1 to V. In order to do that you may wa...

ungefär 4 år ago | 0

Answered
Matlab won't solve system of equations
Hi, You may want to recheck the system of equations you want to solve as I can see inconsistencies in eq1-2 and eq3-4 eq1 ...

mer än 4 år ago | 0

Answered
Minimization of a function using fmincon with no constraints vs. using fminbnd
Hi, Kindly refer to the limitations of the fmincon function below: https://www.mathworks.com/help/optim/ug/fmincon.html#bu...

mer än 4 år ago | 0

Answered
Unable to write loops for self playing connect4 win conditions
Hi, Assuming you want your code to end execution once the win condition is reached, you can use the return function as follow...

mer än 4 år ago | 0