Community Profile

photo

Vick


Last seen: 11 días hace Con actividad desde 2017

Estadísticas

All
  • Solver
  • Thankful Level 3

Ver insignias

Content Feed

Ver por

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

casi 2 años hace | 0 respuestas | 0

0

respuestas

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

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

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

alrededor de 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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 4 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

casi 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 5 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

alrededor de 6 años hace | 3 respuestas | 1

3

respuestas

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


Call a gui callback without handles
Hello all, I'm using <https://in.mathworks.com/matlabcentral/fileexchange/54705-tabmanager-create-tab-panels--uitabgroup--from-...

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


Steady state data filtering
Hi, <</matlabcentral/answers/uploaded_files/93235/Capture.JPG>> In the above image i need to filter steady state data( 1...

más de 6 años hace | 2 respuestas | 0

2

respuestas

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 1 respuesta | 0

1

respuesta

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas

Pregunta


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

más de 6 años hace | 0 respuestas | 0

0

respuestas