0 링크 번역 마감:MATLAB Answer Bot2021년 8월 20일 댓글 수: 1 Explorer2016년 3월 15일 편집:Explorer2016년 3월 15일 Have you attempted to code it yourself? If yes, please upload your code. 답변 (1개) ...
MATLAB Online에서 열기 Let the range of (x,y) be from 0 to 1 . 테마복사 m = 100 ; n = 100 ; x = linspace(0,1,m) ; y = linspace(0,1,n) ; [X,Y] = meshgrid(x,y) ; Z = X.^3.*Y.^3.*exp((X.^4-Y.^4).^5) ; surf...
I would offer the same comments as I did for https://www.mathworks.com/matlabcentral/answers/455413-how-to-convert-the-equation-to-matlab-code#answer_467841 Sign in to comment. BUI on 5 Nov 2023 Vote 0 Link Help me convert this fuction please 1 Comment Walter Roberson on 5 Nov 2...
Open in MATLAB Online Hello, I'm certain there's a better way to do this, such as with surf, but here is a solution. If you consider the equation, you realize that it's all planes joined by the 6 vertices {(1,0,0),(0,1,0),(0,0,1),(-1,0,0),(0,-1,0),(0,0,-1...
1 回表示 (過去 30 日間) 古いコメントを表示 Sultan Al Harthy2020 年 4 月 8 日 0 リンク 翻訳 閉鎖済み:MATLAB Answer Bot2021 年 8 月 20 日 1.png 2.png 回答(0 件) Translated by Web サイトの選択 Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントや...
http://www.mathworks.com/matlabcentral/fileexchange/19456-fredholm-integral-equations
Open in MATLAB Online This program is using an advection equation to model some displacement and then I'm also mapping the displacement at a certain position with respect to time for some specific values of tau (0.004 and 0.005) my problem is that I can't get eac...
Not everything you might want to do has an answer. You ask to "draw" the relationship between variables. (For a fairly vaguely specified problem, where you talk about adding a new unspecified equation, so I assume you are asking about how one m...
Open in MATLAB Online Hey, I searched for information how to plot them together and get their equations but I couldn't find answers. Maybe someone can help me ? ThemeCopy alpha=fitlm(RD,Wi); plot(alpha); r2=alpha.Rsquared.Adjusted; r1=alpha.Rsquared.Ordinar...
Sign in to comment. John D'Errico on 18 Dec 2024 Vote 0 Link Edited: John D'Errico on 18 Dec 2024 Open in MATLAB Online Ran in: This is a question that gets aslked many many times about splines. And, well, you can't easily get a simple equation, as there is no on...