photo

TARUN


Last seen: 18 days ago Active since 2025

Followers: 0   Following: 0

Statistics

MATLAB Answers

0 Questions
32 Answers

RANK
93,466
of 299,221

REPUTATION
0

CONTRIBUTIONS
0 Questions
32 Answers

ANSWER ACCEPTANCE
0.00%

VOTES RECEIVED
1

RANK
 of 20,665

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 163,778

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • Knowledgeable Level 1
  • First Answer

View badges

Feeds

View by

Answered
Path not searching in current directory first
Hi @David K, The issue you're facing stems from MATLAB's class resolution rules, which differ from normal function resolution....

1 month ago | 1

| accepted

Answered
Location of X11 library files
Hi @Chris Weber, The issue you're facing after updating to macOS 10.15.5 is due to MATLAB R2010a looking for an old X11 libra...

1 month ago | 0

Answered
Error received when applying example code for trainNetwork with numerical features to 2 d feature data, with integer classification codes
Hi @Linda Ness, The error you're encountering arises because trainNetwork expects the input table for classification with numer...

1 month ago | 0

Answered
cplex error in parallel run
Hi @Maziar Salahi, The error you're encountering (Undefined function handleparams for input arguments of type double) means tha...

1 month ago | 0

Answered
geting negative reward in two agent while other 2 are geting trained
Hi @Kartikeya, Based on the training plot and code you shared, Agent6 and Agent7 are consistently receiving negative rewards, w...

1 month ago | 0

Answered
Error using classreg.learning.internal.numPredictorsCheck X data must have 3540 column(s). Error in RegressionLinear/predict (line 141) classreg.learning.internal
Hi @Abdelrahman, The error you're facing — X data must have 3540 column(s) — occurs because the test data you pass to the predi...

1 month ago | 0

Answered
Configure JDBC connection on Mojave
Hi @Gian23, It looks like you're trying to connect MATLAB to a local MySQL database using the JDBC driver on macOS Mojave, but...

1 month ago | 0

Answered
How to import a complete Time collumn from a database?
Hi @Manuel Dias, When importing a TIME(3) column from SQL Server into MATLAB, the milliseconds may get truncated because MATLAB...

1 month ago | 0

Answered
how to automatically calculate probalities of a long binary sequence ?
Hi @Lina Hadjar Ferhat, If you have a binary sequence (e.g., converted from a large dataset like 2,678,400 values down to 744...

1 month ago | 0

Answered
bitxor and Contourlet problem
Hi @Reza Sedagheh, I understand that “bitxor" method expects an integer as an argument but “EIRc(m,n)” returns a double value....

2 months ago | 0

Answered
How to select mean and standard deviation for probability density function ?
Hi @Saurabh Verma, The selection of mean and standard deviation when plotting a Probability Density Function (PDF) is not rand...

2 months ago | 0

Answered
Matlab R2024a Startup Segmentation Fault (Linux)
Hi @Dustin, I understand that you are facing issue while starting “MATLAB” after upgrading to “MATLAB R2024a”. Here are some...

3 months ago | 0

Answered
How to return number of directory to label objects in a loop
Hi @Sarah Bowling, If you want to label each loaded summary variable with the number of the directory you've opened, you can s...

3 months ago | 0

Answered
msVAR estimation is not estimating the transition matrix probability
Hi @SAINANDAN, If you're setting a transition matrix with fixed values (like 0.5), “MATLAB” interprets this as a fixed transit...

3 months ago | 0

Answered
Use Matlab installed on Windows out of Ubuntu WSL
Hi @Matthias, You can install “MATLAB” without a license from “MATLAB Package Manager” on “linux”. I suggest you update the “...

3 months ago | 0

Answered
Reinforcement learning based control not working for a positioning system.
Hi @Romina Zarrabi, I understand that the modifications you have made in the water tank model are not affecting the controlle...

3 months ago | 0

Answered
I see a zero mean reward for the first agent in multi-agent RL Toolbox
Hi @ali faridi, I understand that you are experiencing an issue with the reward for the first agent in your multi-agent PPO se...

3 months ago | 0

Answered
how i solve ApprocimantCoefficientsSIR in MATLAB
Hi @MOHAN D, Make sure that ApproximantCoefficientsSIR for approximating the coefficients of the SIR model, is properly install...

3 months ago | 0

Answered
Ivar function principle and difference with AR
Hi @Sammy Zhang, The AutoRegressive (AR) model and the ivar function are closely related but they differ significantly in the ...

4 months ago | 0

Answered
How to write/speed up this loop for parallel computing or vectorization?
Hi @peyton, To increase the speed of the for loop, you can use vectorization technique. Here are some of the key steps you ca...

4 months ago | 0

Answered
Why 'Error Array Indices' happend in this action? And inline also cannot run in the simulator?
Hi @Boanni Raja, The "Error Array Indices" occurs because MATLAB requires array indices to be positive integers or logical val...

4 months ago | 0

Answered
convert file type from 12bit to 16bit
Hi @rena araidy, To convert 12-bit data to a 16-bit format in MATLAB, we can apply a series of bitwise operations. The process ...

4 months ago | 0

Answered
Saving and attaching figure
Hi @vani, I understand that you are aiming to save a figure directly to your desktop from the MATLAB server. To accomplish ...

5 months ago | 0

Answered
NTSTOOL load data error
Hi @J.FENG, This issue is likely because the tool is unable to render the data preview due to its size or format, which preven...

5 months ago | 0

Answered
How to read the images serially from imageDataStore
Hi @Ambadas Shinde, I understand you are interested in reading all the images sequentially from an imageDatastore. You can ...

5 months ago | 0

Answered
How to easily customize the performance function in a neural network algorithm?
Hi @H S, I understand that you are interested in implementing a customized loss function within a neural network. To achieve t...

5 months ago | 0

Answered
MSE value of neural network model too large
Hi @cpge agadir, I understand that you are facing large MSE error in your neural network. There can be several reasons that co...

5 months ago | 0

Answered
Several questions about overload the 'copyElement' method in subclasses of 'matlab.mixin.Copyable'
Hi @fa wu, I have answered all the 4 queries below from my understanding of the 'copyElement' method: 1. When the documentat...

5 months ago | 0

Answered
Arguments to IMPORT must either end with ".*" or else specify a fully qualified class name
Hi @Alejandro calvo The issue is the compatibility of MATLAB with python’s version and the CoolProp version. There are some ...

5 months ago | 0

Answered
handlePropEvents method not recognized
Hi @Lukas Ballo, The issue is because the handlePropEvents method is not connected to the observable properties. In MATLAB, w...

5 months ago | 0

Load more