Nurahmed
Concordia University
Followers: 0 Following: 0
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?
Solving non-linear equations in MATLAB
For initial values, is it possible to give a range for every solution instead of give specific values?
대략 6년 전 | 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)...
대략 6년 전 | 답변 수: 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.
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.
대략 6년 전 | 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...
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...
6년 초과 전 | 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...
6년 초과 전 | 답변 수: 2 | 0
2
답변답변 있음
how to shift specific elements in a array to a specific position?
Hi, Thanks a lot!
how to shift specific elements in a array to a specific position?
Hi, Thanks a lot!
6년 초과 전 | 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...
6년 초과 전 | 답변 수: 2 | 0

