統計
MATLAB Answers
0 質問
38 回答
ランク
of 170,923
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
Assistance Needed – Negative Input Power in Simulink Model
Hi @Fsquared, The negative input power is due to a mismatch in your measurement signals. The instantaneous power block expec...
Assistance Needed – Negative Input Power in Simulink Model
Hi @Fsquared, The negative input power is due to a mismatch in your measurement signals. The instantaneous power block expec...
3ヶ月 前 | 0
回答済み
model with model references building very slowly
Hi @Albert, When converting your Simulink model to use model references, it’s common to experience longer build and update time...
model with model references building very slowly
Hi @Albert, When converting your Simulink model to use model references, it’s common to experience longer build and update time...
3ヶ月 前 | 0
回答済み
Custom input & output dimensions in neural network layers
Hi @AA, You can define your own custom layer if ‘deep learning toolbox’ does not provide the layer you require. You can crea...
Custom input & output dimensions in neural network layers
Hi @AA, You can define your own custom layer if ‘deep learning toolbox’ does not provide the layer you require. You can crea...
5ヶ月 前 | 0
回答済み
Could Matlab2017A use Visual Stdio 2019?
Hi @Xiaoyu Ye, I understand that you are encountering a problem in MATLAB code generation using MinGW 64 compiler built in M...
Could Matlab2017A use Visual Stdio 2019?
Hi @Xiaoyu Ye, I understand that you are encountering a problem in MATLAB code generation using MinGW 64 compiler built in M...
5ヶ月 前 | 0
回答済み
Conflicting results of multcompare output c and interactive graph
Hi @Nina Compera, The mismatch you're seeing happens because the p-values in column 6 of the ‘multcompare’ output (c matrix) do...
Conflicting results of multcompare output c and interactive graph
Hi @Nina Compera, The mismatch you're seeing happens because the p-values in column 6 of the ‘multcompare’ output (c matrix) do...
5ヶ月 前 | 0
回答済み
Dayname for year using groupsummary
Hi @Ajay Nair, The reason you are getting just 7 rows is because groupsummary(MyTable, 'Date_Time', 'dayname', @nanmean); av...
Dayname for year using groupsummary
Hi @Ajay Nair, The reason you are getting just 7 rows is because groupsummary(MyTable, 'Date_Time', 'dayname', @nanmean); av...
5ヶ月 前 | 0
回答済み
Path not searching in current directory first
Hi @David K, The issue you're facing stems from MATLAB's class resolution rules, which differ from normal function resolution....
Path not searching in current directory first
Hi @David K, The issue you're facing stems from MATLAB's class resolution rules, which differ from normal function resolution....
7ヶ月 前 | 1
| 採用済み
回答済み
Location of X11 library files
Hi @Chris Weber, The issue you're facing after updating to macOS 10.15.5 is due to MATLAB R2010a looking for an old X11 libra...
Location of X11 library files
Hi @Chris Weber, The issue you're facing after updating to macOS 10.15.5 is due to MATLAB R2010a looking for an old X11 libra...
7ヶ月 前 | 0
回答済み
Error received when applying example code for trainNetwork with numerical features to 2 d feature data, with integer classification codes
Hi @Linda Ness, The error you're encountering arises because trainNetwork expects the input table for classification with numer...
Error received when applying example code for trainNetwork with numerical features to 2 d feature data, with integer classification codes
Hi @Linda Ness, The error you're encountering arises because trainNetwork expects the input table for classification with numer...
7ヶ月 前 | 0
回答済み
cplex error in parallel run
Hi @Maziar Salahi, The error you're encountering (Undefined function handleparams for input arguments of type double) means tha...
cplex error in parallel run
Hi @Maziar Salahi, The error you're encountering (Undefined function handleparams for input arguments of type double) means tha...
7ヶ月 前 | 0
回答済み
geting negative reward in two agent while other 2 are geting trained
Hi @Kartikeya, Based on the training plot and code you shared, Agent6 and Agent7 are consistently receiving negative rewards, w...
geting negative reward in two agent while other 2 are geting trained
Hi @Kartikeya, Based on the training plot and code you shared, Agent6 and Agent7 are consistently receiving negative rewards, w...
7ヶ月 前 | 0
回答済み
Error using classreg.learning.internal.numPredictorsCheck X data must have 3540 column(s). Error in RegressionLinear/predict (line 141) classreg.learning.internal
Hi @Abdelrahman, The error you're facing — X data must have 3540 column(s) — occurs because the test data you pass to the predi...
Error using classreg.learning.internal.numPredictorsCheck X data must have 3540 column(s). Error in RegressionLinear/predict (line 141) classreg.learning.internal
Hi @Abdelrahman, The error you're facing — X data must have 3540 column(s) — occurs because the test data you pass to the predi...
7ヶ月 前 | 0
回答済み
Configure JDBC connection on Mojave
Hi @Gian23, It looks like you're trying to connect MATLAB to a local MySQL database using the JDBC driver on macOS Mojave, but...
Configure JDBC connection on Mojave
Hi @Gian23, It looks like you're trying to connect MATLAB to a local MySQL database using the JDBC driver on macOS Mojave, but...
7ヶ月 前 | 0
回答済み
How to import a complete Time collumn from a database?
Hi @Manuel Dias, When importing a TIME(3) column from SQL Server into MATLAB, the milliseconds may get truncated because MATLAB...
How to import a complete Time collumn from a database?
Hi @Manuel Dias, When importing a TIME(3) column from SQL Server into MATLAB, the milliseconds may get truncated because MATLAB...
7ヶ月 前 | 0
回答済み
how to automatically calculate probalities of a long binary sequence ?
Hi @Lina Hadjar Ferhat, If you have a binary sequence (e.g., converted from a large dataset like 2,678,400 values down to 744...
how to automatically calculate probalities of a long binary sequence ?
Hi @Lina Hadjar Ferhat, If you have a binary sequence (e.g., converted from a large dataset like 2,678,400 values down to 744...
7ヶ月 前 | 0
回答済み
bitxor and Contourlet problem
Hi @Reza Sedagheh, I understand that “bitxor" method expects an integer as an argument but “EIRc(m,n)” returns a double value....
bitxor and Contourlet problem
Hi @Reza Sedagheh, I understand that “bitxor" method expects an integer as an argument but “EIRc(m,n)” returns a double value....
7ヶ月 前 | 0
回答済み
How to select mean and standard deviation for probability density function ?
Hi @Saurabh Verma, The selection of mean and standard deviation when plotting a Probability Density Function (PDF) is not rand...
How to select mean and standard deviation for probability density function ?
Hi @Saurabh Verma, The selection of mean and standard deviation when plotting a Probability Density Function (PDF) is not rand...
7ヶ月 前 | 0
回答済み
Matlab R2024a Startup Segmentation Fault (Linux)
Hi @Dustin, I understand that you are facing issue while starting “MATLAB” after upgrading to “MATLAB R2024a”. Here are some...
Matlab R2024a Startup Segmentation Fault (Linux)
Hi @Dustin, I understand that you are facing issue while starting “MATLAB” after upgrading to “MATLAB R2024a”. Here are some...
8ヶ月 前 | 0
回答済み
How to return number of directory to label objects in a loop
Hi @Sarah Bowling, If you want to label each loaded summary variable with the number of the directory you've opened, you can s...
How to return number of directory to label objects in a loop
Hi @Sarah Bowling, If you want to label each loaded summary variable with the number of the directory you've opened, you can s...
8ヶ月 前 | 0
回答済み
msVAR estimation is not estimating the transition matrix probability
Hi @SAINANDAN, If you're setting a transition matrix with fixed values (like 0.5), “MATLAB” interprets this as a fixed transit...
msVAR estimation is not estimating the transition matrix probability
Hi @SAINANDAN, If you're setting a transition matrix with fixed values (like 0.5), “MATLAB” interprets this as a fixed transit...
8ヶ月 前 | 0
回答済み
Use Matlab installed on Windows out of Ubuntu WSL
Hi @Matthias, You can install “MATLAB” without a license from “MATLAB Package Manager” on “linux”. I suggest you update the “...
Use Matlab installed on Windows out of Ubuntu WSL
Hi @Matthias, You can install “MATLAB” without a license from “MATLAB Package Manager” on “linux”. I suggest you update the “...
8ヶ月 前 | 0
回答済み
Reinforcement learning based control not working for a positioning system.
Hi @Romina Zarrabi, I understand that the modifications you have made in the water tank model are not affecting the controlle...
Reinforcement learning based control not working for a positioning system.
Hi @Romina Zarrabi, I understand that the modifications you have made in the water tank model are not affecting the controlle...
8ヶ月 前 | 0
回答済み
I see a zero mean reward for the first agent in multi-agent RL Toolbox
Hi @ali faridi, I understand that you are experiencing an issue with the reward for the first agent in your multi-agent PPO se...
I see a zero mean reward for the first agent in multi-agent RL Toolbox
Hi @ali faridi, I understand that you are experiencing an issue with the reward for the first agent in your multi-agent PPO se...
8ヶ月 前 | 0
回答済み
how i solve ApprocimantCoefficientsSIR in MATLAB
Hi @MOHAN D, Make sure that ApproximantCoefficientsSIR for approximating the coefficients of the SIR model, is properly install...
how i solve ApprocimantCoefficientsSIR in MATLAB
Hi @MOHAN D, Make sure that ApproximantCoefficientsSIR for approximating the coefficients of the SIR model, is properly install...
9ヶ月 前 | 0
回答済み
Ivar function principle and difference with AR
Hi @Sammy Zhang, The AutoRegressive (AR) model and the ivar function are closely related but they differ significantly in the ...
Ivar function principle and difference with AR
Hi @Sammy Zhang, The AutoRegressive (AR) model and the ivar function are closely related but they differ significantly in the ...
9ヶ月 前 | 0
回答済み
How to write/speed up this loop for parallel computing or vectorization?
Hi @peyton, To increase the speed of the for loop, you can use vectorization technique. Here are some of the key steps you ca...
How to write/speed up this loop for parallel computing or vectorization?
Hi @peyton, To increase the speed of the for loop, you can use vectorization technique. Here are some of the key steps you ca...
9ヶ月 前 | 0
回答済み
Why 'Error Array Indices' happend in this action? And inline also cannot run in the simulator?
Hi @Boanni Raja, The "Error Array Indices" occurs because MATLAB requires array indices to be positive integers or logical val...
Why 'Error Array Indices' happend in this action? And inline also cannot run in the simulator?
Hi @Boanni Raja, The "Error Array Indices" occurs because MATLAB requires array indices to be positive integers or logical val...
9ヶ月 前 | 0
回答済み
convert file type from 12bit to 16bit
Hi @rena araidy, To convert 12-bit data to a 16-bit format in MATLAB, we can apply a series of bitwise operations. The process ...
convert file type from 12bit to 16bit
Hi @rena araidy, To convert 12-bit data to a 16-bit format in MATLAB, we can apply a series of bitwise operations. The process ...
9ヶ月 前 | 0
回答済み
Saving and attaching figure
Hi @vani, I understand that you are aiming to save a figure directly to your desktop from the MATLAB server. To accomplish ...
Saving and attaching figure
Hi @vani, I understand that you are aiming to save a figure directly to your desktop from the MATLAB server. To accomplish ...
10ヶ月 前 | 0
回答済み
NTSTOOL load data error
Hi @J.FENG, This issue is likely because the tool is unable to render the data preview due to its size or format, which preven...
NTSTOOL load data error
Hi @J.FENG, This issue is likely because the tool is unable to render the data preview due to its size or format, which preven...
10ヶ月 前 | 0

