photo

Muhammad Asif


Last seen: 3 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

All
MATLAB Answers

8 个提问
2 个回答

Cody

0 个问题
3 个答案

排名
6,791
of 299,759

声誉
6

贡献数
8 个提问
2 个回答

回答接受率
0.0%

收到投票数
3

排名
 of 20,794

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名
66,405
of 165,756

贡献数
0 个问题
3 个答案

评分
50

徽章数量
2

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

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

4 years 前 | 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...

4 years 前 | 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 ...

4 years 前 | 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...

4 years 前 | 0 个回答 | 0

0

个回答

已回答
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(...

5 years 前 | 0

已回答
Setting axes with center in origin (0,0) in plotted variables.
set(gca, 'XAxisLocation', 'origin', 'YAxisLocation', 'origin')

5 years 前 | 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 ...

5 years 前 | 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...

5 years 前 | 0 个回答 | 0

0

个回答