photo

Stephane


Last seen: 3 days 前 自 2022 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

2 个提问
3 个回答

排名
11,384
of 297,503

声誉
4

贡献数
2 个提问
3 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 20,449

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 159,017

贡献数
0 个问题
0 个答案

评分
0

徽章数量
0

贡献数
0 帖子

贡献数
0 公开的 个频道

平均

贡献数
0 个亮点

平均赞数

  • Knowledgeable Level 1
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Peaks of a function
There is a Matlab a function to detect peaks/local maxima: https://se.mathworks.com/help/signal/ref/findpeaks.html You could a...

2 years 前 | 0

提问


Implicit system of ODEs, problem with ode15i
Hello, I am trying to solve a system of two 2nd-order ODEs that I write as four 1st-order ODEs. The equations are quite non-lin...

2 years 前 | 1 个回答 | 0

1

个回答

已回答
Argument of max values of multiple 2D arrays
This seems to do what you want. clc; clear all; close all; A1=[1,2,3 ; 4,5,6 ; 7,8,9]; A2=[2,2,3 ; 3,4,5 ; 5,6,7]; A3=[0,1...

3 years 前 | 0

| 已接受

已回答
Set to zero values in matrix in between two lines
Previous answers made me think of a way of doing this but using linear indices to limit the number of operations. What follow se...

3 years 前 | 0

提问


Set to zero values in matrix in between two lines
Hello, I would like to vectorize the following operation: Given a 2D matrix/image and the slope and intercept of two lines (th...

3 years 前 | 4 个回答 | 0

4

个回答