Community Profile

photo

Shadaab Siddiqie

Last seen: 2 mesi fa Attivo dal 2020

Followers: 0   Following: 0

Statistiche

  • Knowledgeable Level 4
  • Revival Level 2
  • 3 Month Streak
  • First Answer

Visualizza badge

Feeds

Visto da

Risposto
How to convert 4D image dicom to png by slice
From my understanding you want to get slices of your image. You might be able use sliceviewer and orthosliceviewer for this task...

oltre 2 anni fa | 0

| accettato

Risposto
How to Preintialize system objects in Matlab Function Blocks of Simulink
Hi, to solve this issue, reinitialize the output variable when using tcpclient function in the MATLAB function. It can be implem...

oltre 2 anni fa | 0

Risposto
Error in default port dimensions function of S-function
You can follow one of these workarounds to fix this issue. Please set the size on all ports for which the error is reported (d...

oltre 2 anni fa | 0

Risposto
converting 2D images to 3D model
From my understanding you want to convert your 2d images into a 3d model. I dont think this can be done just using inbulit funct...

oltre 2 anni fa | 0

Risposto
Unrecognized python functions when using same-module imports from a custom package
From my understanding you want to call python functions in the matlab code. You can do this by setting python path and calling f...

oltre 2 anni fa | 0

Risposto
How can I plot extra RL training data while using parallel computing?
Form my understanding you are not getting correct plot when using parallel computing. I have heard that this issue is known, and...

oltre 2 anni fa | 0

| accettato

Risposto
Simulink model error: Brace indexing is not supported for variables of this type.
From my understanding you are getting an error in your Simulink. This error message may stem from an uncaught syntax error in yo...

oltre 2 anni fa | 0

Risposto
Parameter estimation tool tab
From my understanding you want to find parameter estimation tool. You can access it in the Simulink Toolstrip, on the Apps tab, ...

oltre 2 anni fa | 0

Risposto
Insert timestamp with timezone in database
From my understanding you want to insert timestamp with time zone in database. Since this is some sort of custom format that you...

oltre 2 anni fa | 0

| accettato

Risposto
How do you save and then plot multiple workspace variables onto one graph
Form my understanding you want to plot graph from multiple workspace variable. You can use Simulink data inspector for visualizi...

oltre 2 anni fa | 0

Risposto
How to create a matrice or array that store the water surface elevation for all frame of a video ?
From my understanding you want to read a large video file. Whenever you read a video file the first call to "read" ...

oltre 2 anni fa | 0

Risposto
How to set 'ShowArrowHead' off in the legend of a quiver plot?
From my understanding you want to turn off the arrowhead from the quiver plot. For that you can set 'Marker' property of quiver ...

oltre 2 anni fa | 0

Risposto
two-gamma-variate fitting
From my understanding you want to model above expression. You can use symbolic equation to model such expressions like so: syms...

oltre 2 anni fa | 0

| accettato

Risposto
How to Programmatically replace blocks in Simulink
Form my understanding you want to replace few blocks in your model with another blocks. You can do this using replace_block like...

oltre 2 anni fa | 0

Risposto
Simulate the given code in simulink
From my understanding you want to simulate above code in simulink. For that your can have a look into MATLAB Function Block. Als...

oltre 2 anni fa | 0

Risposto
ERROR: Export OpenDRIVE failed: Could not create origin reference
Form my understanding you are not able to export your RoadRunner as OpenDIRVE. RoadRunner is not yet able to convert OSM files t...

oltre 2 anni fa | 0

Risposto
OFDM Modulator with Pilot subcarrier gives error
From my understanding you are getting an error when running above Simulink model. You can : Change the solver to discrete in co...

oltre 2 anni fa | 0

Risposto
How to use same properties in different MATLAB Discrete-Event System?
From my understanding you want to feed inputs from one Discrete-Event System into another Discrete-Event System. For that you ca...

oltre 2 anni fa | 0

Risposto
Is there any simple PI controller for Id and Iq current for current control of PMSM motor
From my understanding you want to us PI controller in your PMSM motor. You can refer file exchange on PI controller and pick one...

oltre 2 anni fa | 0

| accettato

Risposto
Error using parpool (line 151)
From my understanding you are getting an error while running your program. This error might be because you might be trying to op...

oltre 2 anni fa | 0

Risposto
How to launch the installation of the executable file of matlab in linux ?
From my understanding you want to run MATLAB in your Linux system. MATLAB must be launched from the command line on Linux. If yo...

oltre 2 anni fa | 0

Risposto
Get Current Frame out of Video Reader Object?
From my understanding you want to get the frame when you pause a video. If you know at which time you will be pausing the video ...

oltre 2 anni fa | 0

Risposto
Not able to understand matlab script
From my understanding you want to improve the readability of the code. I agree with @Steven Lord to have more descriptive variab...

oltre 2 anni fa | 0

Risposto
How to create Cluster of cars
From my understanding you want to have multiple vehicles as ego vehicle. As of MATLAB R2021a, this is not possible to have multi...

oltre 2 anni fa | 0

Risposto
how to give a triggers to 4 different cameras
Form my understanding you want to trigger multiple cameras based on some conditions. You can do something like this. %Configur...

oltre 2 anni fa | 0

Risposto
In Simulink how to simulate different load in PMSM Permanent Magnet Synchronous Machine (Motor)
Form my understanding you want is simulate different loads in PMSM motor. You can refer to link for more information on the PMSM...

oltre 2 anni fa | 1

Risposto
expm function problem for stiff matrix
From my understanding you are getting wrong result for certain cases wile using expm function. This issue has been forwarded to ...

quasi 3 anni fa | 0

| accettato

Risposto
Screenshot of Video in UIAxes
From my understanding you want to take screenshot of video in App Designer. You can go through screenshots in app designer and ...

quasi 3 anni fa | 0

Risposto
App Designer - How do I set limits for different variables?
From my understanding you want to set limits to variables in App Designer. You can user “Limits” property of uieditfield to set ...

quasi 3 anni fa | 0

Risposto
Sift through large amounts of data from csv
From my understanding you want to import and operate on large csv file. If the csv file too large for your system to handle, I w...

quasi 3 anni fa | 0

Carica altro