Statistics
RANK
18 078
of 295 448
REPUTATION
2
CONTRIBUTIONS
30 Questions
1 Answer
ANSWER ACCEPTANCE
26.67%
VOTES RECEIVED
2
RANK
of 20 227
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153 872
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
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...
nästan 10 år ago | 0 answers | 0
0
answersQuestion
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 ...
nästan 10 år ago | 0 answers | 0
0
answersQuestion
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...
ungefär 10 år ago | 2 answers | 0
2
answersQuestion
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...
ungefär 10 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 10 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 10 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 10 år ago | 1 answer | 0
1
answerQuestion
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...
ungefär 10 år ago | 1 answer | 0
1
answerQuestion
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]...
ungefär 10 år ago | 1 answer | 0
1
answerQuestion
increase the font size of my caption in X axis?
How can i increase the font size of my caption in X axis?
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 10 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 10 år ago | 3 answers | 0
3
answersQuestion
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...
mer än 10 år ago | 0 answers | 0
0
answersQuestion
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\...
mer än 10 år ago | 2 answers | 0
2
answersQuestion
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:\...
mer än 10 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 11 år ago | 0 answers | 1
0
answersQuestion
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 ...
mer än 11 år ago | 4 answers | 1
4
answersQuestion
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...
mer än 11 år ago | 1 answer | 0
1
answerQuestion
Matlab simulink GUI interface
Hi I am solving coupled field problem with matlab. My matlab code contains numerical calculations which calls a simulink for ...
mer än 11 år ago | 1 answer | 0
1
answerQuestion
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...
mer än 11 år ago | 0 answers | 0
0
answersQuestion
Simulink if statement block
Can anyone help me how to implement if statement in Simulink Thanks
mer än 11 år ago | 1 answer | 0
1
answerQuestion
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 ...
mer än 11 år ago | 0 answers | 0
0
answersQuestion
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...
mer än 11 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 12 år ago | 0 answers | 0
0
answersQuestion
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...
nästan 12 år ago | 0 answers | 0
0
answersQuestion
1D Laplace in cylindrical coordinates
Hi can anyone hp me how to solve 1D Laplace in cylindrical coordinates. Can i solve it with bvp4c?
nästan 12 år ago | 0 answers | 0
0
answersQuestion
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. ...
nästan 12 år ago | 0 answers | 0