photo

Nazar Tarlanli


Con actividad desde 2018

Followers: 0   Following: 0

Estadística

Feeds

Ver por

Pregunta


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

casi 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

alrededor de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

alrededor de 6 años hace | 2 respuestas | 0

2

respuestas