photo

Nazar Tarlanli


Attivo dal 2018

Followers: 0   Following: 0

Statistica

Feeds

Visto da

Domanda


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

quasi 6 anni fa | 2 risposte | 0

2

risposte

Domanda


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

circa 6 anni fa | 1 risposta | 0

1

risposta

Domanda


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

circa 6 anni fa | 2 risposte | 0

2

risposte