統計
MATLAB Answers
0 質問
126 回答
ランク
of 170,858
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
How do I get edges and vertices from an OSM map?
Hi @Srinivasan V You can use the "OpenStreetMap" Functions package from MATLAB File Exchange. This toolset is specifically desi...
How do I get edges and vertices from an OSM map?
Hi @Srinivasan V You can use the "OpenStreetMap" Functions package from MATLAB File Exchange. This toolset is specifically desi...
5ヶ月 前 | 0
回答済み
Saving *.mat files using C#
Hi @Yoni Stern The most reliable approach is to use MATLAB's official .NET interface. This requires having MATLAB installed on ...
Saving *.mat files using C#
Hi @Yoni Stern The most reliable approach is to use MATLAB's official .NET interface. This requires having MATLAB installed on ...
5ヶ月 前 | 0
回答済み
correlation of original signal with compressed this with wavelet analysis
Hi @zartosht asad A direct correlation matrix between your original (1080x1401) and compressed (1080x352) matrices isn't possib...
correlation of original signal with compressed this with wavelet analysis
Hi @zartosht asad A direct correlation matrix between your original (1080x1401) and compressed (1080x352) matrices isn't possib...
5ヶ月 前 | 0
回答済み
predint : How can I check if there is a significant difference among 5 approximate lines?
Hi @phi To statistically prove the differences you're seeing between the coffee tasting trend lines, you can follow a straightf...
predint : How can I check if there is a significant difference among 5 approximate lines?
Hi @phi To statistically prove the differences you're seeing between the coffee tasting trend lines, you can follow a straightf...
5ヶ月 前 | 0
回答済み
How to determine the uncertainty between sensors data using matlab ?
Hi @Mohammed Lamine Mekhalfia, I understand that you're trying to figure out how much the readings from your five moving sensor...
How to determine the uncertainty between sensors data using matlab ?
Hi @Mohammed Lamine Mekhalfia, I understand that you're trying to figure out how much the readings from your five moving sensor...
5ヶ月 前 | 0
回答済み
Which approach should I use to train a Deep Learning NW for an LED Matrix detection?
Hi @Matheus Fortunato Alves I understand that you are looking for an approach to improve your deep learning object detector for...
Which approach should I use to train a Deep Learning NW for an LED Matrix detection?
Hi @Matheus Fortunato Alves I understand that you are looking for an approach to improve your deep learning object detector for...
5ヶ月 前 | 0
回答済み
How Do I add enum data type and then give conditions in simulink from those added enum data
Hi @GAYRAV BACHATE, I understand you are encountering issues related to using enumerated types in Simulink for conditional logi...
How Do I add enum data type and then give conditions in simulink from those added enum data
Hi @GAYRAV BACHATE, I understand you are encountering issues related to using enumerated types in Simulink for conditional logi...
5ヶ月 前 | 0
回答済み
How to simulate a simple pattern formation
Hi @Shin, I understand that you want to simulate a simple triangle formation where three mobile robots move to the target coord...
How to simulate a simple pattern formation
Hi @Shin, I understand that you want to simulate a simple triangle formation where three mobile robots move to the target coord...
5ヶ月 前 | 0
回答済み
To apply Naive Bayes as weight calculater with ELM
Hi @ishrat, You can enhance an Extreme Learning Machine (ELM) by using a Naïve Bayes classifier to compute or adjust its output...
To apply Naive Bayes as weight calculater with ELM
Hi @ishrat, You can enhance an Extreme Learning Machine (ELM) by using a Naïve Bayes classifier to compute or adjust its output...
5ヶ月 前 | 0
回答済み
Implementing epwm_ex12_monoshot_mode.c in Simulink
Hi @Hitesh Dialani To set up the "ePWM" Digital Compare so that "GPIO67" (routed via the Input "X‑BAR" and ePWM X‑BAR as "TRIP...
Implementing epwm_ex12_monoshot_mode.c in Simulink
Hi @Hitesh Dialani To set up the "ePWM" Digital Compare so that "GPIO67" (routed via the Input "X‑BAR" and ePWM X‑BAR as "TRIP...
5ヶ月 前 | 0
回答済み
Partitioning parameters for each subsystem
Hi @Devyani Varshney You’re encountering this issue because, during code generation, Simulink requires each filter coefficient ...
Partitioning parameters for each subsystem
Hi @Devyani Varshney You’re encountering this issue because, during code generation, Simulink requires each filter coefficient ...
5ヶ月 前 | 0
| 採用済み
回答済み
Action value exceeds the boundry of the final layer activation fucntion of the actor
Hi @awcii I understand that you're seeing action values exceed the [0, 1] range—even when using "sigmoidLayer" or "tanhLayer" w...
Action value exceeds the boundry of the final layer activation fucntion of the actor
Hi @awcii I understand that you're seeing action values exceed the [0, 1] range—even when using "sigmoidLayer" or "tanhLayer" w...
5ヶ月 前 | 0
回答済み
Code Generating Metrics for code generation
Hi @Lars Lindner, I understand that you want to determine whether the generated code from your Simulink model will run reliably...
Code Generating Metrics for code generation
Hi @Lars Lindner, I understand that you want to determine whether the generated code from your Simulink model will run reliably...
5ヶ月 前 | 0
回答済み
How add field to a import structure file *.txt.?
Hi @Biza Ferreira You are attempting to read a ".txt" file using "readmatrix" with a fixed number of header lines ('NumHeaderLi...
How add field to a import structure file *.txt.?
Hi @Biza Ferreira You are attempting to read a ".txt" file using "readmatrix" with a fixed number of header lines ('NumHeaderLi...
6ヶ月 前 | 0
回答済み
how to include variables for plotting
Hi @Cesar Cardenas, To visualize how the elevator, aileron, and rudder deflections evolve over time during your simulation, you...
how to include variables for plotting
Hi @Cesar Cardenas, To visualize how the elevator, aileron, and rudder deflections evolve over time during your simulation, you...
6ヶ月 前 | 0
回答済み
Simulation and prediction of time series using convolutional neural networks
Hi @Mahmoud Zemzami To downscale precipitation using a cascade-forward neural network (CFNN) in MATLAB, start by formatting you...
Simulation and prediction of time series using convolutional neural networks
Hi @Mahmoud Zemzami To downscale precipitation using a cascade-forward neural network (CFNN) in MATLAB, start by formatting you...
6ヶ月 前 | 0
回答済み
The problem of poor quality of training of an NARXNET model
Hi @Dmitriy Kornol To address the poor training performance of your NARX neural network on real production data (compared to si...
The problem of poor quality of training of an NARXNET model
Hi @Dmitriy Kornol To address the poor training performance of your NARX neural network on real production data (compared to si...
6ヶ月 前 | 0
回答済み
Using convolutional neural network in acoustic echo cancellation
Hi @José Paiva Assuming that by “coding a neural network to convolve a signal with a room impulse response (RIR),” you want to ...
Using convolutional neural network in acoustic echo cancellation
Hi @José Paiva Assuming that by “coding a neural network to convolve a signal with a room impulse response (RIR),” you want to ...
6ヶ月 前 | 0
回答済み
How to add Channel model by S parameter in Serdes Designer
Hi @Huipeng Clicking "Import S‑Parameter" launches the S‑Parameter Fitter app (added in R2021b), which automatically creates an...
How to add Channel model by S parameter in Serdes Designer
Hi @Huipeng Clicking "Import S‑Parameter" launches the S‑Parameter Fitter app (added in R2021b), which automatically creates an...
6ヶ月 前 | 0
回答済み
Can not use the code mappings API to configure model
Hi @Chuyen I understand that you have verified "Code Interface Packaging" to be "Nonreusable function" and also the "Target Lan...
Can not use the code mappings API to configure model
Hi @Chuyen I understand that you have verified "Code Interface Packaging" to be "Nonreusable function" and also the "Target Lan...
6ヶ月 前 | 0
回答済み
Random generation and optimal solution
Hi @Hazha Yahia, To select the best optimal solution from randomly generated candidates in a meta-heuristic algorithm: Define ...
Random generation and optimal solution
Hi @Hazha Yahia, To select the best optimal solution from randomly generated candidates in a meta-heuristic algorithm: Define ...
6ヶ月 前 | 0
回答済み
Online/Incremental Learning (Neural Network) with S-Function
Hi @Marvin Klatte The "adapt" and "train" function are part of "Deep Learning Toolbox" so you need to have that to use them ins...
Online/Incremental Learning (Neural Network) with S-Function
Hi @Marvin Klatte The "adapt" and "train" function are part of "Deep Learning Toolbox" so you need to have that to use them ins...
6ヶ月 前 | 0
回答済み
Continuous to discrete conversion of power gui
Hi @noman zahoor The "powergui" block allows you to choose one of these methods to solve your circuit: Continuous, which uses ...
Continuous to discrete conversion of power gui
Hi @noman zahoor The "powergui" block allows you to choose one of these methods to solve your circuit: Continuous, which uses ...
6ヶ月 前 | 0
回答済み
Write loop in optimization problem constraint
Hi @Sina, You can use "for-loops" within the nonlinear constraint function in MATLAB's Optimization Toolbox, as long as the fun...
Write loop in optimization problem constraint
Hi @Sina, You can use "for-loops" within the nonlinear constraint function in MATLAB's Optimization Toolbox, as long as the fun...
7ヶ月 前 | 0
回答済み
Embedded Coder for C - can loadLearnerForCoder generate global constants?
Hi @Hugo, I understand that “loadLearnerForCoder” generated code uses runtime “memcpy” to load your SVM model, eating up RAM o...
Embedded Coder for C - can loadLearnerForCoder generate global constants?
Hi @Hugo, I understand that “loadLearnerForCoder” generated code uses runtime “memcpy” to load your SVM model, eating up RAM o...
7ヶ月 前 | 0
回答済み
Problem facing in CGT when try to include author name , description, Date for reference model's autogenerated files
Hi @jarvis, When generating code for referenced models within a top-level Simulink model, you may notice that the fields "Autho...
Problem facing in CGT when try to include author name , description, Date for reference model's autogenerated files
Hi @jarvis, When generating code for referenced models within a top-level Simulink model, you may notice that the fields "Autho...
7ヶ月 前 | 0
回答済み
Code generated from Discrete model uses structures defined in rtw_continuous.h
Hi @Clément, As correctly pointed out by you in the comments, the fact that your new model now includes continuous-time structu...
Code generated from Discrete model uses structures defined in rtw_continuous.h
Hi @Clément, As correctly pointed out by you in the comments, the fact that your new model now includes continuous-time structu...
7ヶ月 前 | 0
| 採用済み
回答済み
How to get information of Code mappings elements?
Hi @Chuyen, You're trying to dynamically assign the "Shortname" property to a synthesized data store in an AUTOSAR model withou...
How to get information of Code mappings elements?
Hi @Chuyen, You're trying to dynamically assign the "Shortname" property to a synthesized data store in an AUTOSAR model withou...
7ヶ月 前 | 0
回答済み
How to the tracking data out from the multi object tracking block
Hi @supun dassanayake, Assuming that by “stop the vehicle” you mean halting the Simulink simulation to represent the vehicle co...
How to the tracking data out from the multi object tracking block
Hi @supun dassanayake, Assuming that by “stop the vehicle” you mean halting the Simulink simulation to represent the vehicle co...
7ヶ月 前 | 0
回答済み
Simulink coder with in-run configurable
Hi @bac bac, You can create and deploy a MATLAB script with Simulink Compiler to take command line inputs and then use them in ...
Simulink coder with in-run configurable
Hi @bac bac, You can create and deploy a MATLAB script with Simulink Compiler to take command line inputs and then use them in ...
8ヶ月 前 | 0


