Answered
wheelEncoderAckermann is generating negative ticks, why and how to fix this?
Hi Patrik, It is my understanding that, you want to know why you are getting negative values of ‘Wheel Ticks’. But there may...

1 year ago | 0

Answered
What is the order of the FaceLabels
Hi BLP, It is my understanding that, you want to know how the face numbers are assigned so that you can use that face number a...

1 year ago | 0

Answered
Difference between two Computer vision functions - fitgeotform2d and estgeotform2d
Hi Etamar, It is my understanding that, you want to know the difference between ‘fitgeotform2d’ and ‘estgeotform2d’ functions ...

1 year ago | 0

Answered
Saving modified variable values from a Simulink model running on Raspberry Pi
Hi Asa, It is my understanding that, you want to save the modified parameter values without stopping or rebuilding the running ...

1 year ago | 0

Answered
alternative way of calling Coolprop every sampling time in simulink
Hi Seungho, It is my understanding that, you want to run above mentioned function only one time before simulation. For this, y...

1 year ago | 0

Answered
How can I only rotate the field of view of a complex valued MRI brain image?
According to my understanding, there is no such function to change the field of view of an image. However, you can use the para...

1 year ago | 0

Answered
Getting data out of ButtonDownFcn example
It is my understanding that you are trying to update the variable ‘myData’ in base workspace whenever the value of variable ‘my...

1 year ago | 0

| accepted

Solved


Find the Oldest Person in a Room
Given two input vectors: * |name| - user last names * |age| - corresponding age of the person Return the name of the ol...

1 year ago

Solved


Convert from Fahrenheit to Celsius
Given an input vector |F| containing temperature values in Fahrenheit, return an output vector |C| that contains the values in C...

1 year ago

Solved


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

1 year ago

Solved


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

1 year ago