photo

George Bashkatov


Last seen: 5개월 전 2020년부터 활동

Followers: 0   Following: 0

통계

All
MATLAB Answers

8 질문
1 답변

Cody

0 문제
1 답안

순위
34,514
of 297,527

평판
1

참여
8 질문
1 답변

답변 채택
87.5%

획득한 표
1

순위
 of 20,454

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위
96,972
of 159,075

참여
0 문제
1 답안

점수
20

배지 수
1

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Solver
  • Thankful Level 3

배지 보기

Feeds

보기 기준

질문


How to speed up my code?
I have a code with a lot of cycles and matrix multiplication. Input data: vector M of matrices 2x2, n2 - length of vector M (num...

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

1

답변

답변 있음
To pass a variable outside a parfor loop
1) replace (length(A)-1), length(P) and (length(B)-1). 2)make temporary variables lentemp and rtemp 3)add one more index j ...

거의 4년 전 | 0

| 수락됨

질문


To pass a variable outside a parfor loop
I have a loop that looks like: parfor j=1:length(P) for i=1:(length(A)-1) %unnecessary calculations for i=1:(length(A)-1) e...

거의 4년 전 | 답변 수: 1 | 1

1

답변

질문


Vectorization of a function with system of ODE's
I want to modify famp so that it accepts a vector of y values, and reshapes the values to 2 columns, and then computes values fo...

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

1

답변

질문


Improving the speed of code with passing to a function input a cell array or structure.
I'm trying to pass some amount of numerical data as a function input. I had that row in my code: [z1,y1]=ode45(@(z,y) famplif...

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

1

답변

질문


How can I vectorize this code?
i had a loop: for j=1:length(Pa) for i=1:(length(r)-1) Ip=2*Pa(j)*exp(-2*r(i)^2/wa^2)/(pi*wa^2); % Интенсивность накачк...

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

1

답변

질문


Pass a structure to a function
I'm trying to pass this structure to the function, but matlab writes: Dot indexing is not supported for variables of this type. ...

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

2

답변

질문


Help me with plotting, please.
Here is the code: h_s=0.1; % step for integrals and graphs n_0=1*10^19; %quantity of atoms W=0.7; %wide (cm) H=0.3; %height ...

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

1

답변

질문


Problem with plotting equation
I have an implicit equation where x and y - variables. I want to make a graph, but ezplot function doesn't work. MATLAB writes: ...

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

1

답변