Manav Divekar
Followers: 0 Following: 0
Statistics
RANK
91,409
of 295,467
REPUTATION
0
CONTRIBUTIONS
47 Questions
1 Answer
ANSWER ACCEPTANCE
40.43%
VOTES RECEIVED
0
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
2 years ago | 1 answer | 0
1
answerQuestion
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 ...
2 years ago | 1 answer | 0
1
answerQuestion
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?
2 years ago | 1 answer | 0
1
answerQuestion
I am getting this error
j = 1:length(fileNames) thisFile = fileNames(j).name; file_info = split(extractBefore(thisFile,'.txt'), "_"); bl...
3 years ago | 2 answers | 0
2
answersQuestion
how can I only display all the data?
from this txt fike how can i just get the data and asign to a variable
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
how can I extract these cell array from
how can i write a function for thi
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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] ...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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 <= ...
3 years ago | 1 answer | 0
1
answerQuestion
how can I do
can anyone help me how should i start with muscle fatigue analysis from the following data
3 years ago | 0 answers | 0
0
answersQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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 ...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 2 answers | 0
2
answersQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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'...
3 years ago | 1 answer | 0
1
answerQuestion
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 ...
3 years ago | 1 answer | 0
1
answerQuestion
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 ...
3 years ago | 1 answer | 0
1
answerQuestion
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 ...
3 years ago | 1 answer | 0
1
answerQuestion
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 ...
3 years ago | 1 answer | 0
1
answerQuestion
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...
3 years ago | 1 answer | 0
1
answerQuestion
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()...
3 years ago | 2 answers | 0
2
answersQuestion
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 ...
3 years ago | 2 answers | 0