Salvatore Mazzarino
Università degli Studi di Catania
Followers: 0 Following: 0
Estadística
47 Preguntas
0 Respuestas
0 Problemas
3 Soluciones
CLASIFICACIÓN
4.377
of 295.467
REPUTACIÓN
12
CONTRIBUCIONES
47 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
55.32%
VOTOS RECIBIDOS
11
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
67.980
of 153.912
CONTRIBUCIONES
0 Problemas
3 Soluciones
PUNTUACIÓN
40
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Simulink communication to Raspberry USB port
I would know if it exits a way to let communicate Simulink to a device connected to the USB port of Raspberry Pi?
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Designing digital filters by using boards
I would like to design digital filters such as FIR filters in Matlab. I know pretty well how to do that. Additionally I have the...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Find out the real part of symbolic expression by using MuPad
Hello. I'm trying to find out the real part of the following symbolic expression: y0*(y2+jy0)/(y0+jy2) by using MuPad I...
casi 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Which could be the smartest way to do what this function does
I should have to graph step discret signal. This is the function. function y = step(a,b,n0,flag) n = a:b; ...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
improve performance of this code
suppose to have a matrix called A 3 0 3 3 0 0 4 0 and have this function while(1) if all(A(:,i) == 0) ...
alrededor de 12 años hace | 3 respuestas | 0
3
respuestasPregunta
corresponding index of an element
I have two vectors g_counter = [2 0] and list = [3 0] I would get the indices of all the elements belong to g_...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
getting index of elements
I have two vectors g_vector = [2 0] list = [3 0] I would get the index of elements of g_vector that have their i...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
get a matrix of only zero
How can I get a mattrix made of only zeros? For example I have this matrix [2 4 0 5 6 0] I would get a matrix made of...
alrededor de 12 años hace | 4 respuestas | 0
4
respuestasPregunta
way to use returned valued of a if clause
I have an if clause if expression do-something end I would use the value return by expression into the...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
append elements to a vector
At the beginning of my simulation I create an empty vector vector = [] During the simulation I insert some elements into...
alrededor de 12 años hace | 1 respuesta | 1
1
respuestaPregunta
getting elements of a vector
I have this vector g_counter = [5 6 9 0 0]; list = [1 2 3]; If I do g_counter(list) I get 5 6 9 instead I wo...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
plot bar graph in the same graph
I have a bar graph. I would plot in the same bar graph another bar graph with excatly the same values without overriding the exi...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
creating a simple simulation
I'm trying to create a simple simulation using simscape elements of this circuit <http://imageshack.us/photo/my-images/195/im...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
connect simscape item to ps-simulink converter
I would connect a simscape element directly to ps-simulink converter block but I don't know how to do. Some idea?
alrededor de 12 años hace | 0 respuestas | 0
0
respuestasPregunta
connect resistor element to signal generator
I'm trying to create my first simulation with simulink but I have some problems. I would connect Signal generator block to a res...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
initialize a MxN matrix with the same number
I would initialize a M x N matrix with the same number. Which could be the best way in terms of speed? Es. [2 2; 2 ...
alrededor de 12 años hace | 10 respuestas | 0
10
respuestasPregunta
setting the step of x and y axes
I'm looking for the way to set the step of x and y axes. does it exist a way?
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
ismember function too slow
I have to improve the speed of my simulation. Well my code is quite simple. I have a vector A=[1 2 3 4 5 6 7 8 9 10] and anothe...
alrededor de 12 años hace | 5 respuestas | 0
5
respuestasPregunta
comment lines at the beginning of code execution
I'm finding a way to comment every line where fprintf function appears if the value of DEBUG variable is setted to 0. for exampl...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
better way to improve performance of my code
I'm doing a simulation using for cycle. In this simulation I have a series of fprintf that print out information. To improve th...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
improve this function in terms of speed
In my simulation this function is called many time and I would improve in terms of speed this function so I can earn in executio...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
putting return to a function
I have created a function "my_function" and into it I call another function called "another_function". function my_function() ...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
how to read or write a file according to its absolute path
I read a txt file using importdata. I pass the name of txt file to that function. Instead to pass only the name I would pass the...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
check if a file exists
I'm using the "importdata" function to import data from a text file. I would like to have a way to check if the text file exists...
alrededor de 12 años hace | 7 respuestas | 6
7
respuestasPregunta
best way in terms of performance to read a text file
I have to read values from text file that have this body: 1 2 3 4 5 6 7 8 9 10 after having read every of those value I ...
alrededor de 12 años hace | 2 respuestas | 0
2
respuestasPregunta
connect these points as a curve
I have a vector made of 10 values 1 2 3 4 5 6 7 8 9 10 and another row vector made of: 1.2012e-03 2.3046e-03 2....
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
looking for an efficient way to activate all fprintf in the function
I have a function and into it there are a lot of fprintf that print out some informations.I would create a way to show or not sh...
alrededor de 12 años hace | 2 respuestas | 1
2
respuestasPregunta
writing a label on every point in scatter plot
is it possibile to write a label text on/near a points in scatter points?
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
disable border blue in scatter plot
I'm building a scatter plot and I would that some points in the plot should be red. scatter(nodes(:,2),nodes(:,3),'filled')...
alrededor de 12 años hace | 1 respuesta | 0
1
respuestaPregunta
how to debug matlab code
I'm a java programmer and I usually work with netbeans. It gave me the possibility to debug my code. During debbugging, after ha...
alrededor de 12 años hace | 1 respuesta | 1