photo

Achyut Paudel


Aktiv seit 2018

Followers: 0   Following: 0

Statistik

MATLAB Answers

10 Fragen
2 Antworten

RANG
227.725
of 301.338

REPUTATION
0

BEITRÄGE
10 Fragen
2 Antworten

ANTWORTZUSTIMMUNG
30.0%

ERHALTENE STIMMEN
0

RANG
 of 21.236

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 174.017

BEITRÄGE
0 Probleme
0 Lösungen

PUNKTESTAND
0

ANZAHL DER ABZEICHEN
0

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


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

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 7 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


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

etwa 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

etwa 7 Jahre vor | 2 Antworten | 0

2

Antworten

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

mehr als 7 Jahre vor | 0

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


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

mehr als 7 Jahre vor | 1 Antwort | 0

1

Antwort

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

mehr als 7 Jahre vor | 0

Frage


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

mehr als 7 Jahre vor | 2 Antworten | 0

2

Antworten