Estadística
CLASIFICACIÓN
18.078
of 296.158
REPUTACIÓN
2
CONTRIBUCIONES
30 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
26.67%
VOTOS RECIBIDOS
2
CLASIFICACIÓN
of 20.352
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 155.501
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
Pregunta
Error message using Softscope
I have a problem using the Softscope command for data acquistision in Matlab. Whne i typr it i get the error message below. How...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
record signal using audio card ?
Hello I am trying to record a signal from function generator in my compute. My Pc have audio card. Can anyone suggest me how ...
alrededor de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How to save simulink blocks in pdf format
I am trying to save my simulink in pdf formate instead of sniping it. I am using the command below: print -deps -r300 -smysi...
alrededor de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
save scope plot in pdf format
If I have a matlab plot i use this command to save it in pdf format print(figure(1), '-append', '-dpsc2', 'd:\fig.ps'); Bu...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Printing simulink file including all the blocks
Hi I am using the following comand to save my simulink in pdf format print -deps -r300 -sopen_loop myfig.ps when see my...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to add external image in a matlab picture
how can I add external image in a matlab plot. Lets say for example i have Y=x plot and i want to add my photo at the top of the...
alrededor de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
How to change scatter plot fonts
In the matlab code below, I have scattered points. How can i choose different scatterd fonts like * and + and set the color of t...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
scatter plot color setting.
In the matlab code below, I have scattered points. How can i choose different scatterd fonts like * and + and set the color of t...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Connect scatter line in multiple y axis
I have two y axis and one x axis plot. x=[0.8,1.3,2.2,2.9,3.6]; y1=[17.22,18.9,19.74756674,21.64790459,22.77216041]...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
increase the font size of my caption in X axis?
How can i increase the font size of my caption in X axis?
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
how to include Figure color in my code?
Hi I want to change the color of my figure to white. The cloro outside my x and y axis. I can do this by going Figure color u...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab animation to powerpoint
Hi, I have animation plot in matlab. I want to put it to my powerpoint presentation. Below is my code to the plot i have in m...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
calling a function pdepe
i am using pdepe to solve a coupled PDE. m = 0; x = linspace(0,1,20); t = linspace(0,2,5); sol = pdepe(m,@pdex1pde,@pdex...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
How do I connect points in a scatter plot with a line?
Hi I plot a scatter for multiple points and i want to connect them using line. Below is my code. The plot i get is only scatter...
más de 10 años hace | 3 respuestas | 0
3
respuestasPregunta
Connecting multiple scattered points through a line
Hi I plot a scatter for multiple points and i want to connect them using line. Below is my code. The plot i get is only scatt...
más de 10 años hace | 0 respuestas | 0
0
respuestasPregunta
reading multiple excel files
HI I have multiple excel files at different folders. Lets say 5 excel files at 5 different folders. D:\1\1.xlsx.... to D:\10\...
más de 10 años hace | 2 respuestas | 0
2
respuestasPregunta
reading multiple excel files in matlab
HI I have multiple excel files at different folders. Lets say 10 excel files at 10 different folders. D:\1\1.xlsx.... to D:\...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
GUI matlab Checkbox for multiple plot
Hi I'm making a Matlab GUI, where I have three checkboxes. The user first inters inputs in the editboxs and click the bush bu...
más de 11 años hace | 0 respuestas | 1
0
respuestasPregunta
Reset button in Matlab GUI
Hello I am working with Mat lab GUI and it works. But I need to add a reset button so that that when the user wants to input ...
más de 11 años hace | 4 respuestas | 1
4
respuestasPregunta
Matlab GUI plot: Refersh input data and update plot
I am working with Matlab GUI. I am having problem that the plots are not updated when i change the input data. My code is lo...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Matlab simulink GUI interface
Hi I am solving coupled field problem with matlab. My matlab code contains numerical calculations which calls a simulink for ...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Simulink block function 2012b
HI i create a function block in Simulink using 2011b, But when i run t in matlab 2013b, it didnt run. Any help appriciated...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Simulink if statement block
Can anyone help me how to implement if statement in Simulink Thanks
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Simulink in Matlab 2012b
i am using 2012b Matlab in my laptop. when i bring a file from my disktop which uses matlab 2011b,it didn't work in laptop? it ...
más de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
coefiecent of time dependent in pdepe solver
Hello I have the electrostatic equation like this ∇.(σ∇V)=∂ρ/∂t and if we write this in cylindrical coordinate it becomes: (1...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
coefiecent of time dependent in pdepe solver
Hello I am using pdepe solver to solve DC conduction equation. This is my equation; 1/r * ∂/∂r [r*σ* ∂V/∂r]=∂ρ/∂t can i ma...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
DC conduction equation in Matlab
Hello I am solving DC conduction equation in Matlab. My equation is 1/r * ∂/∂r [r*σ* ∂V/∂r]=∂ρ/∂t My equation is 1D(only var...
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
1D Laplace in cylindrical coordinates
Hi can anyone hp me how to solve 1D Laplace in cylindrical coordinates. Can i solve it with bvp4c?
casi 12 años hace | 0 respuestas | 0
0
respuestasPregunta
PDEtool in electrostatic coaxial cable
Hello I am using PDEtool in electrostatic. I draw a simple geometry with two concentric circle representing a coaxial cable. ...
casi 12 años hace | 0 respuestas | 0