Statistik
25 Fragen
0 Antworten
RANG
35.851
of 295.495
REPUTATION
1
BEITRÄGE
25 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
48.0%
ERHALTENE STIMMEN
1
RANG
of 20.240
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 153.991
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Find ratio of data
Hi, assume I have 10 data/sample spectra. Each spectrum is in a row and the variables are in columns. I want to divide spectrum ...
3 Monate vor | 1 Antwort | 0
1
AntwortFrage
Find the ratio or difference spectra as time progresses
Hi, I have a number of spectra that has been collected over a certain number of hours. How do I compute the difference spectra o...
3 Monate vor | 2 Antworten | 0
2
AntwortenFrage
Find Coefficients of an equation
Hi, I have a table containing 3 columns of data. I also have an equation with 4 unknown coefficients. How do I fit/solve the equ...
9 Monate vor | 1 Antwort | 0
1
AntwortFrage
Compare each spectrum to a reference spectrum.
Hi all, say I have a reference signal (spectrum) and assume I have acquired 100 other spectra. I want to compare each of the 100...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Load data as structure in Matlab App Designer
Hi, still learning here: I am able to import .spc files into Matlab workspace using the tgspcread function. In Matlab I import t...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
How to display results in a table and same time save results do excel file
Hi, I have a code to predicting new data on an already trained model. How do I declare a property in app designer for the path w...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Compiled Matlab Application - PowerShell not recognizing the installed method/Application
Hi, I have packaged a Matlab program/model using the Matlab compiler. The installer for 'redistribution' has been installed. Wh...
mehr als ein Jahr vor | 0 Antworten | 0
0
AntwortenFrage
Deploy ANN model Developed using ann fitting app using Matlab Compiler
Hi everyone, I have developed an ANN model using the ANN fitting app (used nnstart at the command line to get the app interface...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Build An App for a trained ANN model for future predictions on new data
Hi everyone, New to Matlab app designer. I have trained an ANN model in Matlab. I want to develop a simple app (for possible de...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Calculate the correlation coefficient R and coefficient of determination, R2 and P-value or significance
Hello, I have a question: I have a single Y and multiple X columns (say up to X50). The image below is a simple version. How do...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Load data with .SPC extensions and certain name characteristics
Hello, Say I have a folder containing multiple .spc files (see image below). How do I load only .spc files which has abc as par...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to stream data into Matlab workspace in real time
Hi everyone, how do I stream data from a hardware or software in real time into Matlab workspace so a Simulink model can use it?...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Simulink Port Dimensions Error
Hello everyone, new to Simulink. I have constant A (dimension is 7*7) multiplied by T (dimension is 1). I also have constant blo...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
How to Call a Function Within a Script?
Hi everyone, Still learning Matlab. I am trying to solve replicate a script on MathWorks website. The function on MathWorks web...
etwa 2 Jahre vor | 3 Antworten | 0
3
AntwortenFrage
Make Predictions/Estimate at Specific Time Intervals
Hi I have a model connected to a Kalman filter. Asumming the measurement time interval is every 2min, is there a way to implem...
etwa 2 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Connecting Artificial Neural Network (ANN) Model to Extended Kalman Filter
Hi, I have an ANN model, which is a black-box non-linear model developed. How do I implement or connect this model to an extend...
etwa 2 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
Connecting a model to a Kalman filter or extended Kalman filter
Hi, how do I connect a model, e.g a polynomial model identified from system identification toolbox to a Kalman filter in Simulin...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Finding Unknown Parameters from Monod Equations
Hi, new to Matlab and still learning. I am using a modified code provided by Star Strider.Thanks Star Strider! I am making th...
etwa 2 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Kinetic Models (Monod Equations)
Hello, I saw the equations below in litrature. This is a process model for cultivation/fermentation process. Question is, bein...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Time Domain Data or Correct Data Structure for System Identification Toolbox
Hi, New to Matlab's system identification toolbox. I have a question regarding the data structure requirement in terms of time ...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Find correlation coefficient between a row in a data and every row in another data
Hi, I have two data sets, data A an B. Data A has just a single row with 5 columns. Data B has 10 rows each with 5 columns as w...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Find Which rows/items have a positive correlation with another item
Hi, I have a dataset (see below, rows 2 to 6, items A to E). I want to find out which items have a positive correlation with ro...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Find Max values in each row
Hi everyone, I have a Matlab question and I'm having some issues... I have data (please see the data above) known as A1. I ha...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Spline vs Linear Interpolation
Hello, I have a Question: which is better…linear or spline interpolation? Linear and spline interpolation which is better to han...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Intersect - extraction of row data based on matched results
Hi everyone, new to matlab codes and need help. Please see attached image. I have 2 datasets, Data1 and Data2. I want to compare...
mehr als 2 Jahre vor | 1 Antwort | 0