![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/34568150_1722589567794_DEF.jpg)
Jaimin
Followers: 0 Following: 0
統計
MATLAB Answers
0 質問
90 回答
ランク
of 157,725
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Convolutional Neural Network for a web app?
Hi @Beril Sirmacek Yes, it is possible to build a web application based on a Convolutional Neural Network (CNN) that is built a...
Convolutional Neural Network for a web app?
Hi @Beril Sirmacek Yes, it is possible to build a web application based on a Convolutional Neural Network (CNN) that is built a...
18日 前 | 0
回答済み
What are the differences between fitrnet and trainnet?
Hi @Matthew The situation you are encountering is common when working with neural networks and different training functions. He...
What are the differences between fitrnet and trainnet?
Hi @Matthew The situation you are encountering is common when working with neural networks and different training functions. He...
18日 前 | 1
回答済み
How to display the volume of a masked volume?
Hi @John To visualize only the masked volume from a 3D image using "volshow" function. you should first apply the mask to the 3...
How to display the volume of a masked volume?
Hi @John To visualize only the masked volume from a 3D image using "volshow" function. you should first apply the mask to the 3...
19日 前 | 0
回答済み
How can I use fitdist function
Hi @Juergen Maier The error message you are encountering suggests that MATLAB does not recognize the “fitdist” function. This c...
How can I use fitdist function
Hi @Juergen Maier The error message you are encountering suggests that MATLAB does not recognize the “fitdist” function. This c...
20日 前 | 0
回答済み
Question about training neural networks for regression problem using the Adam optimizer
Hi @Saddam N Y The code provided appears to be functioning correctly. However, I noticed that the prediction function seems ove...
Question about training neural networks for regression problem using the Adam optimizer
Hi @Saddam N Y The code provided appears to be functioning correctly. However, I noticed that the prediction function seems ove...
21日 前 | 0
回答済み
Possible to prematurely stop single workers in a parsim simulation
Hi @BW You can add a clock block to your Simulink model to measure the simulation time. Combine this with a custom block or MAT...
Possible to prematurely stop single workers in a parsim simulation
Hi @BW You can add a clock block to your Simulink model to measure the simulation time. Combine this with a custom block or MAT...
21日 前 | 1
回答済み
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...
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...
約1ヶ月 前 | 1
| 採用済み
回答済み
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...
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...
約1ヶ月 前 | 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...
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...
約1ヶ月 前 | 0
| 採用済み
回答済み
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...
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...
約1ヶ月 前 | 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...
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...
約1ヶ月 前 | 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...
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...
約1ヶ月 前 | 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...
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...
約1ヶ月 前 | 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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 0
| 採用済み
回答済み
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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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 ...
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 ...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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 ...
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 ...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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”...
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”...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 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...
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...
約2ヶ月 前 | 0