Community Profile

photo

Vaibhav


Last seen: 2 days 前 自 2023 起处于活动状态

Followers: 1   Following: 0

统计数据

  • Knowledgeable Level 2
  • 3 Month Streak
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Color code the cells in excel, using a colorbar
Hi Yekta I understand that you would like to create a loop that checks the values in each cell and then indicates a colour. You...

2 days 前 | 0

已回答
ofdm time delay modeling
Hi 제 허 You are heading in the right direction with your approach to simulating time delay and Doppler shift effects in an OFDM ...

2 days 前 | 0

已回答
How to change Hybrid beamforming to digital in 'Massive MIMO Hybrid Beamforming' example
Hi Gopika You can consider following the below key steps for transitioning to digital beamforming. Review Hardware and Computa...

3 days 前 | 0

已回答
Losses in forecasting _cosine similarity class ,mean square logarithmic error , and huber class
Hi NN Cosine similarity measures the cosine of the angle between two non-zero vectors. MSLE is a variant of the Mean Squared Er...

3 days 前 | 0

已回答
Can the software read more precise numbers (such as decimal points)?
Hi bozheng It appears you want to increase the precision of the output values when displaying the data. You can use im2double t...

3 days 前 | 1

已回答
How to make 3-mass-spring coupled oscillator system?
Hi 현호 이 To extend the code for a system of two coupled oscillators to a system of three coupled oscillators, we need to adjust ...

8 days 前 | 0

已回答
Writing a variable to a netcdf
Hi Daneisha The error message indicates that the size of the data being written (div2) does not match the expected size based o...

8 days 前 | 0

已回答
while executing teachers phase of TLBO algorithm i am getting the following error, please rectify my mistake (Index in position 1 exceeds array bounds (must not exceed 1)).
Hi Venkatesh The issue lies in the loop where you are updating the sno array. Specifically, the condition (i == sno(i, 1)) is c...

9 days 前 | 0

已回答
Multi-Parameter Curve Fitting --- How to use lsqcurvefit ?
Hi Siwei The error is due to lsqcurvefit expecting a function handle as its first input. Here is a way to modify the code: De...

10 days 前 | 0

已回答
Coger los ultimos 4 digitos de cada fila de un string y hacer un string nuevo
Hi flashpode I understand that you want to extract the last four digits from each line (string) and create a new string using t...

10 days 前 | 0

已回答
How do I get this code to converge?
Hi Kaydian The issue with the convergence of "theta_hat" to 1 and e to 0 in your code may be due to several factors, including ...

15 days 前 | 0

已回答
Error using lsqcurvefit: Function value and YDATA sizes are not equal.
Hi Hannes The issue with "lsqcurvefit" is that the output of function "f" doesn't match the size of the "yfit" data, which is a...

15 days 前 | 0

已回答
Select different cameras with a drop down menu
Hi Alicia I understand that you would like to create a dropdown showing all the webcams. You can achieve this using the "uicon...

2 months 前 | 0

已回答
Matlab Figure Location in Your Screen
Hi Guillermo I understand that you would like to see the figures on the right side of the screen for every instance. you can a...

2 months 前 | 0

已回答
How to plot average power spectra of 5 time series data ?
Hi Duryodhan I understand that you would like to plot average power spectra plot for time series data simultaneously. You can ...

2 months 前 | 0

已回答
How do I plot the attractor of Rössler?
Hi Ozge I understand that you would like to plot the attractor of the Rössler system. The Rössler attractor is defined by the ...

2 months 前 | 0

已回答
How to substitute value in equation already have
Hi Ahmad To extract the specific condition "(sin(b) == sin(a)^3)" from the result of the "simplify" function and then substitut...

2 months 前 | 0

已回答
Labeling both graphs for a priceandvol plot
Hi Brett I understand that you are facing issues in formatting the top graph so that you can label the x/y axis. When you use ...

2 months 前 | 0

已回答
Error Control in a matrix
Hi Onurcan I understand that you are trying to implement an iterative method to solve a matrix equation, and you want to stop t...

3 months 前 | 0

已回答
how to change the scale on the y-axis to a double log sclae?
Hi Chencho The Gumbel scale for the y-axis involves transforming the cumulative probabilities p to Ln(-Ln(1-p)). Here's an app...

3 months 前 | 0

已回答
How to convert cell aray which contains numeric to double
Hi Arif I understand that you would like to convert cell aray which contains numeric to double. You can consider following the ...

3 months 前 | 0

| 已接受

已回答
How do I write time vector starting from midnight (12:00 am) hourly to 24th hour using time-intervals of 6 minutes (tenths of an hour).
Hi Maha You can create a time vector that starts from midnight and increments every 6 minutes until the 24th hour using the "da...

3 months 前 | 0

已回答
Extract Numbers from Mixed string
Hi Jason You can consider using the below regular expression to extract the required values. 'S2L:(\d+) S2R:(\d+) S3L:(\d+) S3...

3 months 前 | 1

已回答
I have struggle with create a prompts for this can someone please help.
Hi Hong I understand that you are facing issues in creating prompts to get input from the user. You can consider using the "i...

3 months 前 | 0

已回答
How to put linspace data into if statement
Hi Max The issue you are facing is due to MATLAB's distinction between element-wise logical operations and short-circuit logica...

3 months 前 | 1

| 已接受

已回答
How to convert 2 port S-parameter having 5000 rows into a T-parameter model?
Hi Ganesh To convert a 2-port S-parameter matrix to a T-parameter matrix, you can use the "s2t" function from the RF Toolbox. ...

3 months 前 | 0

| 已接受

已回答
How to fill/interpolate missing data to nearest geospatial coordinate?
Hi Michelle You can use "scatteredInterpolant" function for interpolate missing pump rate values. The "scatteredInterpolant" f...

3 months 前 | 0

| 已接受

已回答
How to stop loops or close figures in live scripts
Hi Feynman You can use the "set" function to make the figure invisible and then only update the parts of the figure that need t...

3 months 前 | 1

已回答
to draw perfect circle object mask in PIVlab
Hi 준수 You can draw a perfect circle by creating a binary mask where the circle is represented by ones and the rest of the matri...

3 months 前 | 0

| 已接受

已回答
create a loop within another loop as the parameter changes
Hi Alessandro I understand that you would like to perform series of operations for each value of "n". The existing code can be...

3 months 前 | 0

加载更多