photo

Nihal


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

Followers: 1   Following: 0

统计学

  • 12 Month Streak
  • Knowledgeable Level 2
  • First Answer

查看徽章

Feeds

排序方式:

已回答
Console versus splash screen ?
To achieve both a splash screen and a console window in a MATLAB R2017a standalone application, consider these theoretical strat...

5 days 前 | 0

已回答
How can I transfer a Java object from a client to the workers?
In MATLAB, when using a parfor loop, the parallel workers operate in separate processes from the client. This means that objects...

5 days 前 | 0

已回答
How can I avoid initial negative response to a step signal?
When designing the control of a Linear Time-Invariant (LTI) system, it is indeed possible to influence the transient response ch...

5 days 前 | 0

已回答
How can i encrypt image by xoring?
Encrypting an image using the XOR operation in MATLAB is also a straightforward process. Below is a step-by-step guide on how to...

5 days 前 | 0

已回答
Cross validation and set epoches in svm
Hi Sarath, You can use the in-built MATLAB function 'crossval' for cross-validation to assess how well a model will generalize ...

5 days 前 | 0

已回答
Which one is best image segmentation algorithm now a days?
For state-of-the-art image segmentation, consider these top algorithms: U-Net: Widely used for medical imaging with an encoder-...

6 days 前 | 0

已回答
How do i implement DWT algorithm on audio?
To address your issue with the Discrete Wavelet Transform (DWT) and Lifted Wavelet Transform (LWT) in MATLAB, let's clarify a fe...

6 days 前 | 0

已回答
Antenna array (Transmitter + Receiver) in Matlab
Hi Farha, To facilitate the design and simulation of sensor arrays for applications like wireless communication and radar, yo...

6 days 前 | 0

已回答
Raspberry 4B Code replacement library Arm Cortex-A ne10 error!
Hi, The error message indicates that the current compilation process is utilizing the Thumb instruction set, which is a condens...

6 days 前 | 0

已回答
load mex library error on Linux
Hi Jose, The error you're encountering suggests that there might be an issue with how the loadlibrary function is being called ...

10 days 前 | 0

已回答
how can I download my licenses
To download your licenses for MATLAB, follow these steps: Log in to MathWorks Account: Go to the https://www.mathworks.com/. ...

12 days 前 | 0

已回答
how do i resolve 'The license number or activation key did not match any existing license number or activation key'.
It sounds like you're encountering an issue with the activation process for your MATLAB license. Here are a few steps you can ta...

12 days 前 | 0

已回答
Classification for seperate training and testing dataset
Yes, you can certainly use the Classification Learner app in MATLAB to classify your dataset of 3000 images into the 8 disease c...

1 month 前 | 0

已回答
error in neural network for c#(.net Assemly)
The error message you're encountering indicates that a function in your MATLAB code expects a string input in a specific format,...

1 month 前 | 0

已回答
Python call matlab function 'plot', The figure disappeared in few seconds.
The issue you're encountering is likely due to the fact that the MATLAB engine for Python does not keep the MATLAB session open ...

1 month 前 | 0

| 已接受

已回答
How do you read iges files in matlab?
To install and verify the IGES toolbox in MATLAB, follow these steps:Step 1: Install the Toolbox Install via MATLAB Add-Ons: O...

1 month 前 | 0

已回答
Error using trainMaskRCNN with reshape of classificationTargets in MaskRCNNLoss
Hi Lewis, I understand from your error that the ‘reshape’ function is unable to divide the total number of elements into the ...

1 month 前 | 0

已回答
Constant output of Reinforcement learning on optimal control problem
Hi Yu, I understand from your query that you want to know why the actor keeps on giving constant control actions, irrespectiv...

1 month 前 | 0

已回答
detecting (unwanted) pixels and removing them
If you want to remove all the spots detected by the threshold mask from the image, you can modify the code to ensure that all pi...

1 month 前 | 0

已回答
Distance between points in a 2D matrix
To calculate the distances between points in a 2D grid for Kriging interpolation, you need to compute the pairwise distances bet...

1 month 前 | 0

已回答
Defining mutual inductance for a RLC circuit
To model an RLC circuit with multiple resistors (R), inductors (L), capacitors (C), and mutual inductances using state space rep...

1 month 前 | 0

已回答
Error with adding Gaussian Noise
It seems like the error message you provided indicates that there is an issue with a variable or function named signal. This kin...

1 month 前 | 0

已回答
how cluster 3D matrix by kmeans() in matlab
To perform k-means clustering on a 3D matrix in MATLAB, you first need to reshape the matrix into a 2D format that the kmeans() ...

2 months 前 | 0

已回答
where is my Activation key?
Please refer to the below answer for detailed explaination and methods to find the activation key. https://www.mathworks.com/ma...

2 months 前 | 0

已回答
cross validation neural network
Semantic segmentation using deep learning in MATLAB involves classifying each pixel in an image into a category. Here's a quick ...

2 months 前 | 0

已回答
Simulink library 2019a is empty
It looks like there are issues with the `slblocks.m` files in your Simulink library due to the error message "Too many input arg...

2 months 前 | 0

已回答
How to calculate occurrence of 3 variables
The Scytale cipher is an ancient transposition cipher used by the Spartans. It involves wrapping a strip of parchment around a...

2 months 前 | 0

已回答
installation problems with trial version
If you're encountering issues starting a MATLAB trial version because it's asking for a license or for some other reason, here a...

2 months 前 | 0

已回答
Simulink templates not loading
Hi Nivya The error sltemplate.internal.request.loadTemplate that you encountered when trying to open Simulink in MATLAB 2017b i...

2 months 前 | 0

已回答
Need to compare two excel and extract the mismatch data
I understand you're looking to compare two Excel sheets for differences in signal names and their corresponding values, then ext...

2 months 前 | 0

加载更多