Eliraz Nahum
Followers: 0 Following: 0
Statistics
RANK
19,592
of 295,467
REPUTATION
2
CONTRIBUTIONS
26 Questions
13 Answers
ANSWER ACCEPTANCE
88.46%
VOTES RECEIVED
1
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
Polynomial Fitting of 3 variables
hello and thanks for answering. Since you were so generous and your answer is incredibly informative, I am sure you may answer ...
5 years ago | 0
Question
Polynomial Fitting of 3 variables
Hello everyone, I would like to know if there is any option of fitting a polynomial function to a set of n points. I mean su...
5 years ago | 2 answers | 0
2
answersQuestion
problems with using the laplace transform
hello everyone, I am trying to plot a system response (y(t)) to an input of u(t)=t*1(t). The laplace transform of u(t) is U(...
6 years ago | 1 answer | 0
1
answerQuestion
step response of a signal
hey, how can I insert a step signal type which isn't equal to one, but of a type const*1(t). the command step(sys) gives the...
6 years ago | 1 answer | 0
1
answerQuestion
using the transfer function for further calculation
hey I extracted the transfer function from my state space definition. now I want to multiply it (transfer function) with my (c...
6 years ago | 0 answers | 0
0
answersQuestion
wrong outcomes when using lsim and step function
hello everyone, I am trying to define a 2nd order system y''(t)+5y'(t)+6y(t)=15u(t) in the state space and get outcomes (y) for...
6 years ago | 0 answers | 0
0
answersQuestion
seeing the expression of the transfer function
hello, I have a system that is defined in the state space by the command - sys=ss(A,B,C,D); I am trying to extract the Transfe...
6 years ago | 0 answers | 0
0
answersmore convenient way to present a result of a symbolic calculation
for some reason I don't get the desired result. the result I got: <</matlabcentral/answers/uploaded_files/139563/comparison%...
6 years ago | 0
Question
more convenient way to present a result of a symbolic calculation
hello everyone, is there a more convenient/elegant way of presenting the result? I am adding the code: clear all clo...
6 years ago | 2 answers | 0
2
answersQuestion
defining a matrix that can contain symbolic variables
hello I have a matrix that have 5 columns that contain 0/1 in each cell and I am interested to add a column that contains expre...
6 years ago | 1 answer | 0
1
answerhow to predefine a matrix with one unknown dimension
Thank you all. Both ways are good and I even learned some new elegant things.
6 years ago | 1
Question
how to predefine a matrix with one unknown dimension
hey everybody I am interested in predefining a matrix with unknown dimension. I know that the matrix should have 15 rows (numb...
6 years ago | 2 answers | 0
2
answersusing the trapz function
according to <https://uk.mathworks.com/help/matlab/ref/trapz.html> I can only give the trapz function the y values of y(x). That...
6 years ago | 0
| accepted
Question
using the trapz function
hey, I am trying to understand how the trapz works. I am trying to compare its results to an exact solution, but for some reaso...
6 years ago | 2 answers | 0
2
answersQuestion
a problem while using an anonymous function
hello, I can't understand what's wrong. I will appreciate any help. I have a problem while trying to using the integral fun...
6 years ago | 2 answers | 0
2
answersQuestion
mixing randomly existing values in a vector
hello I have a vector of 10 components - [1 1 1 1 1 1 0 0 0 0] I want to randomly (a uniform distribution is preferred) mixing...
6 years ago | 2 answers | 0
2
answers2 coupled second order equations
Thank you all for your answers. I read each one and learned a lot.
6 years ago | 0
problem figuring out 2 different solutions
thank you very much!!! you have no idea how you helped us.
6 years ago | 0
Question
problem figuring out 2 different solutions
hello everyone, my friend and I have to hand out our HW today, and can't understand why after going over and over again on ou...
6 years ago | 2 answers | 0
2
answers2 coupled second order equations
Sorry guys but I still can't understand if the code I wrote os feasible...
6 years ago | 0
syntax error with using the ode45 function
first of all, thank you for replying. by the way, I am trying to learn Matlab by myself and not an experienced user of it. s...
6 years ago | 0
Question
syntax error with using the ode45 function
<</matlabcentral/answers/uploaded_files/134132/error_message.JPG>> hello, I can't understand what I am doing wrong. the m...
6 years ago | 2 answers | 0
2
answersQuestion
2 coupled second order equations
Hello everyone, I have a problem of 2 coupled second order equations of the form that is described in the photo I attached. By ...
6 years ago | 3 answers | 0
3
answersQuestion
error in using the sum function
I am getting an error I can't understand. I attached the code and a photo. thanks! clear all close all clc m...
6 years ago | 2 answers | 0
2
answersQuestion
finding all the maximum/minimum and their corresponding x values
hello I want to know how I can find all the max values (even if there are many same maximums, like [1 2 3 6 6 6]) of a vector a...
6 years ago | 1 answer | 0
1
answerQuestion
step by step running of matlab
hello, is there a way of running matlab, so I can see each step it does. I would like to point out that I want to see any actio...
6 years ago | 1 answer | 0
1
answersolving a second order linear differential equation
thank you very much... sometimes it's not about the code, but the mathematics :-)
6 years ago | 0
Question
solving a second order linear differential equation
hello everybody, I was trying to solve a simple pendulum second order linear differential equation of the form y''=-(g/l)*sin(y...
6 years ago | 2 answers | 0