photo

Ronit


Last seen: Today Attivo dal 2023

Followers: 0   Following: 0

Statistica

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
Recreating embedded antenna pattern from isolated element and S-parameter matrix
Hello Joao, To troubleshoot the discrepancy between complexEmbPattern and complexEmbPattern_, please consider the following sug...

circa 6 ore fa | 0

Risposto
Questions about the Detailed Settings of Voronoi Diagrams ボロノイ図の細かな設定について質問です
Hello Irosy, To create a Voronoi diagram with bounded constraints (within the region [0,1] x [0,1]), you can clip the Voronoi c...

circa 9 ore fa | 0

Risposto
ERROR: ld.so: object '/tools/matlab/R2023bU1/bin/glnxa64/glibc-2.17_shim.so' from LD_PRELOAD cannot be preloaded: ignored.
Hello Xuan, To resolve the mentioned error, please go through this MATLAB Answer: https://www.mathworks.com/matlabcentral/answe...

17 giorni fa | 0

Risposto
Simple parfor loop slow
Hello Manuel, Since you are working on large complex data, and 10 MATLAB workers, the data must be copied to each of the worker...

17 giorni fa | 0

Risposto
Copy data from table created by MATLAB GUI
Hello Masood, To copy data from a MATLAB GUI table, use the clipboard function in MATLAB. Using this function, you can copy and...

18 giorni fa | 0

Risposto
difficulty interpreting outputs of movcorr
Hello CG, The function movcorr calculates the correlation coefficient for each point in the time series using a sliding window ...

19 giorni fa | 0

| accettato

Risposto
Trying to establish the temp_dat variable and this is my issue.
Hello George, The error message indicates that there is a typo in the parameter name ReadVaraibleNames. The correct parameter ...

19 giorni fa | 0

Risposto
How to add a point on an image?
Hello @ALEXANDROS, The issue you're experiencing with the point addition feature in MATLAB GUI might be due to how the ButtonDo...

20 giorni fa | 0

Risposto
Writing non complete rows and columns to an hdf5 file
Hello, To reshape foo into a 2D array that matches the dimensions you want to write into the dataset /baz in the bar.h5 file, y...

20 giorni fa | 0

Risposto
Unique function to return last duplicate value
Hello, You can achieve this by using the unique function in MATLAB with a little twist. The unique function by default returns ...

21 giorni fa | 0

Risposto
How to get shapley value for Neural Network trained on matlab? it keeps error...
Hello, In game theory, the Shapley value of a player is the average marginal contribution of the player in a cooperative game. ...

21 giorni fa | 0

Risposto
how to run feature selection in a 3D matrix
Hello Hugo, To perform feature selection using the fscmrmr() function on a 3D matrix in MATLAB, you need to ensure that the dim...

24 giorni fa | 0

Risposto
What is this line of code doing?
Hello Quazi, blob(blob == blob(i,j-1)) = blob(i-1,j); This line is replacing all occurrences of the value blob(i, j-1) in the ...

24 giorni fa | 0

Risposto
I have matlab code, when i run the program i could 't get the values and also graph.Can u help me in this regards?
Hello Sunitha, After executing the program, the error message indicates that the function dydx and BC are not returning the col...

25 giorni fa | 0

Risposto
MEAN OF A VARIABLE WITH RESPECT TO OTHER VARIABLES
Hello Saptorshee, To calculate the mean of the variable a25 grouped by the variables a6a7 and year in MATLAB, you can use the g...

25 giorni fa | 1

Risposto
repeat loop in a table
Hello Matt, To replace values in multiple columns of a table in MATLAB, you can loop through each column and apply the same lo...

26 giorni fa | 0

Risposto
running parallel loop until a variable or event
Hello Juan, The error you're encountering is since parfor does not allow modification of the loop index within the loop body. ...

26 giorni fa | 0

Risposto
Modified 2nd order newton rapson method
Hello Gaurav, To solve the given equation using a modified 2nd order Newton-Raphson method in MATLAB, you can refer to the foll...

27 giorni fa | 0

Risposto
How to get satellite track for multi constellations?
Hello Joe, To generate a single ‘skyplot’ that includes satellite tracks for all GNSS constellations, you need to ensure that y...

27 giorni fa | 0

Risposto
Error in gui_mainfcn
Hello Diana, ‘nanmean’ is a part of the "Statistics and Machine Learning Toolbox", which I believe you do not have, and which ...

28 giorni fa | 2

Risposto
How do I save each response in an excel file every time I click the submit button?
Hello Ysabella, I understand you are trying to add the matrix data every time the submit button is pushed to a new sheet named...

28 giorni fa | 0

Risposto
how to solve this differential equations with dsolve
Hello, To solve differential equations using ‘dsolve’ in MATLAB, you need to set up the equations and initial conditions prope...

circa un mese fa | 0

Risposto
how can i get the nonzero value of Tdim{i}(1),while i have to start value of k=2:12?
Hello Deepesh, I understand you are trying to ensure that ‘Tdim{i}(1)’ is nonzero, which can be achieved when its value is der...

circa un mese fa | 0

Risposto
Differentiating a user input equation
Hello Kushagra, To differentiate an equation given in string form, you can convert it to a symbolic expression in MATLAB. This...

circa un mese fa | 0

Risposto
May I ask how to use MATLAB code to build an ECA module?
Hello Shen, I understand you are trying to implement an ECA module using MATLAB. I can help you translate the provided Python ...

circa un mese fa | 1

| accettato

Risposto
How to regrid 2 surface data to match each other
Hi Sarvesh, I understand you want to process a set of wind data, which includes latitude, longitude, and wind speeds in both th...

circa un mese fa | 0

| accettato

Risposto
Is it possible to realize self-supervised RL by adding auxiliary loss to the loss of Critic of PPO agent?
Hi Gavid, Yes, it is possible to implement self-supervised (SS) RL with a PPO agent in MATLAB and add an auxiliary loss to the ...

circa un mese fa | 0

Risposto
错误使用 rlDeterministicActorRepresentation。Observation names must match the names of the deep neural network's input layers.
Hello, The error you're encountering is due to a mismatch between the observation names used in your environment's observation ...

circa un mese fa | 0

Risposto
strfind returns empty cell despite that the strings contain same characters
Hi, It looks like the issue you're encountering is due to the parameters being passed to the ‘strfind’ function in the wrong o...

3 mesi fa | 0

Risposto
Sorting correlation matrix- with row and column information - need help..
Hello Soni, I understand you are trying to sort a correlation matrix along with its row and column names. Below is a solution ...

3 mesi fa | 0

Carica altro