photo

Sathvik


Last seen: etwa ein Jahr vor Aktiv seit 2023

Followers: 1   Following: 0

Statistik

All
MATLAB Answers

0 Fragen
25 Antworten

Cody

0 Probleme
1 Lösung

RANG
6.010
of 300.771

REPUTATION
8

BEITRÄGE
0 Fragen
25 Antworten

ANTWORTZUSTIMMUNG
0.00%

ERHALTENE STIMMEN
0

RANG
 of 21.084

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG
132.231
of 170.969

BEITRÄGE
0 Probleme
1 Lösung

PUNKTESTAND
20

ANZAHL DER ABZEICHEN
1

BEITRÄGE
0 Beiträge

BEITRÄGE
0 Öffentlich Kanäle

DURCHSCHNITTLICHE BEWERTUNG

BEITRÄGE
0 Discussions

DURCHSCHNITTLICHE ANZAHL DER LIKES

  • Solver
  • Knowledgeable Level 1
  • 3 Month Streak
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Beantwortet
Error evaluating 'InitFcn' callback of block_diagram 'power_wind_dfig_det'
Hi The "InitFcn" callback in the Simulink model is trying to load variables from the "power_wind_dfig_det_xinitial" file and is...

etwa ein Jahr vor | 0

Beantwortet
Similar code as vec2ind function for MATLAB coder?
Hi, To use a similar function as vec2ind, you can use the following code which supports code generation: vec = [1;0;1;0;1;1;5;...

etwa ein Jahr vor | 0

Beantwortet
can you please explain about how to simulate model every 5 millisecond in matlab.
Hi To simulate your Simulink model every 5 milliseconds, you can use a Fixed-Step Solver and set the step size to 0.005 seconds...

etwa ein Jahr vor | 0

Beantwortet
How to select a line from a plot with right click and do something?
Hi You can use the "get" and "set" function to query and set graphics object properties. You can refer to the below documentati...

etwa ein Jahr vor | 0

Beantwortet
Fuzzy logic controller on TI LaunchXL-F28379D
Hi The Fuzzy Logic Toolbox provides blocks for implementing Fuzzy Logic and can be used for C/C++ code generation. You can impl...

etwa ein Jahr vor | 0

Beantwortet
Please how could I write this, but in appdesigner??
Hi, In the MATLAB App Designer, you would not need to fetch all the strings from the GUI object and index them to obtain the va...

etwa ein Jahr vor | 0

Beantwortet
feacture vector in two classes
Hi You can use the "mvnrnd" function with the desired mean vector and covariance matrix to generate the random data. For more i...

etwa ein Jahr vor | 0

Beantwortet
How can I make the value in the workspace show more than 4 digits?
Hi MATLAB uses a 5-digit short format to display numbers by default, as described here: https://www.mathworks.com/help/matlab/...

etwa ein Jahr vor | 0

Beantwortet
Simulinkをインストールできない
This is likely due to a permissions issue on your computer. You can try the following to resolve the issue: Run MATLAB as an ad...

mehr als ein Jahr vor | 0

Beantwortet
Serial communication between MATLAB Simulink and F28379D controller
You can have a look at Task 1 of this example: https://www.mathworks.com/help/ti-c2000/ug/serial-communication-example.html ...

mehr als ein Jahr vor | 0

Beantwortet
Je souhaite installer matlab sur un raspberry pi 5
From a rough translation, it seems like you’re trying to install MATLAB on your Raspberry Pi. According to the system requirem...

mehr als ein Jahr vor | 0

Beantwortet
Error using arxml.importer/getCompositionComponentNames TriggerSenderPort is not supported for ARXML import
Hello, It looks like TriggerSenderPort is currently not supported for ARXML Import. However, you can use External Trigger Ev...

fast 2 Jahre vor | 0

Beantwortet
Not able to import arXML file with arxml.importer (Assertion failed: Did not recognize port type)
Hello, It looks like the “arxml.importer” function is throwing an error due to an incorrect port type being used. The error ...

fast 2 Jahre vor | 0

Beantwortet
How to deploy third party dependencies on arduino
Hello, If you are using a sensor that is present in the Simulink Support Package for Arduino Hardware, you need not install th...

fast 2 Jahre vor | 0

| akzeptiert

Beantwortet
Obtaining steady-state inductor current signal from actual AC signal in Simulink
Hi You can extract the current of the AC Inductor in your model using Simscape Results Explorer. On the Simulink window of y...

fast 2 Jahre vor | 0

Gelöst


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:...

fast 2 Jahre vor

Beantwortet
How to make the vehicle recognize and follow the changes of the traffic lights and move autonomously in Scenario Editing mode?
Hi, I understand that you want to add vehicles in the RoadRunner Scenario that follows traffic lights. In RoadRunner S...

fast 2 Jahre vor | 0

| akzeptiert

Beantwortet
Kann ich veränderbare Parameter eines protected models durch ein m-File bearbeiten?
Hi From a rough translation, I understand that you want to create a protected model which allows the end user to edit the p...

etwa 2 Jahre vor | 0

Beantwortet
Generating Satellite frequencies pseudorandom form
Hi I understand that you want to know the frequency ranges available in MATLAB and how to setup a pseudorandom range for tr...

etwa 2 Jahre vor | 0

Beantwortet
What NTN features are included in the Satellite Toolbox?
Hi I understand that you want to know the 5G NTN features included in the Satellite Communications Toolbox. Please have a...

etwa 2 Jahre vor | 0

Beantwortet
Importing .DZT GPR processing files into matlab
Hi I understand that you are facing an issue while trying to import a ‘GPR Profile’ from ‘.DZT’ file. Currently MATLAB...

etwa 2 Jahre vor | 0

Beantwortet
I could not move the arm using the code from MATLAB and I get the error "Error using untitled "Arduino hardware not detected on port COM4."
Hi I understand that you are facing an issue while using Arduino hardware in Simulink. Please open device manager, expa...

etwa 2 Jahre vor | 0

Beantwortet
why do I receive error like"The input must be a built-in integer or fixed-point data type"
Hi I understand that you are trying to resolve the error while using the NCO block in your Simulink model. The error y...

etwa 2 Jahre vor | 0

Beantwortet
MATLAB expression '<output of py.example.test>' is not numeric
Hi Rifshu, I understand that you’re trying to resolve the error while calling Python Functionality from MATLAB. The va...

etwa 2 Jahre vor | 0

Beantwortet
2023b Apple Silicon version displays some errors in Chinese
Hi As I understand, you are receiving some errors in Chinese while running the Apple Silicon Native Version of MATLAB’s 202...

etwa 2 Jahre vor | 0

Beantwortet
matlab开启并行计算就蓝屏,win11系统,cpu是13900kf
Hi As I understand, you encounter a blue screen while using Parallel Computing. Please refer to the following MATLAB A...

etwa 2 Jahre vor | 0