Community Profile

photo

Furkan Bayrak


TUSAS Engine Industries

Last seen: 23 jours il y a Actif depuis 2018

Model Based Software Engineer

Programming Languages:
C, MATLAB
Spoken Languages:
English, Turkish

Statistiques

All
  • Thankful Level 2
  • Treasure Hunt Participant
  • Thankful Level 1
  • Explorer
  • First Review
  • Solver

Afficher les badges

Content Feed

Afficher par

A résolu


The Piggy Bank Problem
Given a cylindrical piggy bank with radius g and height y, return the bank's volume. [ g is first input argument.] Bonus though...

plus de 2 ans il y a

A résolu


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...

plus de 3 ans il y a

A résolu


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 y...

presque 4 ans il y a

A résolu


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...

presque 4 ans il y a

Question


Simulink Code Inspector look-up table problem
Hi, When I want to verify the generated code with Simulink Code Inspector, I get a report that the whole code and model is veri...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

Question


Embedded Coder generated .zip file problem
Hello, When i generated code with Embedded Coder, generated zip file has a folder named R2018b. This folder includes 3 folders...

plus de 4 ans il y a | 2 réponses | 0

2

réponses

Question


Built .dll based s-function
I need to generate code from our Simulink model. Our aim to embed this model in real-time hardware for test. The problem is that...

plus de 4 ans il y a | 1 réponse | 0

1

réponse

A résolu


Add two numbers
Given a and b, return the sum a+b in c.

plus de 4 ans il y a

A résolu


most frequent character
Obtain the most frequent character. For example, s='balaram'; output='a'; If there is a tie between letters, return t...

plus de 5 ans il y a

A résolu


How many digits are there?
Input(s) - any string Output(n) - number of digits within string s

plus de 5 ans il y a

A résolu


Alternately upper-lower case
Modify the string to alternate between upper and lower case. For example, s='achyuta' output='AcHyUtA'

plus de 5 ans il y a

A résolu


letter yes yes & letter no no
Split a string into two strings, wherein the first string has all alphabetic letters and the second string has all the remaining...

plus de 5 ans il y a

A résolu


NO _________ ALLOWED....
So you're given a sentence where if there is a particular word in the sentence then the output is 1, if it is not there then the...

plus de 5 ans il y a

A résolu


String Array Basics, Part 1: Convert Cell Array to String Array; No Missing Values
<http://www.mathworks.com/help/matlab/characters-and-strings.html String array> and cell array are two types of containers for s...

plus de 5 ans il y a

A résolu


reverse string
input='rama' output='amar'

plus de 5 ans il y a

A résolu


Calculate the Hamming distance between two strings
Inspired by a similar Cody problem found <http://www.mathworks.com/matlabcentral/cody/problems/93-calculate-the-levenshtein-dist...

plus de 5 ans il y a

A résolu


Cell Counting: How Many Draws?
You are given a cell array containing information about a number of soccer games. Each cell contains one of the following: * ...

plus de 5 ans il y a

A résolu


Number of 1s in a binary string
Find the number of 1s in the given binary string. Example. If the input string is '1100101', the output is 4. If the input stri...

plus de 5 ans il y a

A résolu


Return the first and last character of a string
Return the first and last character of a string, concatenated together. If there is only one character in the string, the functi...

plus de 5 ans il y a

A résolu


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:...

plus de 5 ans il y a