Answered
App Designer "internal error" after trying to move the file
Hi @michael bajema, Before trying out any troubleshooting methods, always create backups of your original files. It is not pos...

3 maanden ago | 0

Answered
graphics displaying problem in gui after using copyobj
Hi @hui wang, Assuming that you're experiencing issues with the "copyObj" function not accurately copying data from the origin...

3 maanden ago | 0

Answered
Get the figures that video created
Hi @Ron, Assuming that you have the script that was used to create the video, you can modify the script and use the "savefig" ...

3 maanden ago | 0

Answered
Conical Projection in plane
Hi @SWETHA MOHANACHANDRAN, Assuming that you are trying to visualize a cone that emanates from a point and extends outward int...

3 maanden ago | 0

Answered
Apply conditions in if statement.
Hi @Silpa K, Assuming that you are trying to find the modulus of the value so that you can effectively compare this with , th...

3 maanden ago | 0

Answered
Show given vector is in the span of two other vectors
Hi @amy wang, Using the "linsolve" function to set up the system of linear equations indeed is the solution to your problem. Y...

3 maanden ago | 0

Answered
Using fminsearch for solving a problem with constraints
Hi @Andrew, You can perform the softmax transformation on your unconstrained variables in the code itself. The softmax transfo...

3 maanden ago | 0

Answered
How to assign nodes to faces of a 3D tetrahedral mesh (pdetool)
Hi @claudio, Thanks for providing the solution for assigning nodes to faces of a 3D tetrahedral mesh. Generating a mesh for yo...

3 maanden ago | 0

Answered
Simplex Algorithm in MatLab
Hi @FK KF, You can use the "linprog" function and before running the code for the function, set the "optimoptions" to use the ...

3 maanden ago | 0

Answered
Genetic algorithm objective function
Hi @GEORGIOS BEKAS, You can create a symbolic vector and then compute the sum of all elements in . numVariables = 100; % ...

3 maanden ago | 0

Answered
Getting the centroids in KNN clasiification
Hi @Mathieu Chêne, Unlike the K-Means clustering algorithm, that explicitly computes centroids of clusters, the K-Nearest Neig...

3 maanden ago | 0

Answered
How to define this function?
Hi @Niloufar, You can create the following function handle for and calculate using the "integral" function: % Sample values...

4 maanden ago | 0

Answered
How to find the Relative Root Mean Square Error for the given data?
Hi @Sadiq Akbar, @Manikanta Aditya's comment (https://www.mathworks.com/matlabcentral/answers/2091226-how-to-find-the-relative...

4 maanden ago | 0

Answered
What is wrong in this code? trying to code the equation and j is time instant
Hi @Aastha Singla, Here are a few corrections you can make in your code: The size of vector x should be , i.e. not . Matrix...

4 maanden ago | 0

Answered
linearity
Hi @puneeth kumar.s, Considering that you are plotting data and trying to determine linearity based on how well the data fits ...

4 maanden ago | 0

Answered
Linear solving without fixing the input
Hi @D D, In essence, I believe you are trying to solve the equation, where . The use of "lsqlin" does not seem appropriate fo...

4 maanden ago | 0

Answered
Maltab Version R2015a required for student download
Hi @Max Bickelhaupt, As stated in the comments, there is no free version available for MATLAB. You can install the trial versio...

4 maanden ago | 0

Answered
Avast detected a virus threat (IDP.ALEXA.54) in my own standalone application
Hi @Jakub Haifler, The IDP.ALEXA.54 alert is a generic detection that can sometimes mistakenly identify legitimate software, s...

4 maanden ago | 0

Answered
on implementing the code in matlab its showing error "unrecognised variable or function 'leach_enhanced'. "
Hi @Ritika Parija, The function "leach_enhanced" appears to be a custom function, as it is not provided by MATLAB. Since this f...

4 maanden ago | 0

Answered
Problemas con X11 en la instalación en Ubuntu 24.04
Hi @Carlos Garcia Gomez, Due to glibc incompatibility with Linux machines using Intel or older NVIDIA graphics chips, OpenGL f...

4 maanden ago | 0

Answered
MATLABEngine.ConnectMATLAB() executed twice: first time it works, subsequent times - won't work, until you restart the program
Hi @Andy, You cannot connect to the same shared MATLAB session twice. This is because the "StartMATLAB" function returns a "un...

4 maanden ago | 0

Answered
Source Control in a SIMULINK Project
Hi @chef13, Integrating Git with Simulink Projects simplifies conflict resolution and enhances your commit-push-pull workflow t...

4 maanden ago | 0

Answered
GIT - Error using GIT in merging branches
Hi @Xander Slot, In MATLAB, the source control integration is enabled by default and there are no settings to define the path f...

4 maanden ago | 0

Answered
Reverting a full project to a specific revision
Hi @Avi Zohar, You can try leveraging the terminal for this purpose. First navigate to the root of your project cd <path to r...

4 maanden ago | 0

Answered
Source control and Git utilization
Hi @Federico Giusto, If the GUI appears confusing when trying to perform the merge, you can use the command line alternative f...

4 maanden ago | 0

Answered
Push code error in git :Unable to locate the Git executable
Hi @Sure, It seems that the issue stems from the Windows Environment not being able to locate the Git executable. To check whet...

4 maanden ago | 0

Answered
I need help in configuring Git Credential Helper
Hi @Daigo, You do not need to use an external credential manager for Git when working with MATLAB. The section about setting u...

4 maanden ago | 0

| accepted

Answered
can i get this trial simulink model?
Hi @Meron Tadele, As of R2024a, there is no trial version available for the humanoid walker model. To access the humanoid wa...

4 maanden ago | 0

Answered
CFD Grid Refinement study to measure L1 and Ling=f Norm errors and adding periodic boudaries
Hi @Brian, The approach you have taken for the solution seems incorrect as the plot for the errors for half points is a straig...

4 maanden ago | 0

Answered
Plotting speed data in 3D (Cube)
Hi @Keith Hay, The "patch" function can be used to plot the 3D cube with appropriate dimensions and by using the "fill3" func...

4 maanden ago | 0

Load more