photo

Achyut Paudel


2018년부터 활동

Followers: 0   Following: 0

통계

MATLAB Answers

10 질문
2 답변

순위
131,560
of 301,751

평판
0

참여
10 질문
2 답변

답변 채택
30.0%

획득한 표
0

순위
 of 21,409

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 176,380

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • Thankful Level 2
  • Thankful Level 1

배지 보기

Feeds

보기 기준

질문


How to make version compatibility in Matlab for Legend tool?
h=legend('M4.1-M5','M5.1-M6','M6.1-M7','M7.1-M8','M > 8',3); This function is used in a code written in Matlab version earl...

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

0

답변

질문


How to rectify the syntax error in Matlab??
I am provided with MATLAB Code for the PSHA of a particular site by my professor. The matlab code that he provided run well in h...

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

0

답변

질문


How can I solve this error?
I am getting following problem while trying to open Matlab. Can anyone find out what is the reason behind it and how to solve i...

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

1

답변

질문


Question on error obtained
I am getting the following error... Error: File: sub_map_ar_3.m Line: 2 Column: 37 Function with duplicate name "sub_map_a...

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

2

답변

질문


Why I am getting problem with fgets() function in the below code for Seismic Risk Analysis??
I am trying to understand the code written by my professor which is as below : fileh='input/hist.dat'; LINP = fopen(fileh...

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

2

답변

답변 있음
How to obtain a value of a function for it's given parameter?
Can you please review my code and obtain the value of B1, B2 , B3 or B4 for any given value of xi and eta. Please help me.

7년 초과 전 | 0

질문


How to obtain a value of a function for it's given parameter?
B1=[0 N1wx mu*N1wy; 0 mu*N1wx N1wy;0 (1-mu)/2*N1wy (1-mu)/2*N1wx] B2=[0 N2wx mu*N2wy; 0 mu*N2wx N2wy;0 (1-mu)/2*N2wy ...

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

1

답변

질문


How to add matrix in a matrix which is obtained using syms function?
B1 = [ 0, conj(eta)/24 - 1/24, (3*conj(xi))/160 - 3/160] [ 0, conj(eta)/80 - 1/80, conj(xi)/16 - ...

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

2

답변

질문


How to obtain a matrix element in a matrix defined by a function?
I have a function as shown below: A(xi, eta) = conj(eta)/24 - 1/24 conj(xi)/16 - 1/16 1/24 - conj(eta)/...

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

1

답변

질문


How to assign elements in a matrix in another matrix with order not in sequence?
I am trying to substitute the elements in matrix K to element K1 such that the matrix K has 10th, 11th,12th,7th, 8th and 9th ele...

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

1

답변

답변 있음
How to convert all data from text file into a single column?
I want the data in the excel file which are in a group of rows and column in a single column. I would like the excel file wit...

거의 8년 전 | 0

질문


How to convert all data from text file into a single column?
I am trying to analyze an earthquake signal. For which, I need to plot the acceleration time history. I have obtained earthquake...

거의 8년 전 | 답변 수: 2 | 0

2

답변