Community Profile

photo

Jorge Arturo Clares Pastrana


Last seen: fast 2 Jahre vor Aktiv seit 2022

Followers: 0   Following: 0

Statistiken

  • Thankful Level 3
  • Thankful Level 2

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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 ...

fast 2 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
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 ...

etwa 2 Jahre vor | 0

Frage


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...

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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....

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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_...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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(:,...

etwa 2 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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,...

etwa 2 Jahre vor | 1 Antwort | 1

1

Antwort

Frage


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;...

etwa 2 Jahre vor | 1 Antwort | 0

1

Antwort