Community Profile

photo

Sahil


Last seen: quasi 4 anni fa Attivo dal 2020

Statistiche

  • First Answer
  • Thankful Level 1

Visualizza badge

Content Feed

Visto da

Risposto
Saddle points of a 2D matrix
function indices = saddle(M) saddle_m = zeros(size(M)); row_maxima = max(M, [], 2); col_minima = min(M, [], 1); i...

quasi 4 anni fa | 2

Risposto
caesar cyphor encryption problem .
function coded = caesar(message , n) msg = double(message); m = mod(n, 95); % this contricts the key within the range coded_...

circa 4 anni fa | 1

Domanda


How to plot a variable density spiral(or any other mathematical 2D- graphs ) on to a image( 512* 512, zero matrix)?
N_k = 64^2; % number of k-samples t = linspace(0,sqrt(0.5),N_k)'; % dummy variable to parameterise ...

circa 4 anni fa | 1 risposta | 0

1

risposta