![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/6990391_1522119423979_DEF.jpg)
sri satya ravi
Followers: 0 Following: 0
Estadística
CLASIFICACIÓN
72.069
of 297.016
REPUTACIÓN
0
CONTRIBUCIONES
20 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
convert array that has NAN to 0
I am having an array of length 1669965*1 double. There are some NAN's in it which are intermixed with the required data. I am t...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
issue with using a variable for path name
I tried to save my path address to a variable and use the variable as CD funtion but i am getting an error. Path = ('H:\dcx...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
help with structuring variables
hi; I have 10 variables or so and want to create a structure at the end of my code for those variables. I tried this s = str...
casi 8 años hace | 1 respuesta | 0
1
respuestaPregunta
Help with breaking into windows based on a condition??
Hi, I have a array of numbers (0,1) which is attached in the CSV file. I want to break them into windows where the condition me...
alrededor de 8 años hace | 3 respuestas | 0
3
respuestasPregunta
Code not running when using &&
Why is my code not running when using a && operator?? for i = 1:length (Power); if Power (i,1) >= 0.3*(max(Power)); Pow...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
difference between | and || in my function
Hi ; I have a code in which function metCondition = Ambient_Temperature(vector) metCondition = true; % Initialize ...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
importing csv file into matlab
Hi, I am having error while using csv read for the following file. num = csvread (FileName,2,0); Error using dlmread ...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasgetting 1hertz data from 10 hertz
There is an easier function in matlab called downsample. That works for me .. Thanks....!!!
alrededor de 8 años hace | 0
| aceptada
Pregunta
interpolation for 2 numbers
<</matlabcentral/answers/uploaded_files/67024/matlab_post.png>> If i have an image something like this I want to know the 0.9...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
looping till a condition is met.....
Hi; I have an array of 2400 values. I want to loop such that i need to break into chunks till the sum becomes (say for suppos...
alrededor de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
axis settings for figure in matlab
Hi , I have a matlab code for a figure. I want both the xaxis and y axis to be the same. in this case i am getting x-axis as (0...
alrededor de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
writing an array to excel
I have an array of data (5000*1) in matlab. I want to write the whole array into excel without using a loop. xlswrite ('...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
getting 1hertz data from 10 hertz
Hi, I have a 10htz data file. I want to convert that into 1htz. Is there an easy way to downshift the points. for example...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
find value corresponding X value to a particular Y value
a = 5; n = 1:4; theta_teta = -10; delta_theta = 40; theta = -10:1:30; for j = 1: length (n); for i = 1...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
help in doing forward and backward difference...
dv_dteta = zeros (length(crank_angle),1) for j = 1:1:length(crank_angle-1) dv_dteta = (s(j+1)-s(j))./(crank_angle(j+1)-cr...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
how to write this equation
<</matlabcentral/answers/uploaded_files/54080/Screen%20Shot%202016-06-12%20at%201.45.01%20AM.png>> Can someone help me write ...
más de 8 años hace | 1 respuesta | 0
1
respuestaPregunta
how to solve this differential equation
<</matlabcentral/answers/uploaded_files/54008/Capture.PNG>> I want to solve the equation iteratively for rcfv. I have the val...
más de 8 años hace | 2 respuestas | 0
2
respuestasPregunta
exporting to excel from matlab
Hi, i have a few results from my code which i want to export to excel.... bs_co = final_m_co / work_hp_hr bs_co2 = final_...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
importing and calculation from excel to matlab
I am looking to import data from excel with colum names. I also meed to perform calculations for the whole column with that name...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
error reading using xlsread
I am trying to run this code and i am getting an error 'Undefined operator '.*' for input arguments of type 'cell'. All i am tr...
casi 9 años hace | 1 respuesta | 0
1
respuestaPregunta
How Can i import data from excel with column names
I am looking to import data from excel with colum names. I also meed to perform calculations for the whole column with that name...
casi 9 años hace | 1 respuesta | 0