Furkan Bayrak
TUSAS Engine Industries
Followers: 0 Following: 0
Model Based Software Engineer
C, MATLAB
Spoken Languages:
English, Turkish
Estadística
3 Preguntas
0 Respuestas
0 Problemas
17 Soluciones
CLASIFICACIÓN
142.588
of 295.569
REPUTACIÓN
0
CONTRIBUCIONES
3 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
66.67%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
24.958
of 154.105
CONTRIBUCIONES
0 Problemas
17 Soluciones
PUNTUACIÓN
182
NÚMERO DE INSIGNIAS
1
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Resuelto
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...
alrededor de 3 años hace
Resuelto
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...
alrededor de 4 años hace
Resuelto
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...
más de 4 años hace
Resuelto
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...
más de 4 años hace
Pregunta
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...
casi 5 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 5 años hace | 2 respuestas | 0
2
respuestasPregunta
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...
más de 5 años hace | 1 respuesta | 0
1
respuestaResuelto
most frequent character
Obtain the most frequent character. For example, s='balaram'; output='a'; If there is a tie between letters, return t...
casi 6 años hace
Resuelto
How many digits are there?
Input(s) - any string Output(n) - number of digits within string s
casi 6 años hace
Resuelto
Alternately upper-lower case
Modify the string to alternate between upper and lower case. For example, s='achyuta' output='AcHyUtA'
casi 6 años hace
Resuelto
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...
casi 6 años hace
Resuelto
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...
casi 6 años hace
Resuelto
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...
casi 6 años hace
Resuelto
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...
casi 6 años hace
Resuelto
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: * ...
casi 6 años hace
Resuelto
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...
casi 6 años hace
Resuelto
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...
casi 6 años hace
Resuelto
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:...
casi 6 años hace