photo

Jordan Ross

Last seen: 4 mois il y a Actif depuis 2016

Followers: 0   Following: 0

Statistiques

MATLAB Answers

0 Questions
62 Réponses

RANG
473
of 300 343

RÉPUTATION
168

CONTRIBUTIONS
0 Questions
62 Réponses

ACCEPTATION DE VOS RÉPONSES
0.00%

VOTES REÇUS
26

RANG
 of 20 926

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 172

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Knowledgeable Level 4
  • First Answer

Afficher les badges

Feeds

Afficher par

Réponse apportée
Finding a transfer function from a set of data. A single input, multiple output data.
Hello Henry, The function "tfest" will estimate the transfer function using the your set of data. Find the documentation for ...

presque 9 ans il y a | 0

Réponse apportée
Is there any way to add a point to a GUI graph using animatedline?
Hello Jinwoo, What you can do is store the axis of the plot into your "handles" that you pass around inside you GUI. Then, wh...

presque 9 ans il y a | 0

Réponse apportée
ANSYS APDL to MATLAB Interface
Hello Nawfal, It seems that you are not executing a program and instead trying to execute the directory "C:\Program Files\ANS...

presque 9 ans il y a | 0

Réponse apportée
Proper (butterworth) bandpass filter
Hello Emil, I believe the issue is that when you specify the passband frequencies for the filter you are specifying it to be ...

presque 9 ans il y a | 1

Réponse apportée
Matlab Release Notes Settings
Hello Johannes, If you go into "My Account" from <www.mathworks.com>, and then select "Profile" > "Communication Preferences"...

presque 9 ans il y a | 0

Réponse apportée
Is there anyway to merge cells or nest tables in mlreportgen.ppt?
Hello Josh, I work for MathWorks and currently, this workflow is not supported when using mlreportgen.ppt. However, if you wa...

presque 9 ans il y a | 0

Réponse apportée
How to switch simulink blocks using a parameter?
Hello Martin, What you are going to want to use is actually is a "variant subsystem". The following documentation page discus...

presque 9 ans il y a | 0

| A accepté

Réponse apportée
How to create a bended cylinder structure stored in a 3D matrix?
Hello, I would suggest looking at the function "cylinder" because it will return the X, Y, and Z coordinates that you can joi...

presque 9 ans il y a | 0

| A accepté

Réponse apportée
https links - OPeNDAP Servers, NetCDF files
Hello Carlin, As per the bug report, it states that the fix only works for versions R2014a through R2016b. If you were to upg...

presque 9 ans il y a | 0

| A accepté

Réponse apportée
How can i acces to object matlab in stateflow
Hello Louis, From the screenshot you provided the error is due to the fact that a Simulink.Parameter can not have a type of "...

presque 9 ans il y a | 0

| A accepté

Réponse apportée
How to automatically crop empty space (with known color) around an image object (like "-trim" in ImageMagick)?
Hello, One possible solution would be to get the region of interest by color using the "roicolor" function. <http://www.math...

presque 9 ans il y a | 1

Réponse apportée
How can I plot a periodic function from 0 to 2*pi?
Hello, If you are expecting to make a 2-d plot then you are going to want to fix the value of "k" or "alpha". If you want a 3...

presque 9 ans il y a | 0

Réponse apportée
Interact with a simulink build .exe
Hello James, When you generate the executable it also generates the source files (see the below doc link). <http://www.math...

presque 9 ans il y a | 0

Réponse apportée
Why don't function syntax hints show up for some package functions?
Hello Hugh, I work for MathWorks and currently it is expected behavior that the function hints do not show up when you have a...

presque 9 ans il y a | 0

| A accepté

Réponse apportée
How to use VARARGOUT right?
Hello Simon, To pass data between GUI's you should take a look at the following MATLAB Answers posts: * <https://www.mathw...

presque 9 ans il y a | 0

| A accepté

Réponse apportée
Re-enable keypress capture when de-selecting figure
Hello, So I was able to get it working by doing the following: # Create the figure and the plot as you did and store the f...

presque 9 ans il y a | 0

Réponse apportée
How do I let Matlab know which functions to call ?
Hello, One approach that you could consider is doing an initial setup step where you stored the names of the functions that y...

presque 9 ans il y a | 0

| A accepté

Réponse apportée
How to write into the memory locations of the paramater using C api?
Hello Sahana, As I understand, you have some parameters that need to be defined before you run the model. Instead of writing ...

presque 9 ans il y a | 0

Réponse apportée
Trying to generate random numbers from a triangular distribution for input for an Entity Server Block in a SimEvents model created using Matlab R2016b
Hello John, The reason that you are getting that error message is that you are trying to use legacy SimEvents blocks with the...

presque 9 ans il y a | 0

| A accepté

Réponse apportée
How to make figure window change size
Hello, As I understand, you are trying to resize your window using the following command: >> set(gcf, [ four values]) However...

presque 9 ans il y a | 12

| A accepté

Réponse apportée
How to develop a simulink Lego Mindstorms EV3 block for third party I2C sensors?
Hello Benedict, Currently, the I2C protocol is not supported by the LEGO Mindstorm support package. One way to interface I2C...

presque 9 ans il y a | 1

Réponse apportée
How can I permute axes of a figure after the figure is created?
You can get the X and Y data of the Image by doing the following: >> A A = 1 2 3 4 ...

presque 9 ans il y a | 0

Réponse apportée
install command on linux doesn't bring up installer
Hello Brenda, As I understand, you are trying to install MATLAB in Linux from the command line and are not getting the instal...

presque 9 ans il y a | 5

| A accepté

Réponse apportée
Add Column in Excel Workbook, Loop through WorkSheets to fill in Data
Hello, As I understand you are wanting to read and write some data from/to an Excel workbook. The following functions are goi...

presque 9 ans il y a | 0

| A accepté

Réponse apportée
Finding suitable wavelet function for Accelerometer 1D signal.
Hello Muhammad, If you are using the the "wavefun" function then it provides the vectors as outputs of the function. For more...

presque 9 ans il y a | 0

Réponse apportée
StereoParams not being recognised
Hello Sander, From the code snippet you provided, "stereoParams" should not be defined since it is not an input argument to y...

presque 9 ans il y a | 0

Réponse apportée
xcorr question - better align two signals
Hello Fan, Unfortunately, the MATLAB functions that compute the sample cross-correlation from two provided sequences (such...

presque 9 ans il y a | 0

| A accepté

Réponse apportée
Question to: Infinite or Not-a-Number value encountered
Hello, This is a result of your function have a discontinuity and trying to integrate between points where the discontinuity ...

presque 9 ans il y a | 1

| A accepté

Réponse apportée
Connect 4 nodes with lines and color the created area
Hello, As I understand, you are wanting to plot a figure with four nodes and want the area of the polygon to have a different...

presque 9 ans il y a | 0

| A accepté

Réponse apportée
How can i modify import tool function with another script?
Hello Linus, As I understand, you want to have a script that imports any numerical data (txt, csv, ascii,...) with the MATLAB...

presque 9 ans il y a | 0

Charger plus