photo

Jorge Arturo Clares Pastrana


Last seen: 3年以上 前 2022 年からアクティブ

Followers: 0   Following: 0

統計

MATLAB Answers

9 質問
1 回答

ランク
36,255
of 300,765

評判
1

コントリビューション
9 質問
1 回答

回答採用率
55.56%

獲得投票数
1

ランク
 of 21,084

評判
N/A

平均評価
0.00

コントリビューション
0 ファイル

ダウンロード
0

ALL TIME ダウンロード
0

ランク

of 170,941

コントリビューション
0 問題
0 解答

スコア
0

バッジ数
0

コントリビューション
0 投稿

コントリビューション
0 パブリック チャネル

平均評価

コントリビューション
0 ハイライト

平均いいねの数

  • Thankful Level 3
  • Thankful Level 2

バッジを表示

Feeds

表示方法

質問


SOLVING THE 2D HEAT EQUATION with a non-square domain
Hi, Im trying to solve the THE 2D HEAT EQUATION. My code currently solves it for a square domain id like it to solve it for ...

3年以上 前 | 0 件の回答 | 0

0

回答

回答済み
How to plot all contour lines in one plot?
Thnakyou. z = -4*x - 2*y - x^2 + 2*x^4 - 2*x*y + 3*y^2; when i input the following equation for z it outputs a blank post do ...

4年弱 前 | 0

質問


How to plot all contour lines in one plot?
Giiven a function f(x) I need to Plot the level sets contour lines where 𝑓(x) = −4.34, −4.3, −4.2, −4.1, −4, −3, −2, −1, 0. P...

4年弱 前 | 2 件の回答 | 0

2

回答

質問


How can I load all these images using a for loop
M1 = imread('VIV_frames\ezgif-frame-1.jpg');M2 = imread('VIV_frames\ezgif-frame-2.jpg'); M3 = imread('VIV_frames\ezgif-frame-3....

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I import a column of numbers in a text file into a Matrix
56.02 0.000123 432.342 56.91 0.00434 452.4324 Import into a Matrix containing both 56 values, different matrix containing...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


Why is my plot shaking but not plotting the noise?
clear; clc; for x = 0:(pi/200):(2*pi) e = rand; y = x*sin(x)+(0.5*e); x_star = [0:(pi/200):(2*pi)].'; y_...

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I make this code simpler
r = 5; A_r5 = (S_Vals(1,1)*u(:,1)*(V(:,1)).')+(S_Vals(2,1)*u(:,2)*(V(:,2)).')+(S_Vals(3,1)*u(:,3)*(V(:,3)).')+(S_Vals(4,1)*u(:,...

4年弱 前 | 2 件の回答 | 0

2

回答

質問


How can I convert an integer matrix to a real-valued matrix to perfrom SVD
A = imread('image'); SVD = svd(A)

4年弱 前 | 1 件の回答 | 0

1

回答

質問


How can I rewrite this in a simple short code
MID is a 1 x 15 Matrix with numerical val ea1 = 1; ea2 = ((MID(1,2)-MID(1,1))/(MID(1,2)));ea3 = ((MID(1,3)-MID(1,2))/(MID(1,...

4年弱 前 | 1 件の回答 | 1

1

回答

質問


How can I store the values for a b mid fa fb fmid at every iteration?
clear; clc; %Use (0, 1) as the initial bracketing interval thus: a = 0; b = 1; %Computing the mid point mid = (a+b)/2;...

4年弱 前 | 1 件の回答 | 0

1

回答