回答済み
MATLAB and NI myRIO
Hi Vincent, Currently MATLAB doesnt support NI myRIO. This is already a known issue and concerned people are aware of it. Tha...

約4年 前 | 0

| 採用済み

回答済み
How can I set an ActionPostCallback of zoomInteraction from default axes toolbar (UIAxes / Appdesigner)?
Hi Benjamin, You can execute zoom functionality using 3 different types of call backs ButtonDownFilter, ActionPreCallback, Acti...

約4年 前 | 0

回答済み
i need to send a signal from one computer using matlab to another computer also running matlab through usb cable
Hi Esmail, You can make use of the Data Acquisition toolbox available in MATLAB in order transfer the data using USB cable. Yo...

約4年 前 | 0

回答済み
How to add new classes into a pre-trained network?
Hi Da Huang, You can load the model, train and remove the last layer, change its other neurons and train the network again! Thi...

約4年 前 | 0

回答済み
Alternate Text for image in Live Script
Hi Heather, MATLAB by default considers alternate text as the name of the image inserted, you can find the alternate text when ...

約4年 前 | 0

| 採用済み

回答済み
Matlab Engine for Python Installation Error
Hi Sangaman, As a workaround, On Windows, you may need to run the command prompt as administrator,in order to write to the pro...

約4年 前 | 3

回答済み
Which method should I take for regression neural network in Matlab?
Hi Alireza, You can make use of the Regression Learner App available in MATLAB, as it helps to choose, various algorithms to t...

約4年 前 | 0

| 採用済み

回答済み
Unable to access MAT-file logging option
Hi Vatsal, In order to access MATLAB File logging implement the following steps in MATLAB 2020a inside SIMULINK Step 1: In you...

約4年 前 | 0

回答済み
How can I change color of Push Button in Simulink GUI or add a picture?
Hi Diana, Yes, You can update the background color by using the set function which is used to set all the graphics object prope...

約4年 前 | 0

回答済み
Feature Extraction of stl. files (three dimensional)
Hi Diego, You can use generative networks during the process of training data, you can train an autoencoder which takes images ...

約4年 前 | 0

| 採用済み

回答済み
matlab start shortcut does not start
Hi Toshihiko, You can go to the installation directory location, where matlab.exe is located by default, C:\Program Files\MAT...

約4年 前 | 0

回答済み
Data Type Override is automatically enabled when upgrading Simulink Versions
Hi Dhruv, Data type override, overrides the data types in your model. Whenever you are converting a model from floating point t...

約4年 前 | 1

| 採用済み

回答済み
"Matlab has disabled some advanced graphic rendering features"
Hi, As a workaround you can execute, opengl hardware This command renders subsequent graphics. If your graphics hardware do...

約4年 前 | 3

回答済み
Training network on non-image data
Hi Victoria, Documentation has good examples on non-image data, Here is the example which shows how to train a deep learning m...

約4年 前 | 0

回答済み
plotconfusion cannot produce the correct result as confusionmat
Hi Haotian, As per my understanding, you have given the same sort of inputs to the confusionmat function and plotconfusion func...

約4年 前 | 1

回答済み
Train Categorial data in Neural Network Model
Hi, Refer to the information below, If the xlsx file provided in the question is the only data you are working on, you can use...

約4年 前 | 1

| 採用済み

回答済み
How to create ripples on the image
Hi Kumara, As a workaround, use this code to get the ripple effect to an image. imp = double(imread('image.jpeg'));% image fil...

約4年 前 | 0

回答済み
App designer에서 App의 결과를 출력하는 방법
You can refer to the link https://www.mathworks.com/help/matlab/creating_guis/share-data-across-callbacks-in-app-designer.html...

約4年 前 | 0

回答済み
sending stateflow messages through a bus
Hi Julius, You can refer to this link which provides detailed information. https://www.mathworks.com/help/stateflow/ug/message...

約4年 前 | 0

回答済み
how can we connect a motor by uisng igbts in simscape
Hi Maheswari, You can refer to the links below in order to create a Motor in Simscape. https://www.mathworks.com/help/physmod/...

約4年 前 | 0

| 採用済み

回答済み
Making a Switchgear in Simulink
Hi Roberta, You can refer to this link and examples to get more information. Hope this helps !

約4年 前 | 0

回答済み
Hello, I have a question about optimization. How can we perform chopped random basis optimization (CRAB) or Gradient optimization of analytic controls(GOAT) in Matlab?
Hi Prabin, There are no direct functions in MATLAB in order to perform chopped random basis algorithm and Gradient Optimization...

約4年 前 | 0

回答済み
This is the code that I write to find the minimum distance between the points (column A and column B in the data1.xlsx) with the wall (column C and column D in the data1.xlsx) ,but it has errors, who can help me ,thank you so much.
Hi, As per my understanding, data1.xlsx file contains 17722 rows and 4 columns, From the code, it is clear that you are trying ...

約4年 前 | 0

回答済み
Naive Bayes Feature importance
Hi Shathesh MATLAB has various functions and attributes defined for Naive Bayes Classifier. ClassificationNaiveBayes is a naiv...

約4年 前 | 0

回答済み
how do I add MATLAB prompt to command window?
Hi Ozan, As a workaround, You can try undocking the command window and closing it seems to fix the issue or restarting the matl...

約4年 前 | 0

| 採用済み

回答済み
9.1 Discrete Systems task 3
Hi Vu Canh, Just went through this task. It works fine. First suggestion would be to restart MATLAB and see if the behavior con...

約4年 前 | 0

回答済み
MATLABが認識​されない
Hi Kunikazu, When you download MATLAB using MathWorks Account-based installation process or instead installed using a File Ins...

約4年 前 | 1

回答済み
How to plot two trimesh plots together with different colour maps?
Hi Kieran, Colormap sets the colormap for the current figure to one of the predefined colormaps. If you set the colormap for th...

約4年 前 | 0

回答済み
Installation issues on Mac
Hi Wei Yi, You can refer to this link in order to resolve the issue. Hope this helps !

約4年 前 | 0

回答済み
Why is MATLAB using my network?
Hi Chad, The "matlabrc.m" file will run the "startup.m" file so this can be in few cases where it uses the network. "matlabrc" ...

約4年 前 | 0

| 採用済み

さらに読み込む