photo

Jorge Garcia Garcia


Last seen: 15일 전 2022년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

16 질문
3 답변

순위
11,998
of 300,364

평판
4

참여
16 질문
3 답변

답변 채택
68.75%

획득한 표
2

순위
 of 20,934

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,407

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 3
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Doubt with reduction of mass and stiffness matrices in a system of 2 pdes
it makes sense that M12 and M11 are empty as there is just a m component in the second partial diferential equation. I will chec...

대략 1년 전 | 0

질문


Doubt with reduction of mass and stiffness matrices in a system of 2 pdes
hello, I have this code: clear all; clc; %---------Accelerators sensitivities--------------------------------------- sens0...

대략 1년 전 | 답변 수: 2 | 0

2

답변

질문


code does not call a designed function that works in other program
Hello and sorry for this long query. I am not very good at this , I have to admit it. I am encountering an issue when trying to...

1년 초과 전 | 답변 수: 0 | 0

0

답변

질문


Obtain natural frequencies of a structural model.
I have created a mechanical model: modelTwoDomain = createpde("structural", "transient-planestress"); structuralProperties(mo...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


natural frequencies of the system
sorry.. this is a very silly question. I saw somewhere how to look at the natural frequencies of a system defined as modelpde ...

대략 2년 전 | 답변 수: 1 | 0

1

답변

질문


for loop and function handle
Hello, I would really appreciate an answer as this is driving me crazy. I have a system of PDE, and I have a plate geometry. I...

2년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Can someone tell how to use state.time, state.u simultaneously?
I am also having some issues with state.time. I have 5 time instances and it seems just to read 0 and a randon number.. then it ...

2년 초과 전 | 1

질문


boundary conditions and solvepde
Hello again and hope someone can guide me. I have different edges of a plate, and those edges have different boundary condition...

2년 초과 전 | 답변 수: 1 | 0

1

답변

답변 있음
Matlab pde toolbox, transient thermal model: state.time-values, used as input for a time-dependent internal heat source do not correspond to defined tlist-values
I have a similar problem with a mechanical time dependant problem returning NaN in some state.time. if you find a solution, let...

2년 초과 전 | 1

질문


boundary conditions in PDE
I have a time dependant PDE system: syms pres syms u1(x,y,t) u2(x,y,t) pdeeq = [-laplacian(u1,[x y])+u2; D*laplacian(u2,[x ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Create pde as structural dynamic problem
Hello all again: I have a system of PDEs described as follows: syms pres syms u1(x,y,t) u2(x,y,t) pdeeq = [-laplacian(u1,[x...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Craig bampton model reduction
Hello all. I have a pde model with the following characteristics: PDESystemSize: 2 IsTimeDependent: 1 G...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


Boundary conditions: mechanical system
first of all, sorry if the question is silly, again my inexperience: I have this code: T=0.05 for j = 1:numel(edges) edg...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


interpolateSolution for a system of time dependent PDEs
Hello and sorry again if the question is silly. I have a system of 2 PDEs. I solved them using the command: res=solvepde(mo...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


problems with C/C++ compiler. Matlab R2022b
Hello. I downloaded the suggested app (cannot honestly remember the name) and then in the command window i typed: mex -setup ...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


function handle as boundary condition
sorry if this is a very silly question as I am quite new using matlab. So I apologise in advance. I have a vector with accelera...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


edge numbering in matrix dl and pde model
Hello, I have a question. I obtain the matrix dl with the function decsg [dl,bt] = decsg(gdm); In dl the index column corresp...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


boundary conditions in nodes of a plate
I have defined a mesh and different subdomains. These may change depending of the number of regions that I need to create, there...

2년 초과 전 | 답변 수: 1 | 0

1

답변

질문


I need to align 3 signals by cross correlation
I have 3 signals. I am using the code in https://uk.mathworks.com/help/signal/ug/align-signals-using-cross-correlation.html. My ...

거의 3년 전 | 답변 수: 1 | 0

1

답변