Community Profile

photo

Skydriver


Last seen: 7 Monate vor Aktiv seit 2016

Statistiken

  • First Review
  • Thankful Level 3

Abzeichen anzeigen

Content Feed

Anzeigen nach

Frage


how to display the valueof q1, q3, max, min, whisker of boxplot
Ia ave te coding like this clear all clc filename = 'table_FC.xlsx'; rng default N = 10000; data = randn(N,1); fi...

mehr als 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to plot a graphic 2 d
I have a challeng to plot my reseacrh data. Herewith in the attachment my plot data in excel (inside this file and I also show...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to use fscanf in matrix
I have the coding like this: file2='PDF_Repi_Mw_PGA_Amax.txt'; fid=fopen(file2, 'r'); PMP=fscanf(fid,'%g %g %g %g', [4,Inf])'...

fast 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to plot contur in 3 D
I have a result calculation and I want to make plot contur in 3 D. From the excel files attxhed I also plot in two dimension of ...

fast 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to formulate the summation of sequence number
I have a sequence data between X and Y. In general Y is X summation X Y 6.84 6.84 12.04 18.88 9.47 ...

etwa 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to formulate and use non linier curve-fitting
I have a dependent variabke Xd and three independent variabel X1, X2 and depth. I want to formulate new equation using exponent...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to use looping
I have a coding like this: for k=1:length(Depth) if Depth(k)>0 & Depth(k)<=6 RdFk(k)...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Combine reading .txt
I have a coding like this: % Specify the folder where the files live. myFolder = 'D:\Home\MultiLinierRegression\OutputCalc'; ...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to concatenate several matrix into one
I have 18 matrix with each size is 11 x 175. I want concanntenate into one matrix. So my next matrix become 198 * 175. What sh...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to solve Reference to non-existent field 'folder'.
I have a coding like this folder='D:\\MultiLinierRegression\OutputRd' fils=dir([folder '\*.txt']); % lists all the files with ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to combine multiple .txt and calculate Mean, Std, Min, Max
I have several .txt files like this A .txt= 10 1 4 20 2 5 30 3 6 B.txt 10 ...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


combine text and number in a matrixs
I have data a='clear' and b=6 and c=7. I want develop a matrik contain of a and b. It should be = [clear, 6, 7] I would be app...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Array indices must be positive integers or logical values
Here my complete coding S = 10; %S=Slip; A = 2000; %A=Area; SM = 30; %SM=Shear_Modulus; bv = 0.8; %bv=b...

mehr als 4 Jahre vor | 0

Frage


Array indices must be positive integers or logical values
I have a problem to develop my coding. Here is my coding: Mag=(6.5:0.1:9.5); beta = bvalue * log(10); MomentRate = (SM * 1e9...

mehr als 4 Jahre vor | 3 Antworten | 0

3

Antworten

Frage


how to solve a problem about marginal
I have a coding : h_data = [0; 0.1568; 0.2112; 0.264; 0.3403; 0.469; 0.58; 0.7]; % deltaPGA = h_data(2:8) - h_data(1:...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Call function with other function
I have function with the name file with the name SS14_EQS.m and I will call for computing using RunSS14_EQS.m. But the comment ...

mehr als 4 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Problem with Power Regression
I have a coding to develop a formula using power regreesion Here my coding: plot(Xbin,Ybin,'+r'), hold on p = polyfit(log(Xbi...

mehr als 4 Jahre vor | 1 Antwort | 0

1

Antwort

Beantwortet
Delete data with some requirements
Dear Star Rider and Joel Handy. I tried to combine your suggestion and the coding is like this: D = load('Xsample_data.txt')...

mehr als 4 Jahre vor | 0

Frage


Delete data with some requirements
I have a coding like this: Zx= zeros(size(X)); Zy=zeros(size(Y)); for i=1:length(X); if Zx(i)<2.5 && Zx(i)>-2.5 ...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to remove the outliers
I have a sequence data and I assumed there are some outliers which us plott in my excel in the red colour of shading. I attach t...

mehr als 4 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Plotting figure with intp2
I have a coding to plot a figure and this is my coding: [Xq_cond,Yq_cond] = meshgrid(linspace(min(Mwgrid),max(Mwgrid),length(am...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Replication factors must be a row vector of integers or integer scalars.
My coding is depth = [0.01 1.5:1.5:30]'; w = 10 - 0.5 .* depth; w(w<0) = 0; a=829862; b=21 c=a/b W = repmat(w,c,1); ...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


Error in appliying split apply
I have a problem using splitapply for function mean. Error using splitapply (line 111) For N groups, every integer between 1...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Operands to the || and && operators must be convertible to logical scalar values.
I have a problem with my coding about Operands to the || and && operators must be convertible to logical scalar values.. Here in...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to create Multi Linier regression with matrix
I have a coding to cevelop a newe formulation for Xp. The main task is to calculate Xp, where in general Xp = Xb/Xc. I want to ...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Develop interval class with 3 binn
I have a qustion about how to develop interval class. I have a matrik 2 x 165. I want to develop a binning system into 3 bin wi...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Removing selected data using unique
Halo every one, I have a question baout how to remov selected data base on such parameter. I want to remove the parameter of...

fast 5 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


error in using fscanf
I have a script like this: %Inputing POE file_01='POE_0.01.txt'; fid=fopen(file_01, 'r'); FileName_01=fscanf(fid...

fast 5 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to reshape coordinate geography
I want to know on how to reshape geographyc data from 100 x2 mtrix size into 4X25. Is there any one can help me to reshape my da...

fast 5 Jahre vor | 2 Antworten | 0

2

Antworten

Beantwortet
Warning: Matrix is singular, close to singular or badly scaled. Results may be inaccurate. RCOND = NaN.
Yes it works now, thank you David Goodmanson

etwa 5 Jahre vor | 0

| akzeptiert

Mehr laden