photo

Nurahmed


Concordia University

Last seen: 4 years 前 自 2019 起处于活动状态

Followers: 0   Following: 0

消息

Ph.D. student in Electrical & Computer Engineering

统计学

  • First Answer
  • Thankful Level 1

查看徽章

Feeds

排序方式:

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

5 years 前 | 0

提问


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)...

5 years 前 | 3 个回答 | 0

3

个回答

已回答
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.

5 years 前 | 0

已回答
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 前 | 0

| 已接受

提问


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 前 | 2 个回答 | 0

2

个回答

已回答
how to shift specific elements in a array to a specific position?
Hi, Thanks a lot!

5 years 前 | 0

提问


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 前 | 2 个回答 | 0

2

个回答