Estadística
22 Preguntas
0 Respuestas
0 Problemas
3 Soluciones
CLASIFICACIÓN
39.548
of 295.467
REPUTACIÓN
1
CONTRIBUCIONES
22 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
31.82%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.234
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
69.019
of 153.912
CONTRIBUCIONES
0 Problemas
3 Soluciones
PUNTUACIÓN
40
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
Pregunta
How to find path of the signal source from its name?
Above is the subsystem of my big model, in this I've 2 outports and the path of the subsytem is "MyModel/handle_error/apply_li...
más de 2 años hace | 1 respuesta | 0
1
respuestaResuelto
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 ...
más de 3 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...
más de 3 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:...
más de 3 años hace
Pregunta
How to fit custom polynomial equation?
Following is the poly32 model, equation(x,y) = p00 + p10*x + p01*y + p20*x^2 + p11*x*y + p02*y^2 + p30*x^3 + ...
más de 4 años hace | 1 respuesta | 0
1
respuestaPregunta
Creating combination matrix of all combinations
Hi, I've two or more variable and i've to form a combination matrix out of it. For example, I've 2 variables say a=[1,2,3,4];b...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Dynamic Array update without for loop
Dear All, Is there any possibilty to run below mentioned code without using FOR loop as run time is higher with loops, A=rand(...
más de 5 años hace | 1 respuesta | 0
1
respuestaPregunta
Custom install location for Deployed application
Hi all, I'm deloying a matlab function into a stand alone application file using "Application Complier". I would like to have c...
más de 5 años hace | 0 respuestas | 0
0
respuestasPregunta
Java based uitable in gui
Hi all, I wanted a uitable exactly like a spreadsheet table(single click to select and double click to edit). In the current ui...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Simulink element wise multiplication for big data
Hi all, I'm new to simulink. In matlab i run a function which takes 100000*10 size of data and gives an output of 100000*1 wi...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
Look up table optimizer
Dear All, I've a simulink model of non-Linear equation with a lookup table in it. Say for example consider the following equati...
alrededor de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
UITABLE customization in matlab GUI
Hello all, 1. I've a generic uitable where if my column editable is active on the first click the cell goes to edit mode whic...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Get IP address over a Edit box
Hi all, I need to get a IP address kind of values from the edit box.i.e, I have to get like 10 values from one edit box. I've...
casi 7 años hace | 3 respuestas | 1
3
respuestasPregunta
Compiling all deployed application in a launcher
Hi, I've more than 20 stand alone compiled application. I've to give the same for my team. I don't want to give this as a 20 ...
casi 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Plot sine wave with bandwidth
Hi, I want to create a sine wave with a given bandwidth, a plot similar to this, <<https://upload.wikimedia.org/wikipedia/...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Call a gui callback without handles
Hello all, I'm using <https://in.mathworks.com/matlabcentral/fileexchange/54705-tabmanager-create-tab-panels--uitabgroup--from-...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
3d plot peaks
Hi, How can i have a plot similar to this in matlab, I have Frequency data from 0-25 kHz (size 300*1), and amplidute data of ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Pause and Play button for plotting
Hi, I'm having a data(ydata) of size 2000*2000, which has to be plotted in an axes one by one (given delay time as 0.5 sec) ...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Steady state data filtering
Hi, <</matlabcentral/answers/uploaded_files/93235/Capture.JPG>> In the above image i need to filter steady state data( 1...
alrededor de 7 años hace | 2 respuestas | 0
2
respuestasPregunta
Textscan with different formats
Hi, I'm not familiar reading text files and also formats involved in text files. Here is my problem, i been trying to read a ...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
Multiple axes plot more than 2 axes
Hi all, I need to plot more than 6 y data for a single x data. These y data will not auto scale in a single plot.. what I was...
alrededor de 7 años hace | 1 respuesta | 0
1
respuestaPregunta
curve fitting with trend
Hi, I want to fit a curve in matlab by giving a initial guess and i want the curve fitting algorithm to maintain the same tre...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
resize objects inside matlab gui created with guide
Hi, I've created a gui using guide where user uploads the files using pushbutton and another list box to display variables in...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
Multi-variable non linear regression
Hello all, Problem Definition: I've a 2D table which are the coefficients which has to be solved using non linear multi v...
alrededor de 7 años hace | 0 respuestas | 0
0
respuestasPregunta
multidimensional curve fitting y=mx+c
Dear all, I can understand the problem of solving the equation y=mx+c where m and c are slope and offset in a scalar value, but...
alrededor de 7 años hace | 0 respuestas | 0