Nazar Tarlanli
自 2018 起处于活动状态
Followers: 0 Following: 0
Feeds
提问
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 前 | 2 个回答 | 0
2
个回答提问
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 前 | 1 个回答 | 0
1
个回答提问
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 前 | 2 个回答 | 0