photo

Muhammad Asif


Last seen: 2년 초과 전 2020년부터 활동

Followers: 0   Following: 0

통계학

All
  • Promoter
  • Solver
  • First Answer
  • Explorer
  • First Review

배지 보기

Feeds

보기 기준

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변

질문


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년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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

3년 초과 전 | 답변 수: 0 | 0

0

답변

문제를 풀었습니다


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

거의 4년 전

문제를 풀었습니다


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

거의 4년 전

문제를 풀었습니다


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

거의 4년 전

답변 있음
Newtons 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년 전 | 0

답변 있음
Setting axes with center in origin (0,0) in plotted variables.
set(gca, 'XAxisLocation', 'origin', 'YAxisLocation', 'origin')

거의 4년 전 | 3

질문


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년 전 | 답변 수: 1 | 0

1

답변

질문


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년 전 | 답변 수: 0 | 0

0

답변