Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. 25 lut 2019 · I'm trying to implement an if condition in Matlab that when two objects get at a distance of 30 meters of each other should accelerate until 100 m and after that it should behave normal. The condit...

  2. This MATLAB function evaluates an expression, and executes a group of statements when the expression is true.

  3. 24 kwi 2020 · Multiple if statements with two conditions. Learn more about if statement, table, xlsx, elseif

  4. 10 lip 2020 · If condition with multiple OR statements. I would like to understand what's the problem here. PURPOSE: Not print 'd', if the multiple OR statements are satisfied. if (d ~= 1 || d ~= 3 ||d ~= 7 ||d ~= 9 ||... So that only cases that d = 2, 4, 5, 6, 8 are printed.

  5. 2 wrz 2024 · I have an equation: x = [10 / pi + j / sin(i-1)] * cos[j * (i-1) * pi] where i = 2 to 6 and j = 1 to 7. I am trying to make a code with both i and j. I am solving this equation for all combinatio...

  6. 16 gru 2012 · The code starts from first if, read condition (2) then goes to condition (4) directly. There are two subconditions for P after first if (1) & (2)and again two subconditions for P after elseif. (3) & (4).

  7. 1 sty 2020 · I have a simple code that takes a user's input, and then changes 2 variables based on that: var1 = 0; var2 = 0; in1 = input('first: ', 's'); in2 = input('second: ', 's'); if in1 = 3 && in2 = 4...

  1. Ludzie szukają również