Statistics
0 Questions
24 Answers
RANK
1,529
of 298,512
REPUTATION
44
CONTRIBUTIONS
0 Questions
24 Answers
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
13
RANK
of 20,606
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 161,536
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
function to generate aircraft position data
Hi Sofiya, To generate synthetic aircraft position and velocity data in two dimensions with constant acceleration for...
14 days ago | 0
hi. i have a matlab code that it opens the simulinkmodel and the simulink model contains blocks and sensors related to unreal engine .
Hi Mahsa, The error you’re experiencing usually occurs due to a mismatch between the vehicles defined in Simulink an...
14 days ago | 0
I want to change the color of the target object that I created with V_Real Builder every time it is repeated
Hi @Amir Azadeh Ranjbar, To change the color of your target object in the VRML/X3D scene at each iteration, you need to ...
15 days ago | 0
Inconsistencies with the solver in virtual simulation with external data acquisition-Arduino
Hi @Federico Ampudia, It sounds like your issue is related to how Simulink’s solver interacts with your model, especially w...
16 days ago | 0
It is possible estimate the computational cost of Simulink blocks before embed on the hardware?
Hi Victor, In Simulink, diagnostics can be performed on the full model to assess computational aspects before deploying to har...
16 days ago | 0
Please let me know the best practice for authoring a iterating logic in Simulink.
Hi Akhil, As per my understanding, for running an iterative routine at each simulation step, the MATLAB Function blo...
17 days ago | 0
Deploying Matlab Library (Dll) Compiled in .NET to a client with no MCR
Hi Yuval, Running a MATLAB-compiled .NET library on a client machine generally requires either a full MATLAB install...
17 days ago | 1
| accepted
Overwrite old version when installing new one
Hi @Bo, When you install a new version of MATLAB, previous versions are not overridden by default. You can go t...
1 month ago | 0
Allan Variance (allanvar) not working correctly
Hey John, It looks like the issue you are encountering with the "allanvar" function is recorded in the following MathWorks Do...
1 month ago | 0
| accepted
how can i fixe error Invalid Simulink object name: i_v_flux_of_memristor/Sine_wave in this code.
Hi Anand, The below mentioned error usually occurs from any issue with the block name or path: "Invalid Simulink object name: ...
1 month ago | 0
Historical data for Bloomberg with metadata
Hi Maite, You can use the “getdata” function to retrieve similar results and then perform additional post-processing in MATLAB....
2 months ago | 0
Can we use J1939 for NVIDIA Jetson AGX Orin?
Hi Mayukh, The CAN and J1939 blocks aren't designed to work together on the NVIDIA Jetson AGX Orin. You can use the ...
2 months ago | 0
I have to generate transition probability matrix from sample data.
Hi Sami, It is my understanding that you're trying to generate a transition probability matrix in MATLAB, but you're encounteri...
3 months ago | 0
How to evaluate a function that has array and summation at the same time?
Hi Radwa, It is my understanding that you're trying to evaluate a function in MATLAB that involves both arrays and summation...
3 months ago | 0
TRANSMIT SIMULINK DATA TO ARDUINO IDE THROUGH ESP32
Hi Roobasri, It is my understanding that you're trying to troubleshoot an issue with the ESP32 board regarding sample ti...
3 months ago | 0
Raspberrypi5-simulink TCP/IP problem transfering data
Hi Nadjib, It is my understanding that you are trying to troubleshoot the cause for the data not being processed even though...
3 months ago | 0
Analyzing Sections of Table Based on One Variable
Hi Jon, You can find and store the exact indices where the day resets, using the “find” function in MATLAB. Here, the ...
3 months ago | 0
How to do data interpolation empirical orthogonal function method in Matlab?
Dear Sakuni, You may refer to these external MATLAB wrapper functions by Deltares to effectively handle and interpo...
3 months ago | 0
Changing the z-location of a 2D triplot
Hello Pieter, You can shift your 2D ‘triplot’ into a 3D space by using the ‘trisurf’ function in MATLAB. This function al...
3 months ago | 0
How does code sharing work in MATLAB?
Hi John, It is my understanding that you are looking to package and distribute your MATLAB code for reuse in other projects. Y...
3 months ago | 2
I don't have MATLAB 202b. Is there any other way i can access "Control design on ramp" self paced course on Mathworks?
Hello Sajid, I understand you're looking to access the MathWorks’ "Control Design Onramp" self-paced course and currently usin...
3 months ago | 2
How to connect ESP32-C3-ZERO to Simulink
Hello Mohammed, You can connect the ESP32 to MATLAB using hardware support packages introduced in a later version of ...
3 months ago | 4
Params chnage of simulink simulation params in runtime
Hello Jack, As per my understanding, you are trying to monitor and modify Simulink parameters while a simulation is running. ...
3 months ago | 2
can someone help me? when I want to insert the plaintext and also the matrix to the hill cipher, syntax out: Error using hillspasi (line 2) Not enough input arguments. is there something wrong in my code?
Hello Faiz, The error message "Not enough input arguments" typically indicates that the function is being invoked incorrect...
4 months ago | 2