photo

Stephane


Last seen: 28 dagen ago Active since 2022

Followers: 0   Following: 0

Statistics

MATLAB Answers

2 Questions
3 Answers

RANK
10.561
of 300.292

REPUTATION
4

CONTRIBUTIONS
2 Questions
3 Answers

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
0

RANK
 of 20.908

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 167.999

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

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

meer dan 2 jaar ago | 0

Question


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

meer dan 2 jaar ago | 1 answer | 0

1

answer

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

meer dan 3 jaar ago | 0

| accepted

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

meer dan 3 jaar ago | 0

Question


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

meer dan 3 jaar ago | 4 answers | 0

4

answers