Jaimin
Followers: 0 Following: 0
Statistics
0 Questions
84 Answers
RANK
905
of 296 364
REPUTATION
82
CONTRIBUTIONS
0 Questions
84 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
9
RANK
of 20 397
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 156 205
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
Feeds
taking difference of 2 surf figures of different sizes
Hi @feynman feynman To compare two solutions, “z_1” and “z_2", obtained on different meshes, you can interpolate one solution o...
5 dagar ago | 1
| accepted
How can I use SVM regression to predict power production
Hi @Aisha Sa'ad The provided SVM implementation has issues that may contribute to high errors and plotting problems. The kernel...
5 dagar ago | 0
A confusing problem about how to use boxLabelDatastore correctly
Hi @ELZ Based on the described issue, I assume you are having trouble executing the deep learning model. After analysing the co...
5 dagar ago | 0
| accepted
Group K-fold partitioning a dataset
Hi @Ivan Abraham While MATLAB does not offer a built-in function exactly like scikit-learn's GroupKFold, you can achieve simila...
6 dagar ago | 0
Why is my transformer training erroring out, with the following message "Error using trainnet (line 46)"
Hi @Chaitanya Gupta The error suggests a mismatch between the model input dimensions and the mini-batch created by the “minibat...
6 dagar ago | 0
Clear Simulink model from memory
Hi @Jan Based on the description of the issue, it seems you want to run multiple Simulink sessions with different configuration...
8 dagar ago | 0
Adding high density salt and pepper noise to an image
Hi @Avinash Bhatt To add high-density salt-and-pepper noise to an image such that only 3 uncorrupted pixels remain in any 3x3 w...
11 dagar ago | 0
Adding poisson noise to a self made image
Hi @Moosejr It seems that you are trying to add Poisson noise to an image using MATLAB's “imnoise” function, but you are encoun...
12 dagar ago | 0
How to do a Amplitude Adjusted Fourier Transform on time series?
Hi @Mir Sahand To surrogate your data using the Amplitude Adjusted Fourier Transform (AAFT) in MATLAB, you will need to perform...
12 dagar ago | 0
Output 'y' has variable size but the upper bound is not specified; explicit upper bound must be provided.
Hi @Sree Veepuri The error message you are seeing is linked to MATLAB's requirements for code generation. When employing MATLAB...
12 dagar ago | 0
Is it possible to run asbQuadcopter simulation by making all variables double?
Hi @Jerico Manalo In Simulink, you have the option to set your model to utilize “double” precision for all calculations. This c...
12 dagar ago | 0
Parallel Correlation in Simulink
Hi @Sri Janani Egambaram To build a parallel correlator in Simulink, you can use the existing blocks and customize them to achi...
13 dagar ago | 0
| accepted
How do integrated PSO MATLAB CODE with Backward forward sweep method for power loss minimization by network reconfiguration.
Hi @TB Integrating Particle Swarm Optimization (PSO) with the Backward/Forward Sweep (BFS) method for power loss minimization t...
15 dagar ago | 0
Error at generating Embedded C Code from Simulink
Hi @Camillo Molinari It seems you are working with a complex Simulink model with some locked components, which can make trouble...
16 dagar ago | 0
Time-Frequency Feature Embedding with Deep Metric Learning
Hi @Ahmed Training and testing a model on the same data can result in overfitting, where the model excels on familiar data but ...
16 dagar ago | 0
Simulink.PythonImporter() Assertion Failed Error
Hi @Steven It seems you are encountering an “Assertion Error” when importing a Python file using the “PythonImporter” app. To r...
19 dagar ago | 0
Getting "Undefined reference to" errors when building S-Function using S-Function Builder block
Hi @Saiesh Singh The errors you are encountering are related to assembly instructions that are not recognized by the assembler ...
20 dagar ago | 0
Simulink model for the performance, combustion, and emission characteristics of an SI engine with gasoline-biogas dual fuel model?
Hi @LENY To develop a Simulink model for assessing the performance, combustion, and emission characteristics of a spark-ignitio...
20 dagar ago | 0
how to sample time of input vector in matlabb script
Hi @YASSER To implement a Zero-Order Hold (ZOH) programmatically, you can hold input values constant for a specified sample per...
21 dagar ago | 0
Unable to determine signal dimensions. There is a loop consisting of 'akash/Sum5' that cannot be resolved because sign...this is the message after running my simulink model
Hi @AAKASH The error message you are facing in Simulink suggests that there's an algebraic loop involving the block “akash/Sum5...
22 dagar ago | 0
Sample time mismatch between IF block and Action Port in Action Subsystem.
Hi @Dhrupad The error you are experiencing is due to a discrepancy in sample times between the “If” block and the “Action Port”...
22 dagar ago | 0
SImulink won't save the Pd.mat file for me.
Hi @DJ V When Simulink is not saving the “Pd.mat” file as expected, there could be several reasons for this issue. Here are som...
22 dagar ago | 0
Does programmatically adjusting the Schedule Editor order & writing it back to an export function call model set the block priorities too?
Hi @Daniel Humke In Simulink, priorities determine the execution order of blocks at the same hierarchical level triggered by th...
23 dagar ago | 1
SimScape Multibody to emulate Mirror reflecting light beam
Hi @Chenji Tu I see that you are simulating a scenario in which a line laser beam reflects off a rotating cube with four mirror...
23 dagar ago | 0
Average distance between nearest neighbors of grain boundaries
Hi @Prince To calculate the average distance from one grain boundary to its nearest grain boundaries, you can follow these gene...
ungefär en månad ago | 0
I want to open figure only when user dialog of mask is open
Hi @Bernhard To address your issues with the dialog and figure management in Simulink, consider the following two resources tha...
ungefär en månad ago | 0
App Designer: Interactive UIaxes
Hi @Jason Dennis Creating an interactive GUI in MATLAB's App Designer where users can click and drag elements like a square wav...
ungefär en månad ago | 0
"size of predictions and target values must match" when using custom loop training for multi-input and multi-output
Hi @Van Vy To resolve the error "size of predictions and target values must match" in a deep learning model with two inputs and...
ungefär en månad ago | 0
why do i get error using * ?
Hi @Adilah Ahmed The error you are experiencing is due to the incorrect application of the element-wise multiplication operator...
ungefär en månad ago | 0
| accepted
Why is Documentation Missing When Installed Locally?
Hi @Paul Please refer to the following MathWorks documentation for instructions on installing the documentation locally. http...
ungefär en månad ago | 0
| accepted