Answered
Custom Actor example of Bicycle the wheels aren't rotating
Hi Damodar, I understand that you are not able to see the rotation of the wheel of the bicycle. Please carefully go through th...

1 year ago | 0

Answered
Discontinuity in plot after applying moving average filter
Hi Shadi, I understand that you are getting discontinuous graph when you used smoothdata. The discontinuity is due to the valu...

1 year ago | 0

Answered
I have multiple for loops and the code is slow. How can I speed it up?
Hi Matt, I understand that you want to speed up your execution time of your code. There are a couple of workarounds to reduce ...

1 year ago | 0

Answered
Matlab online not working in chrome
Hi Chaitanya, I understand that you are facing an issue while opening MATLAB online. Can you follow this link for some other ...

1 year ago | 0

Answered
Missing header's folder structure under "C:\Program Files\MATLAB\R2023a\toolbox\coder" path
Hi Manikanta, I understand that you are looking for a specific folder structure in R2023a version. I noticed that it has been...

1 year ago | 0

| accepted

Answered
Configure Up Arrow to switch to command window when in figure window
Hi Jeremy, I understand that you want to go to command window on click of up_arrow from figure window. If you press any key th...

1 year ago | 0

Answered
Can you explain these simulink model of fuzzy ann controller?
Hi, I understand that you are looking for explanation of Fuzzy Artificial Neural Network. Here's an overview of each block in ...

1 year ago | 0

| accepted

Answered
How to access to a MATLAB Webinar Series?
Hi N Aliya, I understand that you are interested and looking for https://www.mathworks.com/company/events/seminars/series/che...

1 year ago | 0

Answered
Is there a possibilty to share a GUI (or app) created programmatically as a Web App?
Hi Yasser, I understand that you want to share your GUI or app as a Web App. There are multiple methods available for sharing ...

1 year ago | 0

Answered
Applying a MRMR feature-selected ensemble model to new data
Hi Impala, I understand that you used ‘MRMR feature selection’ algorithm to limit the number of features to 20. The 'fscmrmr()...

1 year ago | 0

| accepted

Answered
Solving symbolic system of equations returns conditions that exactly match equations
Hi James, I understand that you are solving the equations using ‘solve()’ function. The conditions you mentioned are not an ...

1 year ago | 0

Answered
Trouble with add-ons (Trial version r2023a)
Hi, Esta respuesta está escrita en inglesa y está diseñada para darle la respuesta más rápida. I see that you are getting er...

1 year ago | 0

Answered
Install Matlab on server with no GUI - No graphics display found. Unable to start application in GUI mode.
Hi, I see that you are facing the issue while installing MATLAB with no GUI. Please refer the following instructions for ins...

1 year ago | 0

Answered
带有多个参数的二重积分积分,求出带参数的-表达式
Hi 此回复是用英文写的,旨在给您最快的回复。 I understand that you are integrating the equation on ‘alpha’ and ‘z’. I want to inform you that t...

1 year ago | 0

Answered
Similarity of histograms: interpretation of cosine and jaccard similarities with "pdist2"
Hi Sim, I see that you are comparing two vectors by using ‘cosine’ and ‘jaccard’ distances between them. They are not the sa...

1 year ago | 1

| accepted

Answered
draggable scatter plot for pole location
Hi Guillaume, I see that you are getting an error saying that invalid or deleted object when you tried to drag the plot in pol...

1 year ago | 0

Answered
Missing Web connection on matlab 2023a install Mac M1
Hi Melanie, I understand that you are facing issues while trying to connect to the web from MATLAB. Here are some reasons alon...

1 year ago | 0

Answered
Error using matlab.io.xml.transform or matlab.io.xml.dom packages
Hi Wu, I see that you are using relative path in your code and “capitals.xml” is in a different folder. This may be the reason...

1 year ago | 0

Answered
Panel Position not affecting size
Hi Ty, I understand that you were not able to see the difference between the sizes when you changed the size of "connection2" ...

1 year ago | 0

Solved


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

1 year ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector F containing temperature values in Fahrenheit, return an output vector C that contains the values in Celsi...

1 year ago

Solved


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

1 year ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

1 year ago