Feeds
질문
Calculate the complexity of an algorithm
Hi at all, excuse me if something is not clear, I try to write in English as clear (and correct) as possible;) I wrote an al...
대략 13년 전 | 답변 수: 0 | 0
0
답변질문
Check if there are repeated elements in a vector
Hi to all, is there a command to check if there are repeated elements in a vector; I just have to check in an "if"... thank...
대략 13년 전 | 답변 수: 1 | 2
1
답변질문
Print a message if a condition is met
Hi all, I have 8 ranges: [ x(1) , x(2) ] , [ x(2) , x(3) ] ... [ x(7) , x(8) ] memorized in a column-vector, x : ...
대략 13년 전 | 답변 수: 2 | 0
2
답변답변 있음
evaluate whether a condition is met
Sorry *_Matt J_*, I read only now you precondition that a1 < b1 & b1 < a2 in my situation I have to evaluate if a value ...
evaluate whether a condition is met
Sorry *_Matt J_*, I read only now you precondition that a1 < b1 & b1 < a2 in my situation I have to evaluate if a value ...
대략 13년 전 | 0
답변 있음
evaluate whether a condition is met
Perfect! Now, for example, If during the second cycle the condition is not satisfied, the overall result will be error; it is p...
evaluate whether a condition is met
Perfect! Now, for example, If during the second cycle the condition is not satisfied, the overall result will be error; it is p...
대략 13년 전 | 0
질문
evaluate whether a condition is met
Hi all, I have to evaluate whether a condition is met: this is the basic method: if a1 < b1 < a2 disp ('ok') ...
대략 13년 전 | 답변 수: 3 | 0
3
답변답변 있음
Command to calculate the coordinates of points
Thanks, exactly this: P = [X (-A-Y)]; ;)
Command to calculate the coordinates of points
Thanks, exactly this: P = [X (-A-Y)]; ;)
대략 13년 전 | 0
질문
Command to calculate the coordinates of points
Hi, I calculating the coordinates of the points in this way: P1 = [X (1), (- A (1) - Y (1))]; P2 = [X (2), (- A (2) -...
대략 13년 전 | 답변 수: 2 | 0
2
답변답변 있음
evaluate a cubic polynomial in an interval
I try to be more explicit: I have to calculate the inflection point of a cubic spline. I have 2 vectors that contains expe...
evaluate a cubic polynomial in an interval
I try to be more explicit: I have to calculate the inflection point of a cubic spline. I have 2 vectors that contains expe...
대략 13년 전 | 0
질문
evaluate a cubic polynomial in an interval
Hi at everybody, I have to evaluate a cubic polynomial in an interval; I have a polynomials coefficients vector (C) in the...
대략 13년 전 | 답변 수: 2 | 0
2
답변질문
Calculate inflection point of spline
Hi, I have to calculate the inflection point of a cubic spline. I have 2 vectors that contains experimental data; - tempera...
대략 13년 전 | 답변 수: 1 | 0
1
답변질문
Calculate derivatives of "a matrix"
Hi at all, I have a polynomials coefficients matrix of W rows in the form f(x)= ax^2 + bx + c M= [a1 b1 c1 ; a2 b2 c2 ; ... ...
대략 13년 전 | 답변 수: 1 | 0
1
답변질문
From 2 vectors of n elements To n points
Hi, if I have two vectors: A=[ a1 a2 a3 a4 a5 a6 a7 ] and B=[ b1 b2...
대략 13년 전 | 답변 수: 3 | 0
3
답변질문
Create a vector form a polynomial evaluation
Hi, I have a polynomials coefficients matrix of W rows in the form f(x)= ax^2 + bx + c M= [a1 b1 c1 ; a2 b2 c2 ; ... ... ......
대략 13년 전 | 답변 수: 1 | 1
1
답변질문
Calculate roots of equations
Hi at all, (firtsly sorry for bad english, probably I'll use the wrong word). I have a matrix in which I have memorized the ...
대략 13년 전 | 답변 수: 1 | 0
1
답변답변 있음
How to split a nxn matrix into n vectors
Ok, thanks at everybody! Sorry for the wrong word but i not speak English very goog; with struct I mean cell array, sorry ;) ...
How to split a nxn matrix into n vectors
Ok, thanks at everybody! Sorry for the wrong word but i not speak English very goog; with struct I mean cell array, sorry ;) ...
대략 13년 전 | 0
| 수락됨
질문
How to split a nxn matrix into n vectors
Hi at all, I want to split a nxn matrix in n vectors: M= [1 2 3 ; 4 5 6 ; 7 8 9]; in m1 = [1 2 3]; m2 = [4 5 6]; ...
대략 13년 전 | 답변 수: 4 | 2
