Respondida
Creating 1D array from frequency data/histogram?
Hi, Could you check out "histogram" command. Please refer to the below documentation to know more on this comment: <https:...

más de 7 años hace | 0

Respondida
Accessing NI cRIO-9045 in Matlab
Hi, The below link might be helpful for you: <https://www.mathworks.com/matlabcentral/answers/122822-accessing-ni-crio-908...

más de 7 años hace | 0

Respondida
Does the Simulink Support Package for Raspberry support the 3+?
Hi, Please refer to the link below to know more on Raspberry Pi models which are supported by the support package: <https:...

más de 7 años hace | 0

Respondida
The model that you are trying to run in External mode does not match the application running on your target. Rebuild the model, run it on your target, and start External mode simulation again.
Hi, Could you try cleaning up all the files related to the model on the Raspberry Pi and MATLAB as mentioned below. Save the ...

más de 7 años hace | 0

Respondida
Processor-in-the-loop Arduino simulation with double data type
Hi, Could you try adding data conversion block inside the subsystem and delete the folders that contain the generated code be...

más de 7 años hace | 0

Respondida
How can I set Stateflow Model Explorer properties in M-script?
Duplicate question: <https://www.mathworks.com/matlabcentral/answers/406937-how-to-set-stateflow-properties-in-stateflow-mode...

más de 7 años hace | 0

| aceptada

Respondida
HOw do i copy a particular 4x4 cell aray into a 5x5 cell array?
Hi, Hope this example script helps you. Here I have created 2 cell arrays, excel and data. The first line of excel cell array...

más de 7 años hace | 0

Resuelto


Times 2 - START HERE
Try out this test problem first. Given the variable x as your input, multiply it by two and put the result in y. Examples:...

casi 8 años hace

Respondida
Does App Designer support lcolorbar?
Hi, Please refer the below links to know more about Graphic Support by App Designer <https://www.mathworks.com/help/matlab...

casi 8 años hace | 0

Respondida
How to remove many NAN rows
Hi, Hope the below example helps. Let the matrix A=[1 2 3;4 5 6;NaN,NaN,NaN].If you want to remove the 3rd row of this ma...

casi 8 años hace | 0

| aceptada

Respondida
How to solve "Unable to acquire handle to MATLAB function 'saeroclockpacer' "error?
Hi, The error may be related the file containing the implementation of the function in the error message being missing, or a ...

casi 8 años hace | 1

Respondida
How to create a look-up table and access different columns?
Hi, Hope the below example helps you. I have created two sample matrices "V" and "R" and the _new Voltage_ is named as "vin"....

casi 8 años hace | 1

Respondida
No deploy to hardware button in simulink (using the F2837xD with ccsv6)
Hi, If you are using TI C2000 Support Package, it requires MATLAB Coder, Simulink Coder and Embedded Coder to work. Please re...

casi 8 años hace | 0

Respondida
Combine values of a variable to make new variable
Hi, Hope the below code helps. DateString = '28.03.2005'; formatIn = 'dd.mm.yyyy'; [y, m, d]=datevec(DateStri...

casi 8 años hace | 0

| aceptada

Respondida
How do I make a circle move within the specified axes so that it bounces off of the axes?
Hi, You could use a for loop to create a moving circle. Depending upon your use case, you will have to change some parameter ...

casi 8 años hace | 0

Respondida
help with uicontrol pushbutton
Hi, The pushbutton_callback don't have access to 't'.You could find the handle of the table using "findobj" and then use this...

casi 8 años hace | 0

Respondida
how to make the figures labels centered within the figure limits?
Hi, You could try changing the font size of the labels.For this, you could use 'FontSize' property.For changing the Text colo...

casi 8 años hace | 0

Respondida
Hide multiple 'edit text'
Hi, set(H,Name,Value) specifies a value for the property Name on the object identified by H. The string(name) you are crea...

casi 8 años hace | 1

| aceptada

Respondida
Problem on simulink and arduino
Hi Hugo, Could you please try reinstalling the Arduino support package.Please refer the link below that explains how to perfo...

casi 8 años hace | 0

Respondida
How can I get the source file path shown permanently in the MATLAB GUI?
Hi, I think changing the "Name" property in Property Inspector may help. When you specify the Name property, the title of the...

alrededor de 8 años hace | 0

Respondida
Can I change the specific cell in the uitable with a function I have created?
Hi, The following code snippet might help. Here I am replacing the data of one of the cell in the uitable (tag:uitable1). ...

alrededor de 8 años hace | 0

| aceptada

Respondida
Hello, I'm trying to write a code that generate the isentropic flow tables. I have written the code but I don't know how to display it in a form of a table
Hi, You could use "table" command for this. table(M',P0P',R0R',T0T') For more information on this command, refer the ...

alrededor de 8 años hace | 0

Respondida
Concentric circles with different colors
Hi, Instead of using color option for specifying the color, you could use RGB triplets to specify them.You could use rand com...

alrededor de 8 años hace | 0

Respondida
Set value in GUI2 when i push button in GUI1
Hi, You can get the handle of the GUI containing uitable in your main GUI and then write the code to set the uitable value on...

alrededor de 8 años hace | 0

Respondida
How to convert table2array function in c using matlab coder
Hi, Please refer the below link to see the list of functions that are supported for C code generation in MATLAB. <https://...

alrededor de 8 años hace | 0

Respondida
Cell conversion to double
Hi I am not sure if I completely understood the query.Assuming you want to convert the given cell array into character array...

alrededor de 8 años hace | 0

Respondida
Can you use Plotbrowser on a UIAxes object in App Designer?
Hi, The functionality "plotbrowser" is not supported in App Designer as of now.Please refer the below link to see the support...

alrededor de 8 años hace | 0

| aceptada

Respondida
Hello there!...Any one can help me please how to import and then get file that already preprocessed in matlab format or .mat text file when clicked on push button.
Hi, You could enter the command to load the mat file in the pushbutton callback function.Please note that the workspace of func...

alrededor de 8 años hace | 0

Respondida
How i can create a list box items in matlab app designer?
Hi, You can do this by manipulating the Callback functions of the "EditFeild". The following link might help you in giving you ...

alrededor de 8 años hace | 1

| aceptada

Respondida
Raspberry Pi read GPIO signals in Simulink
Hey, DHT22 or DHT11 sensor signal is 40bits. Using just the GPIO Read block won't suffice. You can consider creating a Dev...

más de 8 años hace | 0