photo

Jorge Arturo Clares Pastrana


Last seen: 3 years 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

9 个提问
1 个回答

排名
36,254
of 300,781

声誉
1

贡献数
9 个提问
1 个回答

回答接受率
55.56%

收到投票数
1

排名
 of 21,088

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,031

贡献数
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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答