photo

Nazar Tarlanli


Active since 2018

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


finding the minimums of function
Hello. On this plot you can notice 1 max and 2 min. How should I identify second min of my function? As you can see I found the ...

6 years ago | 2 answers | 0

2

answers

Question


column multiplication by specific number with some condition
r = -5 + (5+5)*rand(10,1) % column with positive and negative numbers I want to create the function r_1 by satisfying the follo...

6 years ago | 1 answer | 0

1

answer

Question


Plot of maximum value of chosen column in matrix
clear close all clc t = linspace(0,10,15); t = t'; rng default M = rand(15,5); plot(t, M(:,1)); max_M =...

6 years ago | 2 answers | 0

2

answers