Community Profile

photo

Manav Divekar


Last seen: más de 1 año hace Con actividad desde 2021

Estadísticas

  • Thankful Level 3

Ver insignias

Content Feed

Ver por

Pregunta


need help in solving this problem
I have a plot of z from the following equation, in this the origin is 0 for x&y. now i have to plot a new graph where the origin...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I am not getting a linear plot, how can I get a plot that consist all the data points?
I want to plot from the excel sheet from table F1:I31 but the matlab is not taking all the data and plotting. the does not seem ...

casi 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


How to plot this equation?
L = 10 u = (10^-3)*x -966.667(x^2-2*L*x) and u = (10^-3)*x - 0.6768(x^2-2*L*x) +0.3773(x^3-3*L^2*x) together?

casi 2 años hace | 1 respuesta | 0

1

respuesta

Respondida
I am getting this error
can youcheck with these?

alrededor de 2 años hace | 0

Pregunta


I am getting this error
j = 1:length(fileNames) thisFile = fileNames(j).name; file_info = split(extractBefore(thisFile,'.txt'), "_"); bl...

alrededor de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


how can I only display all the data?
from this txt fike how can i just get the data and asign to a variable

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can I calculate rate of compression?
I want to test rate of compression (mm/s), average Elastic moduli and Plot force-displacement. from the given given text file. S...

alrededor de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can I extract these cell array from
how can i write a function for thi

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


what changes can be done in the code
i have to return values of diff between drug and placebo for given exel either for systolic or diastolic http://sacan.biomed.d...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


what changes can be made in the code?
if input : mycumsum( [ 3 2 10 ] ) and i want is the vector sum of sum of 1st and second and so on eg [ 3 5 15 ] function [out] ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can do get this
If a vector

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


why is my code not working for a particular set of input?
If i give the input, it is working femaleldlchdrisk([struct('age',22,'ldl',148,'hdl',20,'systolic',120,'diastolic',94,'hasdiabe...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


what changes should I make if my input is struct
function [total] = femaleldlchdrisk(age,ldl,hdl,systolic,diastolic,hasdiabetes,issmoker) agepts = 0; ptssum = 0; if age <= ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can I do
can anyone help me how should i start with muscle fatigue analysis from the following data

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


what mistake I am making?
I am trying to rectify emg signal from the given text file. %% % Fatigue Data impFatigueA = importdata('Fatigue_A.txt'); im...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


What changes is required ?
My excel contains multiple sheets. I am trying to return the weight from one sheet for corresponding input of name variable whic...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


what changes would you recommend
I am trying to do muscle fatigue analysis this is how far i have made. What changes i should make so that my code works. for th...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


where in my code I am thinking wrong?
I am trying to read data from the excel file, and return the age. function [age] = xls_ageofperson (excelname, name) [data ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I am trying to do muscle fatigue analysis, what can be done changes in the code.
with the following code i a trying to do muscle activation and fatigue analysis base on the fft values. can someone help me wi...

más de 2 años hace | 0 respuestas | 0

0

respuestas

Pregunta


how can I use a loop instead of cellfun
function [out] = motifsupport (s,n) % Returns indicies of found targets. f1 = strfind(s,n); % Returns all the not matching st...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


I need help in the code. what am I doing wrong?
I am writing a function to display host name from the url. This function should return only hostname without the port number e...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


why am I getting error?
i am trying to write a code without cell2struct function to get female names between age 30 and 40 from following input >> disp...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


what wrong I am doing in the code?
i have to filter out female above age 30 and less than 40 fron the give data base 'name', {'mary','john','anna','paul','elaina'...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


what changes are required in the code?
i have a data base with name gender and age not necessarily in the same order, some data base is gender name age. for example ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can I write a function
i have a data base with name gender and age not necessarily in the same order, some data base is gender name age. for example ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Need help with the code.
i want to swaps characters of s as specified by the indices present in the pairs variable. pairs is a 2-column matrix, where on ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


What changes are needed in the code?
i want to swaps characters of s as specified by the indices present in the pairs variable. pairs is a 2-column matrix, where on ...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


how can we use for loop to get index of matrix and letters ?
If i have a matrix [1 2] or [2 1] and word 'orange' how can i use position mentioned in matrix to extract the letters in that po...

más de 2 años hace | 1 respuesta | 0

1

respuesta

Pregunta


what correction is required in the code?
I am trying to perform 2*2 + 2*5 + 5*8, for [2 2 5 8] vector which is product of consicutive and sum of all. without using sum()...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Pregunta


How can I solve this problem using for loop?
for the given vector [2 2 5 8], without using sum() and diff() how can i perform 2*2 + 2*5 + 5*8 = 54. Using for loop. here the ...

más de 2 años hace | 2 respuestas | 0

2

respuestas

Cargar más