photo

Akhilesh Mishra

Last seen: 8 días hace Con actividad desde 2017

Followers: 0   Following: 0

Mensaje

Estadística

All
MATLAB Answers

0 Preguntas
13 Respuestas

Cody

0 Problemas
6 Soluciones

CLASIFICACIÓN
2.171
of 300.364

REPUTACIÓN
30

CONTRIBUCIONES
0 Preguntas
13 Respuestas

ACEPTACIÓN DE RESPUESTAS
0.00%

VOTOS RECIBIDOS
6

CLASIFICACIÓN
 of 20.934

REPUTACIÓN
N/A

EVALUACIÓN MEDIA
0.00

CONTRIBUCIONES
0 Archivos

DESCARGAS
0

ALL TIME DESCARGAS
0

CLASIFICACIÓN
51.570
of 168.407

CONTRIBUCIONES
0 Problemas
6 Soluciones

PUNTUACIÓN
70

NÚMERO DE INSIGNIAS
1

CONTRIBUCIONES
0 Publicaciones

CONTRIBUCIONES
0 Público Canales

EVALUACIÓN MEDIA

CONTRIBUCIONES
0 Temas destacados

MEDIA DE ME GUSTA

  • First Review
  • Solver
  • Knowledgeable Level 2
  • First Answer

Ver insignias

Feeds

Ver por

Resuelto


Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...

alrededor de 8 años hace

Resuelto


Triangle Numbers
Triangle numbers are the sums of successive integers. So 6 is a triangle number because 6 = 1 + 2 + 3 which can be displa...

alrededor de 8 años hace

Resuelto


Make a checkerboard matrix
Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. The a(1,1) should be 1. Examp...

alrededor de 8 años hace

Resuelto


Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...

alrededor de 8 años hace

Resuelto


Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...

alrededor de 8 años hace

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

alrededor de 8 años hace

Respondida
Encode a digitized signal using a specific relation
Hello Paolo, I think the easiest way to implement this encoding would be by first reading the contents of the .txt in the MA...

alrededor de 8 años hace | 0

Respondida
Is there a conductor block defined into simpowersytems?
Hello, There is no direct block to implement a conductor/cable. However you can model the cable characteristics and do the ...

alrededor de 8 años hace | 0

| aceptada

Respondida
MinGW overrides other toolchains defined in System target file with Embedded Coder
Please refer to the following documentation links - <https://www.mathworks.com/help/releases/R2017a/rtw/ug/program-builds.html...

más de 8 años hace | 0

Respondida
RMS of continous signal
The moving RMS can be taken using the Moving RMS block. The Solver setting for the model has to be set as 'Fixed-step' with Fi...

más de 8 años hace | 0

Respondida
Find multiple objects and their dimensions in image
You can try using 'regionprops' function. Please refer to the following documentation for a relevant example and detailed docum...

más de 8 años hace | 0

| aceptada

Respondida
Excel data import in simulink
Please refer to the 'Range' section in the following documentation link for 'From SpreadSheet' block. If you have blank cells i...

más de 8 años hace | 1

Respondida
How to simulate the matrix in Simulink
I am not sure of what do you mean by simulating a matrix in Simulink. If you just want to multiply the matrix with a vector hav...

más de 8 años hace | 0

Respondida
Simulink: Introduce delay with UDP Send/Receive
It is not possible to simulate the network delay after sending as the data has already been sent out of the host. However, we c...

más de 8 años hace | 3

| aceptada

Respondida
how do I get the Xilinx Blockset Libraries to appear in Simulink?
Apparently, Xilinx ISE Design Suite 14.7 is not supported for MATLAB R2016b. The details on supported versions are provided in ...

más de 8 años hace | 0

Respondida
Cross-Correlation WITHOUT a buffer/tapped-delay
The signals in Simulink are samples generated in the simulation time. Cross-correlation is a block operation implemented in the...

más de 8 años hace | 0

Respondida
Supervisory Control with Stateflow
Unfortunately, the exact same model may not be available. However, very similar examples in which you can play around to simula...

más de 8 años hace | 1

| aceptada

Respondida
Simulink, how to do conditional execution inside stateflow
From my understanding of the question, it seems that you wish to execute some specific conditional code inside a state chart. F...

más de 8 años hace | 0

Respondida
Simulink Cross Correlator dimension mismatch?
The Cross-Correlator block input signals cannot be vectors as it already has a buffer operation (converting samples into vectors...

más de 8 años hace | 1