Walter iacomacci
Followers: 0 Following: 0
Mechatronics engineering
Statistics
RANK
7,073
of 295,467
REPUTATION
6
CONTRIBUTIONS
1 Question
6 Answers
ANSWER ACCEPTANCE
0.0%
VOTES RECEIVED
3
RANK
of 20,234
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,912
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
solve() question: both substitution and symbolic solutions
Hi Serdar maybe you are looking for something like this I've setted everything Symbolic since i dont have real values to recrea...
4 years ago | 0
Smimport implementation error line 173
I experienced this error and yes, this error is not so trivial. I have few recommendations to fix or avoid this type of errors w...
4 years ago | 3
How to connect matlab function blocks in the same circuit
Hi Emily. I can't understand properly your question but, If you are trying to set values of resistors and transistors previousl...
4 years ago | 0
My for loop is working but can't plot the out put
Hi Feeroz, I see what you are trying to dom try this: format long l=1/2; u=1/3; I=[1,0,0;0,1,0;0,0,1]; A=[1,0,0;0,1,0;0,0,1...
4 years ago | 0
Question
Having problems solving this differential equation system
I have an assingment where I have to find the equilibrium points of the following differential equation system: Which is ...
4 years ago | 0 answers | 0
0
answersHow can I read a specific line from a data file (.txt)?
Hi Claudio this Question has been already answered before here: Read an Specific line from a .txt, I think you will find your so...
5 years ago | 0
y(t) = 0.5x_(t/2+1) plot y(t)
Hey There. If the function you want to plot is y=0.5*((t/2)+1) , this is a way to do it on MATLAB t=linspace(0,100,1000) y=0....
5 years ago | 0