Getting same output dimension from the fimplicit matlab functionMATLAB interpretation of Xcorr2 - Cross Correlation functionHow to compute the upper incomplete gamma function in MATLAB?I am trying to plot a function and its derivatives with matlab. Getting the error “inner matrix dimensions must agree”Matlab, how to know time step size in the plot or how can I get the output of time step size?Roots of an equation using MaplePlease help: My MATLAB code for solving a 2D Schrödinger equation keep giving me weird output.Matlab: function gradient and Hessian in the same functionHow can I take the f(y)th-order derivative of another function?Summation and for looping in matlabHow to find the root mean square voltage of a Sine wave?
How can an organ that provides biological immortality be unable to regenerate?
Do I need an EFI partition for each 18.04 ubuntu I have on my HD?
Did Nintendo change its mind about 68000 SNES?
Print a physical multiplication table
What will the Frenchman say?
Imaginary part of expression too difficult to calculate
How to read string as hex number in bash?
What is the reasoning behind standardization (dividing by standard deviation)?
What are the rules for concealing thieves' tools (or items in general)?
Symbolism of 18 Journeyers
pipe commands inside find -exec?
Isn't the word "experience" wrongly used in this context?
Is "inadequate referencing" a euphemism for plagiarism?
Is there any common country to visit for uk and schengen visa?
Emojional cryptic crossword
Asserting that Atheism and Theism are both faith based positions
Have the tides ever turned twice on any open problem?
Why doesn't the fusion process of the sun speed up?
What is it called when someone votes for an option that's not their first choice?
What (if any) is the reason to buy in small local stores?
10 year ban after applying for a UK student visa
Pre-Employment Background Check With Consent For Future Checks
Justification failure in beamer enumerate list
Why does Surtur say that Thor is Asgard's doom?
Getting same output dimension from the fimplicit matlab function
MATLAB interpretation of Xcorr2 - Cross Correlation functionHow to compute the upper incomplete gamma function in MATLAB?I am trying to plot a function and its derivatives with matlab. Getting the error “inner matrix dimensions must agree”Matlab, how to know time step size in the plot or how can I get the output of time step size?Roots of an equation using MaplePlease help: My MATLAB code for solving a 2D Schrödinger equation keep giving me weird output.Matlab: function gradient and Hessian in the same functionHow can I take the f(y)th-order derivative of another function?Summation and for looping in matlabHow to find the root mean square voltage of a Sine wave?
$begingroup$
I am using fimplicit function to plot two implicit curves as follows:
Limit=[ 0 1.5 0 15];
MDensity=1000;
Exactcurve=fimplicit(f,Limit,'MeshDensity',MDensity);
hold on
Aproxcurve=fimplicit(faprox,Limit,'--','MeshDensity',MDensity);
and the output can be seen in the attached figure.
Now I wanna measure the error between the two curves, I tried the following:
RMSE=norm(Aproxcurve.YData-Exactcurve.YData)
But I get error as Aproxcurve.YData and Exactcurve.YData have different dimensions! I am wondering why the outputs of the two implicit curves have different dimensions despite they have the same limit interval and MeshDensity? Even when I remove the limit and the MeshDensity and leave it in the default setting I get the same error.
matlab
$endgroup$
add a comment |
$begingroup$
I am using fimplicit function to plot two implicit curves as follows:
Limit=[ 0 1.5 0 15];
MDensity=1000;
Exactcurve=fimplicit(f,Limit,'MeshDensity',MDensity);
hold on
Aproxcurve=fimplicit(faprox,Limit,'--','MeshDensity',MDensity);
and the output can be seen in the attached figure.
Now I wanna measure the error between the two curves, I tried the following:
RMSE=norm(Aproxcurve.YData-Exactcurve.YData)
But I get error as Aproxcurve.YData and Exactcurve.YData have different dimensions! I am wondering why the outputs of the two implicit curves have different dimensions despite they have the same limit interval and MeshDensity? Even when I remove the limit and the MeshDensity and leave it in the default setting I get the same error.
matlab
$endgroup$
add a comment |
$begingroup$
I am using fimplicit function to plot two implicit curves as follows:
Limit=[ 0 1.5 0 15];
MDensity=1000;
Exactcurve=fimplicit(f,Limit,'MeshDensity',MDensity);
hold on
Aproxcurve=fimplicit(faprox,Limit,'--','MeshDensity',MDensity);
and the output can be seen in the attached figure.
Now I wanna measure the error between the two curves, I tried the following:
RMSE=norm(Aproxcurve.YData-Exactcurve.YData)
But I get error as Aproxcurve.YData and Exactcurve.YData have different dimensions! I am wondering why the outputs of the two implicit curves have different dimensions despite they have the same limit interval and MeshDensity? Even when I remove the limit and the MeshDensity and leave it in the default setting I get the same error.
matlab
$endgroup$
I am using fimplicit function to plot two implicit curves as follows:
Limit=[ 0 1.5 0 15];
MDensity=1000;
Exactcurve=fimplicit(f,Limit,'MeshDensity',MDensity);
hold on
Aproxcurve=fimplicit(faprox,Limit,'--','MeshDensity',MDensity);
and the output can be seen in the attached figure.
Now I wanna measure the error between the two curves, I tried the following:
RMSE=norm(Aproxcurve.YData-Exactcurve.YData)
But I get error as Aproxcurve.YData and Exactcurve.YData have different dimensions! I am wondering why the outputs of the two implicit curves have different dimensions despite they have the same limit interval and MeshDensity? Even when I remove the limit and the MeshDensity and leave it in the default setting I get the same error.
matlab
matlab
asked Mar 13 at 8:21
RockRock
374
374
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
return StackExchange.using("mathjaxEditing", function ()
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
);
);
, "mathjax-editing");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "69"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3146262%2fgetting-same-output-dimension-from-the-fimplicit-matlab-function%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3146262%2fgetting-same-output-dimension-from-the-fimplicit-matlab-function%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown