統計
MATLAB Answers
0 質問
99 回答
ランク
of 153,872
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
回答済み
ranova function output contains only NaN
Hi Alenka! The function "ranova" resulting in only "NaN" values can be due to the following reasons: Missing Data: Make sure t...
ranova function output contains only NaN
Hi Alenka! The function "ranova" resulting in only "NaN" values can be due to the following reasons: Missing Data: Make sure t...
2ヶ月 前 | 0
回答済み
n-way anova with 2 seperate group and 2 seperate data
Hi Luk, You can use the "anovan" function with your data to achieve the desired analysis. You can first prepare the data for an...
n-way anova with 2 seperate group and 2 seperate data
Hi Luk, You can use the "anovan" function with your data to achieve the desired analysis. You can first prepare the data for an...
2ヶ月 前 | 0
回答済み
Numerictype for fimath output
Hello Megan, As you mentioned above, adding two 4-bits number will need 5 bits, but you have set the "fimath" to work with 4-bi...
Numerictype for fimath output
Hello Megan, As you mentioned above, adding two 4-bits number will need 5 bits, but you have set the "fimath" to work with 4-bi...
2ヶ月 前 | 0
回答済み
Using fi for modeling precision in hardware model design
Hi Anshul, You can try to pass a prototype of the desired datatype as an input to the function and then use it to initialize th...
Using fi for modeling precision in hardware model design
Hi Anshul, You can try to pass a prototype of the desired datatype as an input to the function and then use it to initialize th...
2ヶ月 前 | 0
回答済み
Cannot add line to magnitude graph after FFT
Hi Sam, You can add a vertical line to the magnitude graph while hiding the phase graph by adding the line to the correct axes....
Cannot add line to magnitude graph after FFT
Hi Sam, You can add a vertical line to the magnitude graph while hiding the phase graph by adding the line to the correct axes....
2ヶ月 前 | 0
回答済み
RL Training with Constraint enforcement fails after certain episodes.
Hi Vasu, If the block is set up to ignore constraints when the quadratic program (QP) is infeasible, and you're encountering th...
RL Training with Constraint enforcement fails after certain episodes.
Hi Vasu, If the block is set up to ignore constraints when the quadratic program (QP) is infeasible, and you're encountering th...
3ヶ月 前 | 0
回答済み
Segment connected regions in binary image
Hi Adenine! It seems like you are having issues in identifying the circles present in your image. You can start by applying a...
Segment connected regions in binary image
Hi Adenine! It seems like you are having issues in identifying the circles present in your image. You can start by applying a...
3ヶ月 前 | 0
回答済み
yolov2 object detector doesn't work
Hello Mario, The problem appears to be with the preprocessing step in the modeling. The "preprocessData" function should correc...
yolov2 object detector doesn't work
Hello Mario, The problem appears to be with the preprocessing step in the modeling. The "preprocessData" function should correc...
3ヶ月 前 | 0
回答済み
why does this line of code give error- disp("The density of " + element ... + "is" + density). When i press the 'enter ' key after the 3 dots and rerun, it works.
Hello funmilayo, The error you're encountering is due to the way MATLAB handles line continuations. In MATLAB, the symbol (...)...
why does this line of code give error- disp("The density of " + element ... + "is" + density). When i press the 'enter ' key after the 3 dots and rerun, it works.
Hello funmilayo, The error you're encountering is due to the way MATLAB handles line continuations. In MATLAB, the symbol (...)...
3ヶ月 前 | 0
| 採用済み
回答済み
Why do agents trained by the reinforcement learning PPO algorithm get different results each time they load?
Hello Ye, The behaviour shown by the agents trained by the reinforcement learning PPO algorithm suggests there might be some ra...
Why do agents trained by the reinforcement learning PPO algorithm get different results each time they load?
Hello Ye, The behaviour shown by the agents trained by the reinforcement learning PPO algorithm suggests there might be some ra...
3ヶ月 前 | 0
回答済み
I'm getting a matrix as output when I'm expecting a vector
Hello Arthur, You can get a matrix as output while using linsolve to solve the linear systems of equation. The function return...
I'm getting a matrix as output when I'm expecting a vector
Hello Arthur, You can get a matrix as output while using linsolve to solve the linear systems of equation. The function return...
4ヶ月 前 | 0
回答済み
How can I implement Dual LSTM in matlab?
Hi Narayan, It seems like you want to train sepeerate LSTM models in MATLAB. The "trainNetwork" function doesn't support mult...
How can I implement Dual LSTM in matlab?
Hi Narayan, It seems like you want to train sepeerate LSTM models in MATLAB. The "trainNetwork" function doesn't support mult...
5ヶ月 前 | 0
回答済み
how to open image .mhd
Hi mohd, Please refer to the following related MATLAB Answers question: https://www.mathworks.com/matlabcentral/answers/1776645...
how to open image .mhd
Hi mohd, Please refer to the following related MATLAB Answers question: https://www.mathworks.com/matlabcentral/answers/1776645...
5ヶ月 前 | 1
回答済み
What could be the reason why my model does not give accurate results as I planned?
Hi Omar! It seems like your model is predicting the label "1" more often and might be overfitted on it. The implementation of...
What could be the reason why my model does not give accurate results as I planned?
Hi Omar! It seems like your model is predicting the label "1" more often and might be overfitted on it. The implementation of...
5ヶ月 前 | 0
回答済み
Deep Neural Network - Validation accuracy unchanged
Hi Martin, It seems like you are facing issues with your Deep learning model where validation accuracy doesn't improve and hove...
Deep Neural Network - Validation accuracy unchanged
Hi Martin, It seems like you are facing issues with your Deep learning model where validation accuracy doesn't improve and hove...
5ヶ月 前 | 0
回答済み
RL PPO agent diverges with one-step training
Hi Haochen, It looks like you are facing numerical instability during the training in your RL model. It will be helpful if yo...
RL PPO agent diverges with one-step training
Hi Haochen, It looks like you are facing numerical instability during the training in your RL model. It will be helpful if yo...
5ヶ月 前 | 1
| 採用済み
回答済み
Confusion in agent and trainFromData options when using RNN/LSTM
Hi Kundan! I think you are setting all the agent and trainFromData options in the right manner with respect to your model. Seq...
Confusion in agent and trainFromData options when using RNN/LSTM
Hi Kundan! I think you are setting all the agent and trainFromData options in the right manner with respect to your model. Seq...
5ヶ月 前 | 0
回答済み
Drop msb of fi object, producing a new fi object
Hi Mike, I think you have misinterpreted the 'fi' function and its application. The 'fi' function is used to represent the nu...
Drop msb of fi object, producing a new fi object
Hi Mike, I think you have misinterpreted the 'fi' function and its application. The 'fi' function is used to represent the nu...
5ヶ月 前 | 0
回答済み
Problem when using quadprog solver with the 'active-set' algorithm
Hi Pedro, The difference in behavior between the 'active-set' and 'interior-point' algorithms in 'quadprog' can be attributed t...
Problem when using quadprog solver with the 'active-set' algorithm
Hi Pedro, The difference in behavior between the 'active-set' and 'interior-point' algorithms in 'quadprog' can be attributed t...
5ヶ月 前 | 0
| 採用済み
回答済み
How to run anova after fitlmematrix to obtain the F statistics
Hi Xiaowei, It seems like you want obtain the F-statistics for all the program terms (PrgB, PrgC, and PrgD) together. You can d...
How to run anova after fitlmematrix to obtain the F statistics
Hi Xiaowei, It seems like you want obtain the F-statistics for all the program terms (PrgB, PrgC, and PrgD) together. You can d...
5ヶ月 前 | 0
回答済み
Data to train RL agent (PPO)
Hi Sourabh, The Proximal Policy Optimization (PPO) agent or any other Reinforcement Learning agent unlike supervised learning r...
Data to train RL agent (PPO)
Hi Sourabh, The Proximal Policy Optimization (PPO) agent or any other Reinforcement Learning agent unlike supervised learning r...
5ヶ月 前 | 0
| 採用済み
回答済み
How can we analyse learning curves (of reinforcement learning agent training) to predict what is wrong with the design of our network/reward function?
Hi Nicolas, Your approach to analyze the learning curves is indeed a good approach to identify possible issues in the training ...
How can we analyse learning curves (of reinforcement learning agent training) to predict what is wrong with the design of our network/reward function?
Hi Nicolas, Your approach to analyze the learning curves is indeed a good approach to identify possible issues in the training ...
5ヶ月 前 | 0
| 採用済み
回答済み
Using and Reading PCA Statistical Results
Hi Balsip! PCA (Principal Component Analysis) does not require the last column to be the response or dependent variable. PCA is...
Using and Reading PCA Statistical Results
Hi Balsip! PCA (Principal Component Analysis) does not require the last column to be the response or dependent variable. PCA is...
6ヶ月 前 | 0
回答済み
Placing a Matlab function block with a call to a Simulink function in a for each subsystem
Hi Rishab! I understand that you are facing an error while putting a MATLAB function block containing data with scope "Data Sto...
Placing a Matlab function block with a call to a Simulink function in a for each subsystem
Hi Rishab! I understand that you are facing an error while putting a MATLAB function block containing data with scope "Data Sto...
6ヶ月 前 | 0
回答済み
MatLab won't let me publish to PDF.
Hi Sampson! You can refer to the following bug report posted by MathWorks https://www.mathworks.com/support/bugreports/3261921....
MatLab won't let me publish to PDF.
Hi Sampson! You can refer to the following bug report posted by MathWorks https://www.mathworks.com/support/bugreports/3261921....
6ヶ月 前 | 0
回答済み
which is the best network to predict vibration response( output) against time varying force (input) ?
Hi Thushar! It looks like you have set up an LSTM network for predicting vibration response to time-varying forces. The LSTM n...
which is the best network to predict vibration response( output) against time varying force (input) ?
Hi Thushar! It looks like you have set up an LSTM network for predicting vibration response to time-varying forces. The LSTM n...
6ヶ月 前 | 1
| 採用済み
回答済み
Non linear mixed effects model - Fitting Time Activity Curve
Hi Nicollas! I understand that you are working on fitting a non-linear mixed effects model. The error message you're encounte...
Non linear mixed effects model - Fitting Time Activity Curve
Hi Nicollas! I understand that you are working on fitting a non-linear mixed effects model. The error message you're encounte...
7ヶ月 前 | 0
回答済み
Help with anova design
Hi Manash! It looks like you want to do ANOVA analysis for your data. You can refer to the below steps and modify them accordin...
Help with anova design
Hi Manash! It looks like you want to do ANOVA analysis for your data. You can refer to the below steps and modify them accordin...
8ヶ月 前 | 0
回答済み
<DRL_PPO>erro:Number of input layers for deep neural network must equal to number of observation specifications.
Hi, The error message you're encountering, "Number of input layers for deep neural network must equal to number of observation ...
<DRL_PPO>erro:Number of input layers for deep neural network must equal to number of observation specifications.
Hi, The error message you're encountering, "Number of input layers for deep neural network must equal to number of observation ...
8ヶ月 前 | 0
回答済み
Forward function with frozen batch normalization layers
Hi Imola! It seems you are facing issues with freezing the parameters of Batch normalization layers and the forward function fo...
Forward function with frozen batch normalization layers
Hi Imola! It seems you are facing issues with freezing the parameters of Batch normalization layers and the forward function fo...
8ヶ月 前 | 0
| 採用済み