已回答
Saving data from time loop into 3D matrix
You have 3 sets of data Z(depth), Tnew(Temperature) & Osat(oxygen saturation). And you want to arrange the data into a 3-d matri...

1 year 前 | 0

已回答
c++ - MATLAB array conversion with clibgen
According to the code snippet of “main.hpp” file, you are trying to create a MATLAB array using ArrayFactory and want to transfe...

1 year 前 | 0

已回答
Fail to using Matlab mobile sensors and import data from it
The failure in uploading of logged data to cloud may be due to compatibility of your device with MATLAB or due to some connectiv...

1 year 前 | 0

已回答
Reading an array of 800 X 1280 data points for a file and compare to a criteria (a number) and report (write) any numbers lower than criteria into an excel file
You can have a look at the below demo script which uses three demo text files test1, test2 & test3. And criteria that must be sa...

1 year 前 | 0

已回答
Simulink simulation is too slow
Simulation of a PLL (Phase Locking Loop) design can be sometimes difficult as well as time consuming because of the vastly diffe...

1 year 前 | 0

已回答
DFIG based wind with AC DC converter
I am not sure about the entire technical details of the Model that you are trying to simulate. However, this might be a possible...

1 year 前 | 0

已回答
Assigning a hotkey in app designer to activate the push button
The interpretation of the description provided is that you want the button to be pushed automatically when the hotkey ‘c’ is pre...

1 year 前 | 0

已回答
Displaying randomized texts in app designer (GUI)
The possible workaround for the issue faced is you can have an edit field which indicates “correct” or “incorrect” to the App-us...

1 year 前 | 0

已回答
Unable to load Simulink model - Unrecognized function or variable
It is possible that the machine is not having the Simscape toolbox installed. To check if it is installed or not, execute the fo...

1 year 前 | 0

| 已接受

已回答
Index exceeds the number of array elements. Index must not exceed 0.
The reason for the error is that the function ‘BlandAltman’ accepts certain number of arguments as specified in this document :(...

2 years 前 | 0

已回答
How can I bring values from components of app designer into a matlab script that configures simulink models and is started by app designer?
I have created a demo App using AppDesigner and a demo model in Simulink whose block parameters I am updating from the App itsel...

2 years 前 | 0