Community Profile

photo

Manav Divekar


Last seen: oltre un anno fa Attivo dal 2021

Statistiche

  • Thankful Level 3

Visualizza badge

Content Feed

Visto da

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

quasi 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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?

quasi 2 anni fa | 1 risposta | 0

1

risposta

Risposto
I am getting this error
can youcheck with these?

circa 2 anni fa | 0

Domanda


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

circa 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


how can do get this
If a vector

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 0 risposte | 0

0

risposte

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 1 risposta | 0

1

risposta

Domanda


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

oltre 2 anni fa | 2 risposte | 0

2

risposte

Domanda


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

oltre 2 anni fa | 2 risposte | 0

2

risposte

Carica altro