Risolto


Find nth maximum
Find nth maximum in a vector of integer numbers. Return NaN if no such number exists. x = [2 6 4 9 -10 3 1 5 -10]; So ...

oltre 10 anni fa

Risolto


Unit Matrix
Given n, you should return an n-by-n unit matrix. Example: If input is n=2 then A = [ 1 0 0 1 ] If input ...

oltre 10 anni fa

Risolto


Smith numbers
Return true if the input is a Smith number in base ten. Otherwise, return false. Read about Smith numbers at <http://en.wikipedi...

oltre 10 anni fa

Risolto


Create a two dimensional zero matrix
You have to create a zero matrix of size (mxn) whose inputs are m and n and the elements of your matrix should be zeros. Exam...

oltre 10 anni fa

Risposto
how to make zero padding?
M=rand(2,1); K=[zeros(2,1) M zeros(2,1)]; N=[zeros(1,3); K; zeros(1,3)];

oltre 10 anni fa | 0

Domanda


How realised analysis parametric with simulink?
I wish realized a analysis parametric as the what make Pspice? Run several simulations changing a parameter.

oltre 10 anni fa | 1 risposta | 0

1

risposta

Domanda


how can store signal in real time for period time?
I need collect the information of a period of time, for example, when a variable suffer a change while simulation is runinig in ...

circa 11 anni fa | 1 risposta | 0

1

risposta

Domanda


How store transient in real time?
I working with dspace and simulink. I need collect the information of transient, for example, when the load change, for can repr...

circa 11 anni fa | 0 risposte | 0

0

risposte