已回答
How to buy student licens with people that not have credit card number
Hey @ririn nirmalasari, Please refer to this MATLAB Answer: https://www.mathworks.com/matlabcentral/answers/443786

3 months 前 | 0

| 已接受

已回答
couple a value in a column of a cell array to a value in another column of the cell array
Hey @Joyce Dieleman, I assume that the issue you're facing is due to an alignment problem between your response_time_rh data (24...

3 months 前 | 0

已回答
Undefined function or variable 'git_chirp'.
Hey @Viki Nanda, as per my assumptions "get_chirp" is an user defined functions, you might have not defined it or you have a typ...

4 months 前 | 0

已回答
Menu font unreadable 2014a
As mentinoed in the doc: https://www.mathworks.com/help/matlab/matlab_env/change-fonts.html, after changing the font try to rest...

4 months 前 | 0

已回答
How to sort cell array of tables by size and concatenate vertically
Hey @Mukund, Please refer to the below code that meets your requirement, please take it as a reference and modify it accordingly...

4 months 前 | 0

已回答
Group data during import of .dat file.
Hey @Hammad, refer to this ML answer thread: https://www.mathworks.com/matlabcentral/answers/79885-how-to-read-tabular-data-from...

4 months 前 | 0

已回答
Fixing my code to get proper output.
Hey @Ashis Jana, please refer to the below code: % Script for a custom "Delaunay-like" disc with quadrant coloring clc ...

4 months 前 | 0

已回答
How to move the plot upward while still displaying the origin as (0,0)
Hey @Mamatweli T, I understand the kind of plot presentation you're aiming for. It's a common request to have your data nicely ...

4 months 前 | 0

已回答
How to index y-values of a plot for specific x values
Hey @Luis Martin Romero, Assuming you have your original data (let's call it x_data and y_data) and a list of specific X-values ...

4 months 前 | 0

已回答
bar plot - add multiple y values for same x
Hey @avihai, please refer to the below example code , please take it as a reference and modify it accordingly A = [1 2 3 4 5 6]...

4 months 前 | 0

已回答
Sourcing variables from OpenSees to MatLab
Hey @hasan ayouby, please refer to this file exchange https://www.mathworks.com/matlabcentral/fileexchange/6113-opensees-pre-and...

4 months 前 | 0

已回答
How to implement a Matlab System Object with varying input and output sample rates?
please refer to: https://www.mathworks.com/matlabcentral/answers/1619385

5 months 前 | 0

已回答
Errors integrating Arduino C++ code into Simulink using S-Function Builder
Hey @Cameron Zorio, since you have metioned that you have switched to System Object approach you can have a look into IO Device...

5 months 前 | 0

已回答
System object not stop on breakpoints in stepImpl block when running simulink
Hey @shu, if you are just using matlab functions, you can just change the exexution from "code generation" to "Interpreted execu...

5 months 前 | 0

已回答
can we get equations for system objects in matlab?
I have attached code below , please take it as a reference to address your issue mimoChannel = comm.MIMOChannel('SampleRate', 1...

5 months 前 | 0

已回答
How to add custom method in System Object
I assume that you want to add custom object to MATLAB System object, I have attached one such example as a code snippet , please...

5 months 前 | 1

已回答
How to use variables from C-Code in a matlab function block?
Hey @rene, Please refer to https://www.mathworks.com/help/coder/ref/coder.opaque.html

5 months 前 | 0

已回答
How to use the Simulink Parameter Block "From Workspace" ??
Please refer to : https://www.mathworks.com/help/simulink/ug/load-data-using-the-from-workspace-block.html

5 months 前 | 0

已回答
How to return a structure from c code in MATLAB function block of simulink (not c caller function)
Please refer to this documentation: https://www.mathworks.com/help/coder/ref/coder.ceval.html, as an alternative to MATLAB func...

5 months 前 | 0

已回答
Calling external C codes in MATLAB Function block
Hey @Saeed Soltani, you can use below technology to model your system and call appropriate C functions: S functions: https://ww...

5 months 前 | 0

已回答
pass Function block parameter as C define string
Hey @mate, you can create a header file which has C macros defined and that can be included in your Simulink model. Then to mode...

5 months 前 | 0

已回答
gmake trying to use folder that doesn't exist?
Hey @hannah, i was facing similiar kind of issue, where i used to see this error "Error:The path 'aCLI/user/libraries' does not ...

5 months 前 | 0

已回答
How to plot a 3D illuminated surface?
Please refer to: https://www.mathworks.com/help/matlab/creating_plots/lighting-overview.html

6 months 前 | 0

已回答
how to make the simulation of canopy by fitting with ellipsoid and cone?
Hey @tengwei, To simulate a canopy using an ellipsoid and a cone in MATLAB, you can create a 3D plot where the ellipsoid represe...

6 months 前 | 0

已回答
Difference in pixel intensity regarding a black and white area in the image
Hey @Akhilkrishna Panamkoottathil Ramakrishnan. please refer to below ML answer: https://www.mathworks.com/matlabcentral/answers...

6 months 前 | 0

已回答
Erase year and month text created with gregax
Hey @Lucas Fonseca, Please follow below steps to delete year and month text created with gregax in the figures Text Objects: Wr...

6 months 前 | 0

已回答
Sum of squared differences SSD
Please refer to this answer: https://www.mathworks.com/matlabcentral/answers/155573 if you still have any query feel free to com...

6 months 前 | 0

| 已接受

已回答
How to solve for log returns
Hey @Martin Njagi, To calculate the log returns from stock prices, you can follow these steps. Log returns are often preferred i...

6 months 前 | 0

已回答
How to save responses in a table
Hey @Ivana Smith, You can achieve this by creating a table in MATLAB to store the responses for each image. Each row of the tabl...

6 months 前 | 0

已回答
can not customize for 5G ToolBox
Hey @toer hou, please refer to this answer: https://www.mathworks.com/matlabcentral/answers/419571

6 months 前 | 0

加载更多