Estadística
0 Preguntas
11 Respuestas
CLASIFICACIÓN
2.810
of 300.779
REPUTACIÓN
22
CONTRIBUCIONES
0 Preguntas
11 Respuestas
ACEPTACIÓN DE RESPUESTAS
0.00%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 21.084
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 170.997
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
I want to insert greek symbol Delta as xticklable in subplot which is a Bar chart along two other ab,cd latters.MATCODE { \Delta} has been utilised but it isn't responding in MATLAB 2013. pls guide
The following command may be included as a part of your code, or simply type this in the command window with the figure open: ...
casi 9 años hace | 0
Save a matrix into text files with different names
The following illustration might help: A=[1 2 3; 4 5 6; 7 8 9]; for i = 1:size(A,2) X_i = A(:,i); filename =...
casi 9 años hace | 0
short interruptions in motors
This could be done by sending 'zero' input to the motor for the desired time. Create a simple embedded function in simulink with...
más de 9 años hace | 0
| aceptada
How to export data from simulink
This could be done by simply setting the output of simulation to be a vector. set the max number of simulation s to be perfor...
más de 9 años hace | 0
| aceptada
How to update constant value in Simulink while it is running?
The easiest way to update simulink block parameters in real time (while the model is running) is through a GUI (graphic user int...
más de 9 años hace | 0
Simulink "To Workspace" block only outputs last part of simulation
In order to limit/remove limit on the number of points you could tweak the model configuration parameters in simulations tab of ...
más de 9 años hace | 0
How can I do a transfer function for a MIMO system?
Just to clarify, the transfer function for a MIMO system will actually be a matrix of transfer functions. Lets say you have MIMO...
más de 9 años hace | 2
| aceptada
How can i get the data from 3D graph to excel sheet
I see that you have a matlab fig file finally after you process the wav file and extract the data. Assuming that you have a t...
más de 9 años hace | 0
'to workspace' data length question
The sample time does not dictate how many data points will be saved to work space (its better to keep it -1 so that the sample t...
más de 9 años hace | 0
Integer programing for minimization
Your problem could be solved using fmincon. See Matlab documentation on fmincon for more info. Set up the objective function ...
más de 9 años hace | 0
How to create a sequence of matrices that depend on parameters whose values change?
%Seems like you could use a simple for loop to run the code. %The delta could be set as vector: delta = 0:0.1:2; %use a...
más de 9 años hace | 1
| aceptada


