Feeds
질문
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...
거의 10년 전 | 답변 수: 0 | 0
0
답변질문
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 ...
거의 10년 전 | 답변 수: 0 | 0
0
답변질문
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...
대략 10년 전 | 답변 수: 2 | 0
2
답변질문
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...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
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...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
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]...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
increase the font size of my caption in X axis?
How can i increase the font size of my caption in X axis?
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
10년 초과 전 | 답변 수: 3 | 0
3
답변질문
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...
10년 초과 전 | 답변 수: 0 | 0
0
답변질문
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\...
10년 초과 전 | 답변 수: 2 | 0
2
답변질문
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:\...
10년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
11년 초과 전 | 답변 수: 0 | 1
0
답변질문
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 ...
11년 초과 전 | 답변 수: 4 | 1
4
답변질문
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...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
Matlab simulink GUI interface
Hi I am solving coupled field problem with matlab. My matlab code contains numerical calculations which calls a simulink for ...
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
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...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
Simulink if statement block
Can anyone help me how to implement if statement in Simulink Thanks
11년 초과 전 | 답변 수: 1 | 0
1
답변질문
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 ...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
11년 초과 전 | 답변 수: 0 | 0
0
답변질문
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...
거의 12년 전 | 답변 수: 0 | 0
0
답변질문
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...
거의 12년 전 | 답변 수: 0 | 0
0
답변질문
1D Laplace in cylindrical coordinates
Hi can anyone hp me how to solve 1D Laplace in cylindrical coordinates. Can i solve it with bvp4c?
거의 12년 전 | 답변 수: 0 | 0
0
답변질문
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. ...
거의 12년 전 | 답변 수: 0 | 0