Manav Divekar
Followers: 0 Following: 0
Statistiques
RANG
91 409
of 295 467
RÉPUTATION
0
CONTRIBUTIONS
47 Questions
1 Réponse
ACCEPTATION DE VOS RÉPONSES
40.43%
VOTES REÇUS
0
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE 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...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
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?
plus de 2 ans il y a | 1 réponse | 0
1
réponseQuestion
I am getting this error
j = 1:length(fileNames) thisFile = fileNames(j).name; file_info = split(extractBefore(thisFile,'.txt'), "_"); bl...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
how can I only display all the data?
from this txt fike how can i just get the data and asign to a variable
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
how can I extract these cell array from
how can i write a function for thi
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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] ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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 <= ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
how can I do
can anyone help me how should i start with muscle fatigue analysis from the following data
presque 3 ans il y a | 1 réponse | 0
0
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
presque 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
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...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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'...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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 ...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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...
environ 3 ans il y a | 1 réponse | 0
1
réponseQuestion
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()...
environ 3 ans il y a | 2 réponses | 0
2
réponsesQuestion
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 ...
environ 3 ans il y a | 2 réponses | 0