Hidd_1
Followers: 0 Following: 0
Estadística
24 Preguntas
0 Respuestas
0 Problemas
65 Soluciones
CLASIFICACIÓN
72.913
of 295.638
REPUTACIÓN
0
CONTRIBUCIONES
24 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
100.0%
VOTOS RECIBIDOS
0
CLASIFICACIÓN
of 20.255
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
6.979
of 154.207
CONTRIBUCIONES
0 Problemas
65 Soluciones
PUNTUACIÓN
839
NÚMERO DE INSIGNIAS
4
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
Non Linear Regression for a surface
I have the following matrices, and their dimensions: X (1*249 double) Y (1*20 double) Z (20*249 double) I know that the rela...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Select a columns of a Matrix using Selector in Simulink
I am having the following simulink model, which contain a Matrix A [3×6] of doubles, and I would like have a selector that selec...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Implement the Software Architecture in MATLAB\SIMLUNK and convert it to C
Hey! I would like to ask, how do you guys implement the software Architecture in MATLAB\SIMULINK, and how to translate it to a ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
reference a Mathworks Algorithm found in the forum
I found an interesting algorithm in the forum, and I would like to build on it my own algorithm, and I am wondering how to cite ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Fit nonlinear regression model
I am trying the fit the eclosed data, for the X-Axis: x = 0:1:248; I enclosed the data for the Y-axis. (Each row is a curve, ...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Optimization to fit a curve to data (problem with the InitialPopulationMatrix)
I am triying to fit the eclosed data using optimoptions, and for that I used the gradient descent. This is the objective functi...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Relation or Pattern between curves
I am having the following curves, and I am trying to find a relation between them, or a statistical factor to use it so i can pr...
más de 1 año hace | 2 respuestas | 0
2
respuestasPregunta
Bode diagram : Warning: Error occurred while evaluating listener callback.
I wrote the following code, I am gettign this error: Warning: Error occurred while evaluating listener callback. Here is the c...
más de 1 año hace | 1 respuesta | 0
1
respuestaPregunta
Passing Data between two Apps
I have created two apps (App1, and statitics), and I would like to pass the following data from the first one into the second on...
más de 2 años hace | 1 respuesta | 0
1
respuestaPregunta
Incorrect number of input arguments
I wrote the following code, and I got a message error regarding the input arguments: lgd_1 = legend(app.UIAxes,'dTdhw(°C)','VDH...
casi 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Open file selection dialog, and get an error message when no file is selected
Hey Everybody! I wrote the following code, for a GUI app: [file,filepath,filter] = uigetfile({'*.xlsx'},'Select the Excel file...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Statistical calculation from the plot function
I created a plot function in an App: like this plot(app.UIAxes,app.Time,app.Tempreture_In,app.Time,app.Tempreture_out) I wou...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Drop Down Button (App Designer) return index of repeated elements
I would like to select an option on the drop down button, the problem is that the options are reapeated! Thus I would like that...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Link MATLAB script with App Designer
Hey Everybody! I wrote a Matlab script of a program which automate Data processing, and then I thought about creating an GUI ...
casi 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Simulink vs Stateflow application for sensor
Hey! I am working on integrating a sensor in an Simulink block, such that when the sensor detect a gaz it should send a boolia...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Cody Problem 25. Remove any row in which a NaN appears
I found difficulties with the Problem 25 on Cody here is my solution: function B = remove_nan_rows(A) [x,y]=size(A) [row, co...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Cody Problem 38. Return a list sorted by number of occurrences
I found difficulties with the Problem 38 on Cody here is my solution: function y = popularity(x) [a,b]=size(x); s=ones(a,b);...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Cody Problem 19. Swap the first and last columns
Hey I found problem with the Test 4 from the Cody Problem 19: Swap the first and last columns here is my solution: function B ...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
Cody Problem 14. Find the numeric mean of the prime numbers in a matrix.
I found difficulties with the 14th Problem on Cody here is my solution: function out = meanOfPrimes(in) [a,b]=size(in) sum = ...
más de 3 años hace | 4 respuestas | 0
4
respuestasPregunta
checkerboard matrix (Problem Nr 4 from Cody)
I found this problem on Cody: Given an integer n, make an n-by-n matrix made up of alternating ones and zeros as shown below. T...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
Colored graph (Known function)
I would like to create a graph similar to this one: (I already know the Mathematical function) I can draw the function, but t...
más de 3 años hace | 1 respuesta | 0
1
respuestaPregunta
create a Moving Box Simulation in 1D
I am trying to create a simulation like this one: And I have problems making the rectangular box moves, here is the function ...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
PD controller (Time domain)
I would like to design a PD controller, to control a moving mass (=1Kg) along the x-axis so it moves from rest (point A) to anot...
más de 3 años hace | 2 respuestas | 0
2
respuestasPregunta
create a three-dimensional surface plot
Hello everybody! I want to create a three-dimensional surface plot using the function surf, but unfortanatley there is a bug in...
casi 4 años hace | 1 respuesta | 0