Yahoo Poland Wyszukiwanie w Internecie

Search results

  1. This MATLAB function performs a logical OR of inputs A and B and returns an array or a table containing elements set to either logical 1 (true) or logical 0 (false).

    • Input

      x = input(prompt) displays the text in prompt and waits for...

  2. Find Array Elements That Meet Conditions. This example shows how to filter the elements of an array by applying conditions to the array. For instance, you can examine the even elements in a matrix, find the location of all 0s in a multidimensional array, or replace NaN values in data.

  3. x = input(prompt) displays the text in prompt and waits for the user to input a value and press the Return key. The user can enter expressions, like pi/4 or rand(3) , and can use variables in the workspace.

  4. 30 kwi 2019 · Find the minimum "distance" value by min. Compare the temporary "distances" array to that minimum value (resulting in some binary array), and then use find to get the corresponding indices, which finally can be used to get the values from the original input array x.

  5. 9 lut 2024 · a = input('Enter the value of a: '); You define a somehow (as a function input... but really it does not matter how, all that matters is that it is defined because this basic principal applies to all variables all of the time).

  6. 14 lut 2024 · This tutorial will discuss how we can use the find() function to find values and indices of non-zero elements in a vector or matrix in MATLAB.

  7. user_entry = input('prompt') displays prompt as a prompt on the screen, waits for input from the keyboard, and returns the value entered in user_entry. user_entry = input(' prompt ','s') returns the entered string as a text variable rather than as a variable name or numerical value.

  1. Ludzie szukają również