Muhammad Asif
Followers: 0 Following: 0
Statistics
RANK
6,688
of 295,527
REPUTATION
6
CONTRIBUTIONS
8 Questions
2 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
3
RANK
of 20,242
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
infected cell detection in the image
Hello, I hope everyone is doing good. Attached are two pics one is input(blue one) and other is output(red one). Actually I want...
3 years ago | 0 answers | 0
0
answersQuestion
Stuck with ode45 with events option
Hi, i am trying to solve the following odeset. I have my @equ is of size 8x1 with initial condition also of 8x1. I have attahc...
3 years ago | 0 answers | 0
0
answersQuestion
Gauss-Seidel method with Successive Over Relaxation
function [X, k, res] = sor(A, b, x0, w, tol, maxIter) [row, col] = size(A); n = length(b); x = x0; k = 1; res(k) = tol; s ...
3 years ago | 1 answer | 0
1
answerQuestion
save .svg image in the form of group of rectangles (coordinates)
Hi, I hope everybody is fine reading this question... For better explaination let me give an example. The following is the im...
4 years ago | 0 answers | 0
0
answersQuestion
can any body pls help me with this Simulink problem I want to restrict time axis to 2:4
4 years ago | 0 answers | 0
0
answersNewtons method for system of nonlinear equations
sysNewton(@(x) [x(1)+x(2)+x(3)-3;x(1)^2+x(2)^2+x(3)^2-5;exp(x(1))+x(1)*x(2)-x(1)*x(3)-1],... @(x) [1,1,1;2*x(1),2*x(2),2*x(...
4 years ago | 0
Setting axes with center in origin (0,0) in plotted variables.
set(gca, 'XAxisLocation', 'origin', 'YAxisLocation', 'origin')
4 years ago | 3
Question
Estimation of the Arterial Wall Material Properties by Using Strain Energy Function and Inflation-Extension Experiment (for two arteries)
Anyone please help me with this
4 years ago | 0 answers | 0
0
answersQuestion
can anybody please help me to define this?
Actually I am looking for a speacial function in matlab which I can use to define this matrix. I have used it in past but now ...
4 years ago | 1 answer | 0
1
answerQuestion
Too many output arguments s = setting
can you please help me with this? Here I have check settings() function which returns nothing but matlab built-in funcition i...
4 years ago | 0 answers | 0