Community Profile

photo

Nurahmed


Concordia University

Last seen: 4 years ago Active since 2019

Followers: 0   Following: 0

Message

Ph.D. student in Electrical & Computer Engineering

Statistics

  • First Answer
  • Thankful Level 1

View badges

Feeds

View by

Answered
Solving non-linear equations in MATLAB
For initial values, is it possible to give a range for every solution instead of give specific values?

4 years ago | 0

Question


Solving non-linear equations in MATLAB
Hi, I have this equation set function F = myfun(x) F = [cos(x(1))-cos(x(2))+cos(x(3))-0.85*pi/4; cos(3*x(1))-cos(3*x(2)...

4 years ago | 3 answers | 0

3

answers

Answered
Solving trigonometric non-linear equations in MATLAB
Hi @Mohamed ahmed, Did you find the solution to your problem? I have the same equation, but couldn't solve in MATLAB.

4 years ago | 0

Answered
How can I shift the elements in a vector without losing the elements? just shift the order
I am new to Matlab, but after one day struggle, I finally found the solution to my problem. It was fun! A=1:10; startPos=4; n...

5 years ago | 0

| accepted

Question


How can I shift the elements in a vector without losing the elements? just shift the order
If I have A = [1,2,3,4,5,6,7,8,9,10]; I want specific consecutive number of elements (e.g. 6,7,8) to shift left or shift righ...

5 years ago | 2 answers | 0

2

answers

Answered
how to shift specific elements in a array to a specific position?
Hi, Thanks a lot!

5 years ago | 0

Question


how to shift specific elements in a array to a specific position?
I have an arry A = [1,2,3,4,5,6,7,8,9,10]. I want specific elements to shift the order but remain with the same elements. E.x. I...

5 years ago | 2 answers | 0

2

answers