Feeds
已回答
question regarding https://www.mathworks.com/help/deeplearning/ug/solve-odes-using-a-neural-network.html
Hi @Christos, The issue you're encountering is likely due to the specific configuration and training of the neural network in t...
question regarding https://www.mathworks.com/help/deeplearning/ug/solve-odes-using-a-neural-network.html
Hi @Christos, The issue you're encountering is likely due to the specific configuration and training of the neural network in t...
3 days 前 | 0
| 已接受
已回答
Cannot use butter.m even though i have the signal processing toolbox (Matlab 2019b)
Hi @Friedrich Welck, Your license only allows a certain number of users to use Signal Processing Toolbox simultaneously. That m...
Cannot use butter.m even though i have the signal processing toolbox (Matlab 2019b)
Hi @Friedrich Welck, Your license only allows a certain number of users to use Signal Processing Toolbox simultaneously. That m...
3 days 前 | 0
| 已接受
已回答
Customizing a Button in Simulink to Receive Input and Display Output
Hi @Nguyen, Yes, it is possible to create a custom button in Simulink that can receive user input and display output based on c...
Customizing a Button in Simulink to Receive Input and Display Output
Hi @Nguyen, Yes, it is possible to create a custom button in Simulink that can receive user input and display output based on c...
3 days 前 | 0
已回答
get polyspace bug finder compatible with matlab 2015b
Hi @Brahim, To contact MathWorks technical support you can use this link: Contact Support - MATLAB & Simulink I hope this he...
get polyspace bug finder compatible with matlab 2015b
Hi @Brahim, To contact MathWorks technical support you can use this link: Contact Support - MATLAB & Simulink I hope this he...
4 days 前 | 0
| 已接受
已回答
Adding names to the mlm.opt file when the maximum allowable number of characters (4000) is reached.
Hi @Paul If you have a large number of users, you can create multiple groups and then include those groups in the relevant INCL...
Adding names to the mlm.opt file when the maximum allowable number of characters (4000) is reached.
Hi @Paul If you have a large number of users, you can create multiple groups and then include those groups in the relevant INCL...
4 days 前 | 0
| 已接受
已回答
Why I can not sign in in the installed matlab? (2024b academic version)
Hi @Balázs, The error message "mw-login :: No endpoint specified" typically indicates a problem with the MathWorks Service Host...
Why I can not sign in in the installed matlab? (2024b academic version)
Hi @Balázs, The error message "mw-login :: No endpoint specified" typically indicates a problem with the MathWorks Service Host...
4 days 前 | 2
已回答
Repeated measures ANOVA?
Hi @Johanna, It sounds like you're on the right track with using a repeated measures ANOVA for your data. Since the measurement...
Repeated measures ANOVA?
Hi @Johanna, It sounds like you're on the right track with using a repeated measures ANOVA for your data. Since the measurement...
4 days 前 | 0
| 已接受
已回答
Which Matlab version ?
Hi @majdi Khlfalla Based on your laptop's specifications, MATLAB 2022b should work fine. Here are the key system requirements f...
Which Matlab version ?
Hi @majdi Khlfalla Based on your laptop's specifications, MATLAB 2022b should work fine. Here are the key system requirements f...
4 days 前 | 1
| 已接受
已回答
Simulate lap time of FSAE Vehicle on a custom track
Hi @Preetam, Simulating the lap time of an FSAE vehicle on a custom track in MATLAB and Simulink sounds like an exciting projec...
Simulate lap time of FSAE Vehicle on a custom track
Hi @Preetam, Simulating the lap time of an FSAE vehicle on a custom track in MATLAB and Simulink sounds like an exciting projec...
5 days 前 | 0
已回答
geodetic2aer azimuth when two points are on top of each over
Hi Vasili, When using the geodetic2aer function with two points that have the same latitude and longitude but different altitu...
geodetic2aer azimuth when two points are on top of each over
Hi Vasili, When using the geodetic2aer function with two points that have the same latitude and longitude but different altitu...
5 days 前 | 1
| 已接受
已回答
Simulink.Signal Object array creation
Hi @Sumit Kumar, Yes, you can create an array of Simulink.Signal objects in MATLAB. Here's a simple example to help you get sta...
Simulink.Signal Object array creation
Hi @Sumit Kumar, Yes, you can create an array of Simulink.Signal objects in MATLAB. Here's a simple example to help you get sta...
5 days 前 | 0
已回答
Consider the power rankings of Missouri and Oklahoma State. How is it possible that Oklahoma State has a higher power ranking than Missouri?
Hi @Oksana, The power ranking scores for Missouri and Oklahoma State can be influenced by several factors, even if Missouri has...
Consider the power rankings of Missouri and Oklahoma State. How is it possible that Oklahoma State has a higher power ranking than Missouri?
Hi @Oksana, The power ranking scores for Missouri and Oklahoma State can be influenced by several factors, even if Missouri has...
1 month 前 | 0
已回答
Why can't generate A2L file including parameters and measurements for AUTOSAR model in Simulink 2018b?
Hi @Peng The issue you're encountering with generating an A2L file that includes parameters and measurements for an AUTOSAR mod...
Why can't generate A2L file including parameters and measurements for AUTOSAR model in Simulink 2018b?
Hi @Peng The issue you're encountering with generating an A2L file that includes parameters and measurements for an AUTOSAR mod...
1 month 前 | 0
已回答
Comparing Polyspace BF results from different projects
Hi @Ahmed To compare Polyspace Bug Finder (BF) results from different projects using the polyspace-access export command, you c...
Comparing Polyspace BF results from different projects
Hi @Ahmed To compare Polyspace Bug Finder (BF) results from different projects using the polyspace-access export command, you c...
1 month 前 | 0
已回答
How to load TreeBagger created and saved in an older version of MATLAB into a newer version?
Hi @Yongli It looks like you're encountering compatibility issues when loading a TreeBagger object saved in an older version of...
How to load TreeBagger created and saved in an older version of MATLAB into a newer version?
Hi @Yongli It looks like you're encountering compatibility issues when loading a TreeBagger object saved in an older version of...
2 months 前 | 0
已回答
my code does not have an answer
Hi @marjan mashayekhpour, The reason why you did not see any output for the above code as it sounds like the system of equation...
my code does not have an answer
Hi @marjan mashayekhpour, The reason why you did not see any output for the above code as it sounds like the system of equation...
2 months 前 | 0
已回答
what is the standard PC set-up for optimal performance
Hi @Hassan Ali, Your current setup is quite decent, but high-fidelity simulations in MATLAB, especially with Simscape, can be v...
what is the standard PC set-up for optimal performance
Hi @Hassan Ali, Your current setup is quite decent, but high-fidelity simulations in MATLAB, especially with Simscape, can be v...
2 months 前 | 0
| 已接受
已回答
How to write to screen a set of variables with mixed types?
HI @Robert Jones It looks like you're trying to print a string along with integer and floating-point variables using fprintf. T...
How to write to screen a set of variables with mixed types?
HI @Robert Jones It looks like you're trying to print a string along with integer and floating-point variables using fprintf. T...
2 months 前 | 0
已回答
How to estimate parameters of fractional SIR epidemic model?
Hi @JAYARAM PRAKASH To estimate parameters of a fractional SIR epidemic model for a vector-borne disease like dengue in MATLAB,...
How to estimate parameters of fractional SIR epidemic model?
Hi @JAYARAM PRAKASH To estimate parameters of a fractional SIR epidemic model for a vector-borne disease like dengue in MATLAB,...
2 months 前 | 0
已回答
How can I model headlamps in Simulink that align with the steering direction and activate based on time of day or ambient light in a 3D environment?
Hi, Starting in R2024b, you can use the sim3d.Light actor in a Simulation 3D Actor block in Simulink to add any light to a 3D s...
How can I model headlamps in Simulink that align with the steering direction and activate based on time of day or ambient light in a 3D environment?
Hi, Starting in R2024b, you can use the sim3d.Light actor in a Simulation 3D Actor block in Simulink to add any light to a 3D s...
2 months 前 | 0
| 已接受
已回答
How does MATLAB app designer call external. m functions after packaging into exe?
Hello @shen hedong, When you package a MATLAB App Designer app into an executable (EXE), calling external .m functions that are...
How does MATLAB app designer call external. m functions after packaging into exe?
Hello @shen hedong, When you package a MATLAB App Designer app into an executable (EXE), calling external .m functions that are...
2 months 前 | 0
已回答
MATLAB R2024a slow startup on Windows11 23H2
Hello @haoxuan, The long duration for the 'Toolbox cache load Start' step in your MATLAB startup metrics suggests that the tool...
MATLAB R2024a slow startup on Windows11 23H2
Hello @haoxuan, The long duration for the 'Toolbox cache load Start' step in your MATLAB startup metrics suggests that the tool...
2 months 前 | 0
已回答
Can MATLAB for Students license be used with Docker for browser-based access?
Reach out to MathWorks support for this: https://www.mathworks.com/support/contact_us.html
Can MATLAB for Students license be used with Docker for browser-based access?
Reach out to MathWorks support for this: https://www.mathworks.com/support/contact_us.html
2 months 前 | 1
已回答
Plot titles in subplots for various initial conditions
Hi @Left Terry, You can modify the subplot titles dynamically within the loop by using the current value of y0(i). clc, clea...
Plot titles in subplots for various initial conditions
Hi @Left Terry, You can modify the subplot titles dynamically within the loop by using the current value of y0(i). clc, clea...
2 months 前 | 0
| 已接受
已回答
Sine wave with variable frequency
Hi @Alhassane Sylla, You can create a sine wave with a variable frequency in MATLAB by defining a time vector and then adjustin...
Sine wave with variable frequency
Hi @Alhassane Sylla, You can create a sine wave with a variable frequency in MATLAB by defining a time vector and then adjustin...
2 months 前 | 0
| 已接受
已回答
Where is the MATLAB installation file in Linux?
Hi @shahin, On Linux, MATLAB is typically installed in the /usr/local/MATLAB directory. The exact path will include the version...
Where is the MATLAB installation file in Linux?
Hi @shahin, On Linux, MATLAB is typically installed in the /usr/local/MATLAB directory. The exact path will include the version...
2 months 前 | 0
已回答
Parpool fails to start and returns error in HPC
Hi @Vighneshwar S A, As you mentioned that Parpool is failing to start and returns error in HPC, refer to the below mentioned r...
Parpool fails to start and returns error in HPC
Hi @Vighneshwar S A, As you mentioned that Parpool is failing to start and returns error in HPC, refer to the below mentioned r...
2 months 前 | 0
已回答
What is this Simulink block called?
Hi Murat, Looks like this block in the shared block diagram is 'Dot Product' block. The Dot Product block generates the dot p...
What is this Simulink block called?
Hi Murat, Looks like this block in the shared block diagram is 'Dot Product' block. The Dot Product block generates the dot p...
2 months 前 | 1
| 已接受
已回答
How can I export all the enumerated data types from m-file to an SLDD (Data Dictionary)? Can Enum be created in m-file? IF yes what's the solution for this?
Hello @Parambrahma, Yes, you can create enumerated data types (Enums) in an m-file and export them to an SLDD (Simulink Data D...
How can I export all the enumerated data types from m-file to an SLDD (Data Dictionary)? Can Enum be created in m-file? IF yes what's the solution for this?
Hello @Parambrahma, Yes, you can create enumerated data types (Enums) in an m-file and export them to an SLDD (Simulink Data D...
2 months 前 | 0
已回答
Acquire images and video from the Photron FASTCAM SA1
Hi @Julia Radzio, The ability to use Photron cameras is not available in Image Acquisition Toolbox. For a list of supported ha...
Acquire images and video from the Photron FASTCAM SA1
Hi @Julia Radzio, The ability to use Photron cameras is not available in Image Acquisition Toolbox. For a list of supported ha...
3 months 前 | 0