![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/19706356_1601060614179_DEF.jpg)
Sumit Saha
Followers: 0 Following: 0
Estadística
14 Preguntas
0 Respuestas
CLASIFICACIÓN
33.219
of 297.010
REPUTACIÓN
1
CONTRIBUCIONES
14 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
71.43%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.418
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.687
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
How to find y-axis data for a certain x-axis value
I've tried to find IM_Collapse_find_S1M for 5km, 10 km, 15 km but it's giving wrong values. Actually values will increase gradua...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to calculate mean and standard deviation for loops?
story_Acc_FN_UL0_S1_5 = randn(1,10); story_Acc_FN_UL0_S2_5 = randn(1,10); story_Acc_FN_UL0_S3_5 = randn(1,10); story_Acc_FN_U...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
How to draw such plot
How can I draw such plots i.e. storey (y -axis) 0 to 1 > x = constant (assume 5500) and y 1 to 2 > x= 45625.5 ...likewise it fol...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
How to show legends for dotted lines in Bar chart figure
I'm trying to show legends for the dotted st lines but they're getting merged with the bar legends clear all close all clc ...
más de 3 años hace | 0 respuestas | 0
0
respuestasPregunta
How to add common legend at the end (Bottom Side) of the whole image
figure (1) subplot(2,2,1) plot(rand(3,1),rand(3,1),'b',rand(3,1),rand(3,1),'b',rand(3,1),rand(3,1),'b',rand(3,1),rand(3,1),'b'...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
How to use 'trapz' command in a foor loop
main file: % Analysis of response spectra for given ground motion acceleration data clear all close all clc % Supershear &...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to extract the data (y-axis) for a given value ( x-value)?
In this IDA_Plot_CLUSTER_UPDATED.mat file, I'm able to plot the (Figure B) upto certain points. But I want to get the exact patt...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to integrate dataset over a certain domain ?
clear all close all clc load data.txt S_v = data(:,2); T = data (:,1); I_H = trapz(S_v); %Spectral_Intensity Here it i...
casi 4 años hace | 1 respuesta | 0
1
respuestaPregunta
What Shall I need to add while calling file having numerical digits (e.g. -1,-2)?
% Calculation of PGA Values for Individual Earthquake load Histories/IND.X0kY-1k.CXY.sema; PGA_EQ(1,1) = max(IND.X0kY-1k.CXY(...
casi 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Error While Solving couple-Differential Equations
@ Star Strider I've tried to solve 5 differential equations. While running the script I'm getting some errors. What shall I mod...
casi 4 años hace | 3 respuestas | 1
3
respuestasPregunta
Formation of another matrix from where I can Plot Data
How can I open txt files folder wise and read 2nd column of txt files and store it in another matrix from where I can Plot Data?...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I resolve Error Using max function
clc clear all; close all; for kk =1:44 for k=1:50 % here drift values are in the form of drift ratio eval(['load IDAOutp...
alrededor de 4 años hace | 2 respuestas | 0
2
respuestasPregunta
Rename 10000 Text files
I've 10000 text file but want to change the name. How can i rename these files ? example- IND.X0kY0k.HXX.txt to 1.txt like wise...
alrededor de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
How to Read Data from one type of (.sema) file and to convert it into .txt file
I have 20000 (.sema) file and want to get .txt file from .sema file by excluding 1st column and first 11 rows. For example file ...
alrededor de 4 años hace | 1 respuesta | 0