Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 3

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

Answered
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 years ago | 1

| accepted

Answered
"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 years ago | 3

Answered
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 years ago | 0

Answered
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 years ago | 1

Answered
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 years ago | 1

| accepted

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

| accepted

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

4 years ago | 0

Answered
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 years ago | 0

Answered
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 years ago | 0

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

4 years ago | 0

Answered
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 years ago | 0

| accepted

Answered
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 years ago | 0

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

4 years ago | 1

Answered
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 years ago | 0

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

4 years ago | 0

Answered
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 years ago | 0

| accepted

Load more