回答済み
How can I classify into multiple categories with the neural net pattern recognition app?
This documentation page provides details on the data format of "targets": https://www.mathworks.com/help/nnet/gs/classify-patter...

1日 前 | 0

| 採用済み

質問


How can I classify into multiple categories with the neural net pattern recognition app?
I am using the neural pattern recognition app. If I use multiple categories in "targets", will the app be able to interpret the ...

1日 前 | 1 件の回答 | 0

1

回答

回答済み
How can I call a MATLAB function specified at run-time as an input argument to a deployed application?
As of MATLAB R2016b, you can do this by adding an input argument to the function that you are deploying. Then you would add a FE...

1日 前 | 0

| 採用済み

質問


How can I call a MATLAB function specified at run-time as an input argument to a deployed application?
I would like to call my deployed standalone application and specify which MATLAB function that I want to run as a command line i...

1日 前 | 1 件の回答 | 0

1

回答

回答済み
Error when generating code using MATLAB Coder for function containing "fread"
The error you are observing is due to the presence of "fread" in the MATLAB function you are trying to generate c...

1日 前 | 0

| 採用済み

質問


Error when generating code using MATLAB Coder for function containing "fread"
When I try to generate code using MATLAB Coder for a function "testCode.m" (attached), I receive an error that says -'function c...

1日 前 | 1 件の回答 | 0

1

回答

回答済み
Is it possible to use UIGETFILE to open more than one file at a time?
This enhancement has been made for Release 14 (R14). For previous product releases, read below for any workarounds: Uigetfile i...

1日 前 | 0

| 採用済み

回答済み
Why do I get "Failed sign in attempt. Your MathWorks Account has been temporarily locked"?
After multiple incorrect password attempts, users will be temporarily locked out of their MathWorks Account. If you have been lo...

1日 前 | 1

| 採用済み

回答済み
How can I generate the definition of macros in the source file instead of the header file for a model with "Variant Subsystem" that uses "Preprocessor Conditionals"?
The definitions of macros getting generated in the header file is a desired behavior. Unfortunately, there is no explicit settin...

1日 前 | 0

| 採用済み

質問


How can I generate the definition of macros in the source file instead of the header file for a model with "Variant Subsystem" that uses "Preprocessor Conditionals"?
I am trying to generate code for the following example using Embedded Coder in MATLAB R2022b: https://www.mathworks.com/help/rel...

1日 前 | 1 件の回答 | 0

1

回答

回答済み
Why is pattern function in Antenna Toolbox getting stuck for any dielectric other than 'Air' at larger frequencies?
That is expected. The default patch is designed for operation at 1.67 GHz. So if you operate it at 5.8 GHz, the wavelength is mu...

1日 前 | 0

| 採用済み

質問


Why is pattern function in Antenna Toolbox getting stuck for any dielectric other than 'Air' at larger frequencies?
Why is 'pattern' function from the Antenna Toolbox getting stuck for any dielectric other than 'Air' at larger frequencies?

1日 前 | 1 件の回答 | 0

1

回答

回答済み
Why am I getting an error that my enum already exists after I change the name?
The reason for the above error is that the enumeration with name "DiagFaultID" is still defined in Simulink. In order to resolve...

1日 前 | 0

| 採用済み

質問


Why am I getting an error that my enum already exists after I change the name?
I have a Simulink Model configured for AUTOSAR.tlc and changed an enum name from "DiagFaultID" to "DiagFaultId". Simulink is thr...

1日 前 | 1 件の回答 | 0

1

回答

回答済み
Why does changing certain parameters while invoking 'plot3' function reduce the smoothness of the plotted curve?
The issue is due to transparency coupled with 'SortMethod'. In the first subplot, the lines appear to be smooth as they are ant...

1日 前 | 0

| 採用済み

質問


Why does changing certain parameters while invoking 'plot3' function reduce the smoothness of the plotted curve?
I was trying to use 'plot3' function to plot a 3-dimensional curve. Changing some of the parameters in the function call creates...

1日 前 | 1 件の回答 | 0

1

回答

回答済み
Why didn't I receive an email when my MathWorks account was linked to a license?
Notification emails are only sent when a user creates an account for the first time. Notification emails are not sent out when a...

1日 前 | 0

| 採用済み

回答済み
Why is my MATLAB download taking much longer than expected?
Your download may be taking an unexpected amount of time due to the following reasons: 1. You may be experiencing slow internet...

1日 前 | 2

| 採用済み

回答済み
How do I merge or split up my Licenses?
If you are looking to merge licenses together or split one or more MATLAB Licenses into separate licenses, please contact MathWo...

1日 前 | 0

| 採用済み

回答済み
Why do I get an iostream stream error 'iolib:badbit' in Simulink Test Manager when running my test cases in R2019b?
Since the "iolib:badbit" error is related to printing to iostreams, please check the following: 1. What is the duration for whic...

1日 前 | 0

| 採用済み

回答済み
Why do I get an error when using the "readtable" function to import a tab-delimited file?
Unfortunately, with these kinds of data, “readtable” function would not be able to satisfy your needs as it can’t deal with vari...

1日 前 | 0

| 採用済み

質問


Why do I get an error when using the "readtable" function to import a tab-delimited file?
I have a system that generates tab-delimited files.  If I read the file into Excel, do some formatting, and write it out to...

1日 前 | 1 件の回答 | 0

1

回答

回答済み
When using the LTI Viewer in the Control System Toolbox 5.2 (R13) and later versions, why does the settling time have a value of "none"?
Note: In Release 14, Control System Toolbox linearization features for Simulink have been extensively enhanced and moved to a ne...

1日 前 | 0

| 採用済み

回答済み
How can I learn more about using App Designer and MATLAB's Graphics Object system?
When using App Designer, the major changes will likely be learning to use objects and using dot-notation for properties and func...

1日 前 | 0

| 採用済み

質問


How can I learn more about using App Designer and MATLAB's Graphics Object system?
I just upgraded my MATLAB and started using App Designer, but I'm confused by some new object-oriented syntax and design. How ca...

1日 前 | 1 件の回答 | 0

1

回答

回答済み
Why do I get an error about cnngpu.dll when using Neural Network functions?
This error is caused because in MATLAB versions previous to R2017a, the Convolutional Neural Network (CNN) functions need the Pa...

1日 前 | 0

| 採用済み

回答済み
Why does the MATLAB installer crash near the end of the installation when installing on Windows?
This error can occur if the MATLAB installer is attempting to overwrite an existing MATLAB installation. Since the Program Files...

1日 前 | 0

| 採用済み

回答済み
How to reorder Stateflow chart output ports to match the port numbers shown in Model Explorer in MATLAB R2024b?
To ensure the output ports of the Stateflow chart match the port numbers shown in Model Explorer, please do the following:Click ...

1日 前 | 0

| 採用済み

回答済み
How do I access the contour's child patches in MATLAB after R2014b?
You are correct that patches are no longer children of the contour object. This is true for all of the charting objects such as ...

1日 前 | 0

| 採用済み

質問


How do I access the contour's child patches in MATLAB after R2014b?
Under previous versions of MATLAB, contour objects were composed of individual patch objects, which one could access via: [h,c]...

1日 前 | 1 件の回答 | 0

1

回答

さらに読み込む