解決済み


Tire Slip Angle Calculation
Slip angle represents the angle between the direction a tire is pointing and the direction it is moving. Given Lateral velocity...

4ヶ月 前

解決済み


Yaw rate of the vehicle
Yaw rate defines how quickly a vehicle rotates about its vertical axis during motion. Given Vehicle speed v and Turning radius ...

4ヶ月 前

解決済み


Turning radius of a vehicle
The turning radius represents the radius of the circular path followed by a vehicle. Given Wheelbase L and Steering angle δ, Co...

4ヶ月 前

解決済み


Steering 101-Ackermann Steering Ratio
In a turning vehicle, inner and outer wheels follow different radii. Ackermann steering geometry ensures both wheels roll withou...

4ヶ月 前

解決済み


NCHOOSEK - Time Optimization
Input V —— Set of all choices, a vector of N, 1 < N < 100 K —— Number of selected choices, a scalar, 0 <= K <= N Output C ——...

4ヶ月 前

解決済み


Combinations without using nchoosek
You have to generate a matrix with all possible combinations of n elements *taken 2* at a time, *without using nchoosek(1:n,2)* ...

4ヶ月 前

解決済み


Sum all elements of a vector or matrix without using some built in functions
Write a function that computes the sum of all elements of the input array v without using the following built-in function: sum,...

4ヶ月 前

解決済み


Robust Corner Product with Special Value Handling in Arrays
Compute the product of the corner elements of an array (vector or matrix). If any corner element is NaN, return NaN. If any co...

4ヶ月 前

解決済み


Determine Matrix Dimensions Without Using some built-in MATLAB functions, version 2
Write a function that takes a 2D matrix/1D vector x as input and returns a row vector containing the number of rows and the numb...

4ヶ月 前

解決済み


Robust Corner Sum with Special Value Handling in Arrays
Compute the sum of the corner elements of an array (vector or matrix). If any corner element is NaN, return NaN. If any corner...

4ヶ月 前

解決済み


Return the product of all elements of a vector or matrix without using built-in functions
Compute the product of all elements of the input array without using the built-in functions prod, ans, or size.

4ヶ月 前

解決済み


Compute the Euclidean Distance Between Two N-Dimensional Vectors
Write a function that computes the Euclidean distance between two N-dimensional vectors. Given two input vectors x and z of equ...

4ヶ月 前

解決済み


Determine Matrix Dimensions Without Using some built-in MATLAB functions
Write a function that takes a 2D matrix/1D vector x as input and returns a row vector containing the number of rows and the numb...

4ヶ月 前

解決済み


Starburst Mandala
Create a mandala starburst using diagonal and orthogonal symmetry in a matrix.

5ヶ月 前

解決済み


Concentric Squares Mandala
Generate concentric square rings of alternating 1s and 0s to form a layered mandala-style matrix. e.g. N = 5; 1 1 1 1 1;...

5ヶ月 前

解決済み


Circular Ring Approximation Mandala
Generate a matrix that approximates a circular ring using distance-based thresholding , a visually rich mandala-inspired challen...

5ヶ月 前

解決済み


Sum all elements of a vector or matrix without using sum()
Write a function that computes the sum of all elements of the input array v without using the built-in sum function. The input ...

5ヶ月 前

解決済み


Determine Matrix Dimensions Without Using size or length
Write a function that takes a matrix A as input and returns a row vector containing the number of rows and the number of columns...

5ヶ月 前

解決済み


delta x

5ヶ月 前

解決済み


step function

5ヶ月 前

解決済み


F.R.I.E.N.D.S

5ヶ月 前

解決済み


Row avg

5ヶ月 前

解決済み


Swap rows

5ヶ月 前

解決済み


Diagonal Prod

5ヶ月 前

解決済み


Remnant

5ヶ月 前

解決済み


imaginary

5ヶ月 前

解決済み


Insert zeros

5ヶ月 前

解決済み


find the height

5ヶ月 前

解決済み


Factorial

5ヶ月 前

解決済み


Size

5ヶ月 前

さらに読み込む