photo

Gayatri


Last seen: 대략 1개월 전 2024년부터 활동

Followers: 0   Following: 0

통계학

  • Knowledgeable Level 3
  • 3 Month Streak
  • First Answer

배지 보기

Feeds

보기 기준

답변 있음
Relative/ Absolute path in Baseline Text
Hi Saurabh, One way to handle this is by leveraging the ‘preLoadFcn’ property of your test cases. 1. Create a Preload Functio...

대략 1개월 전 | 0

| 수락됨

답변 있음
Is it possible to use the simulink model as a function in matlab?
Hi Marina, Yes, it is possible to call a Simulink model from within a MATLAB function. Here’s a step-by-step guide on how to do...

대략 1개월 전 | 0

답변 있음
dicomreadVolume 'Directory was not readable' error
Hi Hayley, Here are steps to load the files correctly: Ensure that the zip file is properly unzipped into a directory that MAT...

대략 2개월 전 | 0

답변 있음
Python Matlab integration error - Error using numpy_ops>init thinc.backends.numpy_ops
Hi Saswati, The error message you are encountering arises due to a mismatch between the version of numpy expected by one of the...

2개월 전 | 0

| 수락됨

답변 있음
What are the factors to be considered while choosing one among the multi-objective optimization solvers - paretosearch() and gamultiobj()?
Hi Dhanesh, When deciding between 'paretosearch' and 'gamultiobj' for solving multi-objective optimization problems, consider t...

4개월 전 | 0

| 수락됨

답변 있음
Designing Coffee vending Machine using Simulink MATLAB
Hi Maryam, You can refer the below documentation for Modelling a Vending Machine by Using Mealy Semantics: https://www.mathwor...

4개월 전 | 0

답변 있음
`matlab.git.GitRepository` not existing in Matlab
Hi Chandler, The matlab.git.GitRepository object is designed to represent the currently active local Git repository. This funct...

4개월 전 | 0

| 수락됨

답변 있음
drive space exist and not able to save txt file
Hi Omnia, Here are several potential causes and troubleshooting steps you can take: Ensure you are correctly closing file hand...

4개월 전 | 0

답변 있음
Error using fft on code
Hi Matthew, When you load a MAT file using "load" function, assign it to a variable. Data inside the structure can be accessed ...

4개월 전 | 0

답변 있음
Specialized Power Systems Multimeter Block
Hi Zbigniew, Here are few steps to extract numerical results from the phasor analysis of the multimeter block: Use the Simula...

4개월 전 | 0

| 수락됨

답변 있음
How to write this block diagram into Matlab in feed forward control form.
Hi Jake, You have correctly defined the individual motors (G1, G2, G3, G4) as identical with the given transfer function. You ...

4개월 전 | 0

답변 있음
error using parallel pool (parpool)
Hi Roee, The error message related to Failed to locate and destroy old interactive jobs and Unknown type: concurrentconcurrent ...

4개월 전 | 0

답변 있음
Hi, I tried to divide my file into 2 parallel file: a main file and a function file. Can somebody help me with this?
Hi Phat, To divide your script into two parts : a main file and a function file, create a main script that handles user input a...

5개월 전 | 0

답변 있음
When would dotListLength as part of matlab.mixin.indexing.RedefinesDot return something other than 1?
Hi Cole, "dotListLength" is specifically for handling index operations and determining the length of these operations. It's not...

5개월 전 | 0

답변 있음
plotting data with different dimension in a 2d line plot
Hi Stefi, To plot data where the x-axis values are scalars and the y-axis data consists of an array with a different dimension,...

5개월 전 | 0

답변 있음
creating a code to upload and read tif images
Hi Mario, To handle a series of TIF images in MATLAB, write a script that can iterate through all the TIF files in a given dire...

5개월 전 | 0

답변 있음
Non linear optimisation using solver based approach
Hi Bibhudatta, Given the optimization problem and the MATLAB script, it appears that you have encountered a common issue in num...

5개월 전 | 0

| 수락됨

답변 있음
meaning of "Scale" column in design variable set in Response Optimizer tool
Hi Nassar, The 'Scale' column specifies the scaling factor for each design variable. This is used to normalize the design vari...

5개월 전 | 0

| 수락됨

답변 있음
How i can the value for x y z by using a matrix
Hi Abdul, To solve the given system of linear equations ∶ 𝑎1𝑥 + 𝑏1𝑦 + 𝑐1𝑧 = 𝑞1, 𝑎2𝑥 + 𝑏2𝑦 + 𝑐2𝑧 = 𝑞2 and 𝑎3𝑥 + 𝑏3𝑦 + 𝑐3𝑧 = 𝑞3​...

5개월 전 | 0

답변 있음
i want to add these two blocks sqrt and atan2 to the matlab function , i want to know the equation that represents them
Hi Mahdi, To include the 'sqrt' and 'atan2' functions in a MATLAB function, consider the following function as an example: ...

5개월 전 | 0

답변 있음
Simulink Onramp cannot progress due to "Empty object found"
Hi Sai, When encountering the error "Error evaluating 'StopFcn' callback of block_diagram 'SimulinkOnramp'" during the Simulink...

5개월 전 | 0

| 수락됨

답변 있음
Baseline test - Is it possible to use relative path instead of absolute when adding baseline criteria?
Hi Petar, One way to handle this is by leveraging the ‘preLoadFcn’ property of your test cases. This property allows you to spe...

5개월 전 | 0

| 수락됨

답변 있음
How to create a new NETCDF file with an existing variable?
Hi Fabrizio, To create a new NETCDF file and write 3D variable to it, you can use MATLAB's built-in functions for working with ...

6개월 전 | 0

답변 있음
MATLAB blank sreen uppon launch
Hi Arsenios, The error messages "Gtk-Message": Failed to load module "canberra-gtk-module" and "Gtk-Message": Failed to load mo...

6개월 전 | 0

답변 있음
Satellite color not changing dynamically
Hi Krish, In MATLAB, when you run a loop that updates graphical objects, you often need to manually force the graphics to rende...

6개월 전 | 0

답변 있음
Labeling image region properties
Hi Chad, To speed up the creation of a mask that contains the area value for each pixel in a region, you can replace the for lo...

6개월 전 | 1

| 수락됨

답변 있음
matlab cluster profile creation gets stuck
Hi Govindaraj, To overcome the issue of the cluster profile creation command getting stuck in profile creation, I would sugg...

7개월 전 | 0

답변 있음
Single ended model in serial link designer app
Hi, You need to build your own IBIS-AMI model to simulate a single ended channel while designing a single-ended serial link. I...

7개월 전 | 0

답변 있음
SFDR measurement routine to exclude bins close to DC
Hi, To exclude bins close to DC when measuring the Spurious-Free Dynamic Range (SFDR) using the ‘sfdr’ function from the Signal...

7개월 전 | 0

답변 있음
How to get individual Road boundaries
Hi, The `roadBoundaries` function does not take individual road objects as input. Instead, it extracts the boundaries from the ...

7개월 전 | 0

더 보기