Community Profile

photo

Ian Noell

Last seen: 20 jours il y a Actif depuis 2011

Statistiques

All
  • Personal Best Downloads Level 1
  • Editor's Pick
  • First Review
  • 5-Star Galaxy Level 3
  • First Submission
  • Revival Level 2
  • Knowledgeable Level 2
  • First Answer
  • Solver

Afficher les badges

Content Feed

Afficher par

A répondu
How to get data for Diagnostic Statistics, Predicted/Observed, Normal Plot and Validation Data plots out of the xregstatsmodel exported out of the Model Based Calibration toolbox?
The xregstatsmodel interface is just intended for evaluating models. There is a separate interface for fitting models and acces...

9 mois il y a | 0

A répondu
In the Model Base Calibration toolbox, can I plot the coefficients from the surface response?
MBC is intended as a tool for response surfaces for the purposes of prediction rather than analysing coefficients. There is no...

9 mois il y a | 0

| A accepté

A répondu
Import function for MBC CAGE
Models created with MBC Model are exported directly to CAGE (not via the base workspace). From MBC Model. Go to the Home Pag...

9 mois il y a | 0

A répondu
Model Based Calibration (CAGE) - Error in "Fill Lookup Table" Functionality Caused by Unrecognised Function / Variable
Hi Jack, This is a bug in R2021a which is fixed in R2021b. Apologies for that. When filling tables that are part of features I...

environ 2 ans il y a | 1

| A accepté

A répondu
External model import to mbc cage
At present it is not possible to import dynamic neural networks to CAGE. The only neural networks supported in MBC are the neura...

presque 4 ans il y a | 0

A répondu
I can't find a User-defined model I checked into the MBC toolbox via the "Fit Model" GUI
Apologies, i have just seen this question. The growth model examples in MBC are handled differently. They are available as a se...

presque 4 ans il y a | 0

A répondu
How can I code MBC constraints?
Hi Brian, Please see the following example code. web(fullfile(docroot, 'mbc/mbc_gs/gasoline-case-study-design-of-experiment.ht...

environ 5 ans il y a | 0

A répondu
How to set up a test plan in MBC
The Model-based calibration toolbox does not provide this functionality at present. The assumption is that the range for your lo...

plus de 5 ans il y a | 0

A répondu
When importing Matlab files into CaGe from ATI, the imported 'table' is not the same as the exported calibration map. I am unsure what I am doing wrong or if there is a potential bug in the software. I dont beleive it is the export from ATI.
This is a bug. As a short term workaround I suggest using DCM file import/export from ATI Vision rather than MAT files.

presque 6 ans il y a | 0

| A accepté

A répondu
MBC-Modelfitting: Is it possible to export the confidence level function for a specific model to the workspace ?
The function predint can be used to calculate confidence intervals of models exported to the workspace. help xregstatsmodel/...

plus de 7 ans il y a | 0

| A accepté

A répondu
Is there a limit to the amount of data MBC toolbox can handle?
After discussing this question offline with Nicholas, we identified that the fitting of convex hull boundary models was taking a...

environ 8 ans il y a | 2

A répondu
Is there a limit to the amount of data MBC toolbox can handle?
Hi Nicholas, Please see my answer in the comments. Ian

environ 8 ans il y a | 0

A répondu
How to create project in MBC tool ? can any one help me?
Can you please clarify whether you are creating a project in the MBC model fitting app or in a script? You might find the engine...

plus de 8 ans il y a | 0

| A accepté

A répondu
How to give a input in MBC tool in MATLAB?
Please can you provide more details about what kinds of inputs you are looking to provide MBC? Are you asking about defining mod...

plus de 8 ans il y a | 0

A répondu
Calibration of Vasicek through "lsqnonlin"
This question is more likely to receive an answer if it related to MathWorks Financial toolboxes rather than Model-Based Calibra...

plus de 8 ans il y a | 0

A répondu
Does the model from the Test Plan at MBC Toolbox have an induction on the submodel created from the response?
Hi Tim, I have just seen your question from last year. The best model type depends on the complexity of the response that you...

plus de 8 ans il y a | 0

A répondu
How to create point by point testplan programmatically in Model Based Calibration toolbox
Hi Yuriy, Sorry,I have just seen your question. There is an example of how to create point by point testplan at: http://www...

plus de 8 ans il y a | 0

A répondu
In model based calibration toolbox(MBC),how can i export the DOE result?
You can use the the File->Export Design... menu to export the selected design to a CSV file. You need to select CSV files in the...

plus de 8 ans il y a | 0

A soumis


R2014b Graphics Update Tools
Tools for Transitioning to R2014b Graphics

plus de 9 ans il y a | 11 téléchargements |

Thumbnail

A répondu
addlistener syntax not recognized in R2014b
As matt dash said, addlistener needs a function handle or an anonymous function for the callback. The cell array syntax was supp...

plus de 9 ans il y a | 1

A répondu
Why are some components missing or partially obscured in my apps in MATLAB R2014b?
The Missing Graphics Finder app can help you find graphics objects that are obscured by uipanels. This app is available from htt...

plus de 9 ans il y a | 0

A soumis


fixcase
Check and fix case of function calls

presque 12 ans il y a | 2 téléchargements |

A résolu


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

environ 12 ans il y a

A résolu


Fibonacci sequence
Calculate the nth Fibonacci number. Given n, return f where f = fib(n) and f(1) = 1, f(2) = 1, f(3) = 2, ... Examples: Inpu...

environ 12 ans il y a

A résolu


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

environ 12 ans il y a

A résolu


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

environ 12 ans il y a

A résolu


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

environ 12 ans il y a

A répondu
CreateData function in MBC, selecting variables from a .mat file
Dylan, The appearance of the dialog was a bug that was fixed for R2009b. Can you please confirm which version of MBC you are ...

presque 13 ans il y a | 0

| A accepté