Answered
Cannot install Matlab 2006b on my Windows 11 laptop
See System Requirements - Release 2006b That should tell you all you need to know about the reasons that will likely never wor...

5 months ago | 1

Answered
Using sgolayfilt in derivative analysis of absorption images
The sgolayfilt function is used in signal processing of one-dimensional signals, not image processing of two-dimensional arrays....

5 months ago | 0

Answered
I am trying to fill in the area between these two curves.
Perhaps something like this -- clc clear all Duty = [0 2112798.41 4225596.82 6338395.22 8451193.63 ...

5 months ago | 0

| accepted

Answered
How show direction of line inside plot and ?
I am not certain what you want. My best guess is that you want smaller arrows in the last two figures. The fifth argument to q...

5 months ago | 1

Answered
Installing MATLAB 2025a in Ubuntu 22.04
I run the MATLAB Installer. This usually works, however it will first stop when it cannot create the installation directory. Y...

5 months ago | 0

Answered
Trying to do an fsolve via an anonymous function
I exrtracted your code sections and attempted to run it. You need to check the trapz integration. The call to it is correct,...

5 months ago | 1

Answered
Statistics and ML Toolbox
You may have path problems. Run these from a script or your Command Window -- restoredefaultpath rehash toolboxcache If...

5 months ago | 0

Answered
3D surf plot for more than two quantities
One problem is thta your surf calls have the wrong syntax. This works. I made the surfaces partially transparent (the FaceAlph...

5 months ago | 0

Answered
Finding coordinates of a point from bisector of two lines
Sure! Fortunately, I kept the code ... clear close all xq = [-1000 0 -200 -1000 -1000]; yq = [-450 0 -1000 -1000 -450]...

5 months ago | 1

| accepted

Answered
Synchronizing the data of 2 subdevices within 1 device.
I would copy both original data records to appropriate timetable arrays, and then use the synchronize function. It might be ne...

5 months ago | 0

Answered
Shading an area between two curves symbolically
It is necessary to get the relevant 'x' and 'y' values from the fplot calls first. You can then use them in the patch call. ...

5 months ago | 1

| accepted

Answered
Problem istalling ML 2025 on Tower Computer but not Laptop, why?
From the documentation -- Can I use MATLAB Home on 2 computers simultaneously? The MATLAB Home License can only be used on a...

5 months ago | 0

Answered
how to plot fabric diagram as in the fig
I have no idea what a 'fabric diagram' is, beyond your description. (An Interweb search produced no useful reslults.) Plotti...

5 months ago | 0

Answered
Error: Inputs must be character vectors, cell arrays of character vectors, or string arrays.
I am not certain what result you want, however for string arrays, you can just use arithmetic operators. Try this -- A = ["...

5 months ago | 0

| accepted

Answered
Symbolic integration: error
I ran your code in MATLAB Online. There are some integrands that simply cannot be integrated and give closed-form symbolic re...

5 months ago | 0

Answered
search text in arraycell
This may be more convoluted than it needs to be, however it has the virtue of returning the desired result. I know of no other ...

5 months ago | 0

| accepted

Answered
datetime error in 2025a version
I may be missing something, however it appears that 'My.Date' is already a datetime array. You do not need to do anything to ...

6 months ago | 0

Answered
Populating a tiledlayout vertically rather than horizontally
One option could be to use the TileIndexing property, and set it to 'columnmajor'.

6 months ago | 2

| accepted

Answered
Adding text labels above bars
A lot of aspects of your code co not match the numbers of labels that you have. Adjucting various aspects of it make other aspe...

6 months ago | 0

| accepted

Answered
How can I use table() with a variable number of columns?
Something like this seems to work -- data = randn(2,5,4); jj = 1; T{jj} = array2table(squeeze(data(jj,:,1:3)), VariableName...

6 months ago | 0

| accepted

Answered
Splitting two nearly overlapping curves
It might be possible, however it would likely require a lot of manual experimentation. I experimented with an approach that i...

6 months ago | 1

| accepted

Answered
Can't use MATLAB on fedora 42
MathWorks is having problems (and has been since 19 May). See the Status page for details. It's mostly backup here in the U....

6 months ago | 0

Answered
Can't Watch Tutorial Videos from Mathworks Website.
It's not your browser. See the Status page for an explanation.

6 months ago | 0

| accepted

Answered
Need a tangent line in my plot like the example provided but I cannot seem to do it
Calculate the numerical derivative, find its value at the desired point on the curve, and calculate the tangent line parameters....

6 months ago | 0

Answered
Why am I getting an error installing MATLAB on Ubuntu 24.04
I recently (mid-May 2025) needed to install MATLAB R2025a on Ubuntu 24.04. I downloaded and ran the MATLAB installer app. Th...

6 months ago | 0

Answered
i can't download matlab in my computer
See the Status page for details. MathWorks is gradually returning to full capacity. It is essentially 'up' in the U.S., howe...

6 months ago | 1

Answered
Spatial, coloured vectors
The quiver3Dpatch File Exchange contribution can probably do what you want. You will need to use the usual quiver3 argument for...

6 months ago | 1

| accepted

Answered
when installing an add on
You have to create the directory using sudo mkdir. I believe that is all that is required. After that, the installatiion shoul...

7 months ago | 0

Answered
Unable to run Matlab r2017a after installation, not desktop shortcut found even in "all apps" section under settings
There could be operating system incompatibilities. See: Previous Releases: System Requirements and Supported Compilers I...

7 months ago | 0

Answered
Cannot create or open .m files in Matlab UI.
I doubt any of us on Answers will be able to help you with this. Did your Linux distro update without your knowledge? Do you...

7 months ago | 0

Load more