Risposto
I need to draw a shape in matlab help me
This is not a difficult problem. Not at all. But it is impossible for us to do it, based on having been given no information exc...

circa 2 mesi fa | 0

Risposto
Simmetrical Constraints in Multivariate Regression
Now please stop asking this question. I already suggested 3 ways you MIGHT solve it, the first time you asked. You could have ad...

circa 2 mesi fa | 0

| accettato

Risposto
Find limits satisfying a condition on an integral
You have posed a interesting problem, with a subtle flaw that possibly you don't understand. You asked to find an integral limi...

circa 2 mesi fa | 0

Risposto
Simmetry constraints in multivariate regression.
Sure. In fact, I can think of at least 3 ways to do so, almost trivially. Just estimate the upper (or lower half) of the matrix...

circa 2 mesi fa | 1

Risposto
how to find curve fiitng equation through custom equation
You can't. Yes, I want world peace. But do you think that just wanting it is sufficient? Nothing I do will change it either. The...

circa 2 mesi fa | 0

Risposto
Accidental deletion of project, how to contact file exchange admin
Why did you do that? Silly question, I know. ;-) Yes, it should be undoable. I'll contact the FEX admin and ask them to resolve...

circa 2 mesi fa | 0

| accettato

Risposto
Complex multiplication giving incorrect result
Yet another person who does not understand the realities of double precision arithmetic. Note that the imaginary part is roughl...

2 mesi fa | 2

Risposto
What is the best kind of MATLAB function to teach beginners?
I think I agree with @Stephen23, in that teaching symbolics first can cause issues. We see many new users who think everything s...

2 mesi fa | 1

| accettato

Risposto
Different results of the same caculation by loop code and by array code
As is almost always the case, when we see this complaint, it is because you do not understand how arithmetic works in terms of d...

2 mesi fa | 0

Risposto
我买了学生版
Are you sure you have the student edition, and not the 30-day free trial? It would appear you have gotten the trial version, by ...

2 mesi fa | 0

Risposto
MINLP problem in MATLAB with both integer constraints and nonlinear equality constraints
NOPE. Were I writing that code, hoping to solve a problem with integer variables, and general nonlinear equality constraints, et...

2 mesi fa | 1

Risposto
How to stabilize the edge effects in a cubic B-spline?
You don't show any data, so there is little we can actually do in a constructive way. But you don't have a great deal of control...

2 mesi fa | 0

| accettato

Risposto
What is the origin of "Weissinger Implicit ODE"
I usually laugh at the results of the AI tools available. Half the time they are blowing smoke, since they don't really understa...

3 mesi fa | 0

Risposto
my code does not have an answer
The failure of both vpasolve and fsolve suggests it is lkely no solutions exist at all for your problem. But merely the failure ...

3 mesi fa | 0

Risposto
Improved Euler's method compared to 4th order Runge - Kutta's method
Is it as good? COMPARE IT TO THE ANALYTICAL SOLUTION! We have gone through exactly this before. A big problem however, is you a...

3 mesi fa | 0

| accettato

Risposto
Clarification on Calculations for $v_{1,z} $ in "A Method for Verifying the Generalized Riemann Hypothesis"
I think, from almost line 1 of what you did, you don't understand double precision arithmetic, and that will cause everything yo...

3 mesi fa | 0

Risposto
Is the methodology used in "sdRemoveImpossibles" a heuristic or is it derived from an academic publication?
Note that just because something is found in a paper, does not make it even necessarily good mathematics. The lack of any requir...

3 mesi fa | 0

Risposto
Infinite while loop for Euler's method in order to solve ode
I think you misunderstand what is happening. Your ODE is y' = y - y^2/2 ymax is found when y' = 0, and so you find that y...

3 mesi fa | 0

| accettato

Risposto
generate random numbers among each non zero column elements
This is a 7 year old question, so there is probably no real utility in my posting an answer. But it is an interesting question t...

3 mesi fa | 0

Risposto
Surface triangulation of 3D points cloud
A common solution is to use a CRUST code. In fact, there is a version of CRUST to be found on the File Exchange, here: https://...

3 mesi fa | 0

Risposto
Identify two linear trends from the data
The amount of noise in your data makes it almost impossible to estimate the two trends in any intelligent way, even assuming the...

3 mesi fa | 0

| accettato

Risposto
How can I make the following heatmap smoother while preserving the contours outlined by the green line?
I don't think interpolating your data will fix the problem, as your data is seriously bumpy. load DataMe.mat surf(TPP) view(...

3 mesi fa | 0

Risposto
Cannot Understand a Command
I would guess what they did was to ask you to write a matrix by something like the following description: M(a,b) = a + b w...

3 mesi fa | 0

Risposto
Solving non linear system with fsolve
Whenever you have a problem with hugely varying constants in it like this, it makes sense to consider if you should transform th...

3 mesi fa | 0

Risposto
How do I find the equation of points on a spline curve?
This is a question that gets aslked many many times about splines. And, well, you can't easily get a simple equation, as there i...

3 mesi fa | 0

Risposto
Too many input arguments error in objective cost function using fminsearchbnd
Did it even work using fmincon? I can't test that out, since we lack your data. And lacking your data, I can't test fminsearchbn...

3 mesi fa | 1

| accettato

Risposto
How to map voltage to battery percent?
This is just a simple linear interpolation. Think about it! Suppose you subtract 45 from the voltage. When V was zero, you now ...

3 mesi fa | 0

| accettato

Risposto
Constraint set to be a real number
First, constraints like: AV_constraint_1 = isreal(A_v); are not differentiable. Sorry. They can't be used in fmincon. Well, y...

3 mesi fa | 0

| accettato

Risposto
Numerical integration (Trapezoid, Simpson, Gauss)
"shouldn't Gauss' 3 points method give the best value for the integral ?" Why? In fact, no. There is no reason for that to be t...

3 mesi fa | 0

Risposto
Why does MatLab give non integer values for whole numbers?
It is not even remotely ridiculous. Are you seriously claiming that the vector [0.7071;0.7071] is NOT a null vector? Any mult...

3 mesi fa | 1

| accettato

Carica altro