omar khater
Followers: 0 Following: 0
Estadística
0 Problemas
11 Soluciones
CLASIFICACIÓN
38.373
of 295.673
REPUTACIÓN
1
CONTRIBUCIONES
8 Preguntas
1 Respuesta
ACEPTACIÓN DE RESPUESTAS
25.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.262
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
31.945
of 154.257
CONTRIBUCIONES
0 Problemas
11 Soluciones
PUNTUACIÓN
130
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
Project Euler: Problem 1, Multiples of 3 and 5
If we list all the natural numbers below 10 that are multiples of 3 or 5, we get 3, 5, 6 and 9. The sum of these multiples is 23...
más de 4 años hace
Pregunta
Why do I get non integer results from MILP problem ?
I have a script for diet linear programming problem. I am trying to compare results of linearprog or(intlinprog) with results of...
alrededor de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Struct contents reference from a non-struct array object in simulink
Hello, I have simple simulink circuit like this when I run the simulation this error appears I tried to search about th...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I convert table of chars to array of strings?
Hello, I have table variable (Input_table) like this ''1'' ''8'' ''2'' ''5'' '1' '1' ''Z'' ''F'' ''1'' ''3'' ''C'' ''5'' ''Y'...
más de 5 años hace | 3 respuestas | 1
3
respuestasFITCKNN with large data sets?
Do anyone know how to solve this problem?
más de 5 años hace | 0
Pregunta
FITCKNN with large data sets?
Hello, I have some dataset with size of 39366*9 table which I need to apply KNN regression. My problem arises when I use all t...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
What is the fastest way to run same simulink model multiple times ?
If I have a large dataset say 6000 rows of data that I need to evaluate simulink model at each point Currently I use for loop ...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
what is the best way to perform multiple calculation in simulink project ?
Hello I am a beginner in simulink. I have very simple circuit that I want to simulate like this I wish to enter multiple v...
casi 6 años hace | 1 respuesta | 0
1
respuestaResuelto
Pizza!
Given a circular pizza with radius _z_ and thickness _a_, return the pizza's volume. [ _z_ is first input argument.] Non-scor...
casi 7 años hace
Pregunta
How to change the axis location for multiple subplots ?
I try to change the axis location for 2 subplots when I entered this code n = [-5:5]; x = 2*impseq(-2,-5,5) - impseq...
casi 7 años hace | 2 respuestas | 0
2
respuestasResuelto
Find all elements less than 0 or greater than 10 and replace them with NaN
Given an input vector x, find all elements of x less than 0 or greater than 10 and replace them with NaN. Example: Input ...
casi 7 años hace
Resuelto
Column Removal
Remove the nth column from input matrix A and return the resulting matrix in output B. So if A = [1 2 3; 4 5 6]; and ...
casi 7 años hace
Resuelto
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
casi 7 años hace
Resuelto
Determine if input is odd
Given the input n, return true if n is odd or false if n is even.
alrededor de 7 años hace
Resuelto
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
alrededor de 7 años hace
Resuelto
Make the vector [1 2 3 4 5 6 7 8 9 10]
In MATLAB, you create a vector by enclosing the elements in square brackets like so: x = [1 2 3 4] Commas are optional, s...
alrededor de 7 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:...
alrededor de 7 años hace
Pregunta
why do i get this untitled error ?
this is the function code function dd=day_diff(month1, day1, month2, day2) if((month1 >12) ||( month2>12) || (day1 >...
alrededor de 8 años hace | 1 respuesta | 0