photo

KALASH


Last seen: 21 days ago Active since 2024

Followers: 0   Following: 0

Statistics

  • 3 Month Streak
  • First Answer

View badges

Feeds

View by

Answered
Different results for same equation in curve fitting
Hi Ayushi, I reproduced the graph using the dataset you had provided for both the custom equation option and the exponential o...

1 month ago | 0

Answered
How do i extract 'x' and 'y'data from 'z'data? f(x,y)=z
Hi Lilo, To estimate the coordinates ‘x’ and ‘y’ from the values ‘z1’ and ‘z2’, given that you have models ‘fittedmodel_z1’ an...

1 month ago | 0

Answered
How would one go about using Matlab to stop data acquisition at a certain threshold?
Hi Zachary, As you have not shared your python code on how you are acquiring the data in python and using MATLAB for a real ti...

1 month ago | 0

Answered
Export all fit results from my curve fitting toolbox for multiple fits
Hi Pavel, I referred to the MATLAB documentation for the ‘Curve Fitter Tool’ but couldn’t find a way to automate the export pr...

1 month ago | 0

Answered
Neural network fitting tool for multiple experimental data
Hi Carlo, You can try flattening or reshaping each time-temp matrix into a vector so that each experiment’s output can be a c...

3 months ago | 0

Answered
How to customize the performance function (mse) to RMSE in AAN?
Hi Kwaku, To change the performance function, you must implement a custom performance function to evaluate the performance as “...

3 months ago | 0

Answered
How to show component in each cluster created by linkage function
Hi Leonardo, To trace back the composition of any cluster, including subclusters, you can recursively explore the linkage matri...

3 months ago | 0

Answered
How to import a time series data as calibration data in deep network quantizer?
Hi Krishna, As you did not provide any information of your data and the network or model you used, I have listed below some gen...

3 months ago | 0

Answered
.xlsx and .xml file input to polyspace bug finder
Hi Dhruvilkumar, Unfortunately, .xml and .xlsx format files are not supported as input files in the Polyspace Bug Finder. You ...

4 months ago | 0

Answered
How to create a delay for a serial connection?
Hi Karim, I understand you want to create a 10msec delay before your device starts collecting data. For that you can use the...

4 months ago | 0

Answered
Blank editor window and copy-paste problems
Hi Brian, I came across a very similar MATLAB community question which has an accepted answer and I recommend you go through a...

4 months ago | 0

Answered
Is it possible to fit multiple data sets in the same 'fit'??
Hi Steven, I understand that you want to calculate the value of the variable “diffMinChange” after fitting both the datasets. ...

4 months ago | 0

Answered
Regression Learner Results don't match predict function results
Hi Alex, What I understand from your question is that the result from the regression learner app and the generated model which...

4 months ago | 0

Answered
How to get every tree's prediction value after using "TreeBagger" function
Hi Hyeon, To individually get every tree’s prediction value you can use the ‘oobPredict’ method. The ‘oobPredict’ method al...

4 months ago | 0

Answered
Machine Learning Gradient boosting parameter
Hi Simon, As I understand from your question, you want to create a gradient boosting model in MATLAB which is equivalent to mo...

5 months ago | 0

Answered
How to add limits on fitting parameters in regressionLearner
Hi Jule, I understand from your question that you want to add limits to your fitting parameters. I checked the Regression Lea...

5 months ago | 0

Answered
i have trained a classifier with a data, but now i dont know how to test it for other data.
Hi Gaurav, I see that you have trained a classifier using some data and now you seek a function to test out the model on a new...

5 months ago | 0