Risposto
Iterating the eigenvalue function (eig) produces patterns --- is this a well known result?
I'd have a hard time believing this is well known. @Christine Tobler would be the one to know though, and she agrees. It just f...

10 mesi fa | 0

Risposto
Question on the format of 2D curve fit equations in plot
Scientific notation. 6.588e + 06x^2 == 6.588*10^6 * x^2 Note that it is easier and faster to write, and even a bit easier to ...

10 mesi fa | 0

| accettato

Discussion


Approximating a floating point number with a finite representation in decimal form
I saw an interesting problem on a reddit math forum today. The question was to find a number (x) as close as possible to r=3.6, ...

10 mesi fa | 0

Risposto
How do I find the average of a vector of units by using a for loop?
When you create a variable name, NEVER, NEVER, NEVER use a name that is an existing and useful function name. (Well, it might be...

10 mesi fa | 0

Risposto
how to find orthonormal vector with condition?
Confusing question. Which probably means I'm misunderstanding your goal here, or that I am myself confused, which is not uncommo...

11 mesi fa | 0

Risposto
Closed contour with least square differences to dataset
This can be quite difficult if you have some completely arbitrary form. But you tell us this is a simple closed form. And as lon...

11 mesi fa | 0

Risposto
MATLAB R2018a needed
We cannot give you a copy of MATLAB. Answers is not customer support anyway. And even they don't just give out copies for anyone...

11 mesi fa | 0

Risposto
[coeffA,scoreA,latentA] = pca(X);
The editor likes to complain. Just the kind of program it is. Think about this as a suggestion, a hint, in case maybe your code...

11 mesi fa | 0

Risposto
How to define 1-bit variable in data dictionary?
MATLAB does not have a true 1-bit data class. Even a logical, which is clearly a 1 bit thing, thus either true or false, is sto...

11 mesi fa | 0

| accettato

Risposto
Polyfit isn't adjusting to decreasing sinoidal data
Do you appreciate just how NON-polynomial-like this data is? Your data appears to be a variation of decaying sinusoid. While, ...

11 mesi fa | 0

| accettato

Risposto
Precision Loss in Arithmetic Encoding of Binary Vectors for Reversible Data Hiding in 3D Meshes
You are telling us that you effectively have a binary number with 7000 binary bits. You convert it to a decimal number, and then...

11 mesi fa | 0

| accettato

Risposto
SVD to a matrix subset (rows)
No, I don't think you can easily find the SVD of a subset of the rows of a matrix, based on the SVD of the full matrix. At least...

11 mesi fa | 2

Risposto
I can not say wether Eigs is giving expected results or not
It is literally trivial to get large differences there. We need not even use eigs. Eig will suffice. A0 = randn(6); A0 = A0 + A...

11 mesi fa | 2

| accettato

Risposto
How to correctly find the solution of a system of equations containing trigonometric functions
It was smart of you to look at the results, and question them. Always think about what comes out from a solver. Does the solutio...

11 mesi fa | 0

Risposto
Analytic solution of quatric polynomial does not add up
One of the things you need to learn about symbolic algebra, is two expressions may not look the same, but that does not mean the...

11 mesi fa | 0

Risposto
Function requires a Toolbox for which you do not have a license
If you could use it in the past, then you had a license for that toolbox. You cannot use a function from a toolbox where you lac...

12 mesi fa | 0

Risposto
save a cmyk image in jpeg
No. Imwrite cannot save a CMYK image to JPG. However, it can save a 4 channel image to a PNG format. Then I would open the image...

12 mesi fa | 0

| accettato

Risposto
Help with Difference Equation in MATLAB
Since V_i and h_i appear to vary with the index i, there is no analytical solution. (If V and h were constants, not changing wit...

12 mesi fa | 0

Risposto
Unexpected results using SVD to separate components that make up a function
Yes. You do misunderstand how svd works, and what it produces. As well, I think you misunderstand what a rank 1 matrix means. A...

12 mesi fa | 1

| accettato

Risposto
Why does DC offset occur when integrating AC signals in MATLAB/Simulink?
It looks like you want to integrate what appears to be a sine wave. You did that, expecting to get a pure cosine wave, Right? ...

12 mesi fa | 2

Risposto
fill function sometimes working and sometimes not working, why?
Seems trivial to me. (Ok, easy. Triviality is in the eye of the beholder.) I don't give a hoot about how many real roots it has,...

12 mesi fa | 0

Risposto
how to manage fzero output
I'd argue you are thinking about this the wrong way.You see that fzero has a problem, so you think you need to do something to f...

12 mesi fa | 0

| accettato

Risposto
Inquiry on Time Complexity of cumsum
There is no (good) answer to your question. And that answer will subtly change next year too, with the next release of MATLAB, o...

12 mesi fa | 2

| accettato

Risposto
Effect of rng on Genetic Algorithm
Let me expad on what @Walter Roberson said. There is no optimum seed, that is one seed that will be perfect for any problem. In ...

12 mesi fa | 0

Risposto
where is the setting to page/summarize large tables?
We don't want you to go nuts. But, I'm a little surprised, as tables do what you want already by default, using R2025a, on my co...

circa un anno fa | 0

Risposto
how can i contact any people in Mathworks interested in using and integrated our algorithm in Matlab software.
I'm sorry, but to be honest, I doubt they would be terribly interested, as there are too many problems that would arise. I assum...

circa un anno fa | 0

Risposto
Backslash (mldivide) slower than inverse and multiplication
First of all, you should NEVER be computing A*A' or A'*A. that is where most of the loss in accuracy arises. Whatever is the con...

circa un anno fa | 1

Risposto
Solving DE initial value problem symbolically in Matlab
Before we go too far, we want to look at your claimed solution. syms y(x) % tells matlab that y is an unknown function of x OD...

circa un anno fa | 0

| accettato

Risposto
How to work out trigonometric identities symbolically?
There are literally an infinite number of possible results you MIGHT expect for even that simple product. But simplify is able t...

circa un anno fa | 2

| accettato

Risposto
Computer Vision and Image Processing toolbox ISO26262 Certification
Answers is not customer support, but just a user forum. The information you request can come only directly from The MathWorks, n...

circa un anno fa | 1

Carica altro