photo

Sanju


Active since 2023

Followers: 0   Following: 0

Programming Languages:
C
Spoken Languages:
English
Pronouns:
She/her

Statistics

All
  • 6 Month Streak
  • Promoter
  • Community Group Solver
  • Introduction to MATLAB Master
  • Commenter
  • MATLAB Central Treasure Hunt Finisher
  • Solver
  • Knowledgeable Level 2
  • First Answer

View badges

Feeds

View by

Answered
Not able to load the exported MATLAB DL model in TensorFlow
Hi Arka Roy, It seems like you are trying to load a model that was exported from MATLAB into Python using the “exportNetwork” c...

6 hours ago | 0

Answered
Can classes or class variables be used in stateflow charts / test sequences
Hi Brad Williams, It is not possible to directly use object methods in Stateflow charts. Stateflow charts only support basic da...

1 day ago | 0

Answered
How to make a text file from functions
Hi Chloe, To generate a text file using MATLAB functions, utilize the "fprintf" function to input the desired content into the ...

1 day ago | 0

Answered
Membership function not plotting right
Hi Juan Lopez, It is possible that the plotting errors you are seeing are due to the resolution of the plot. MATLAB uses a fini...

1 day ago | 0

Answered
Unable to use custom *.fis file in simulink
Hi Siqi Wang, It's advisable to utilize the most recent version of MATLAB. Therefore, consider updating MATLAB to the latest ve...

5 days ago | 0

Answered
Processing 5 input of matrices into a fuzzy logic system
Hi Berna Caliskan, Here's a guide on how to incorporate 5 input matrices into a MATLAB fuzzy logic system: Instead of importin...

5 days ago | 0

Answered
Getting Error/ warning for Fuzzy logic
Hi MAZBAHUR KHAN, To solve this issue, you can try out the following steps, Increase input range values of the fuzzy inference...

5 days ago | 0

Answered
How to generate C++ code from a *.fis file?
Hi Shaun Enoch, To generate C++ code from .fis file, you can follow below steps, STEP 1: strcture creation and evaluation: Be...

5 days ago | 0

Answered
input 2 expects a value in range [-0.5 0.3], but has a value of 0.442213.
Hi Mücahit, To fix the error "input expects value in range", you can try out the following steps, Normalize the dataset by div...

5 days ago | 0

Answered
How can I solve the problem about "input 2 expects a value in range [-3 3]"with fuzzy logic controller?
Hi ruzhi chen, Normalize the dataset by dividing each input by its maximum value to ensure uniform scaling. Ignore errors by t...

5 days ago | 0

Answered
DC motor and H bridge simulation
Hi Vishnu , Developing a simulation model for your linear motor with 3 positive and 3 negative ports in Simulink can be achieve...

6 days ago | 0

Answered
Update the custom storage class for package without restarting Matlab
Hi Salvatore Maria Saccone , Yes, it's possible to modify the characteristics of a custom storage class in Simulink without reb...

8 days ago | 0

Answered
Multiple Simulations: How to see logged data in Data Inspector?
Hi Mark, To re-enable the display of logged data from Multiple Simulations in the Data Inspector, you can refer to the below st...

8 days ago | 0

Answered
Using live function within live script
Hi Dustin, Yes, it is possible to display the contents of a live function within a live script in MATLAB. You can integrate tex...

8 days ago | 0

Answered
How to locate MATLAB in Simscape battery onramp.
Hi DineshKumar, To locate MATLAB in desktop in simscape battery onramp, you can either minimize the simulink page or use alt-ta...

8 days ago | 1

| accepted

Answered
Can I charactrize LFP cell in "Characterize Battery Cell for Electric Vehicles"?
Hi Benel, Yes, you can characterize an LFP (Lithium Iron Phosphate) cell in the "Characterize Battery Cell for Electric Vehicle...

8 days ago | 0

Answered
Performance of SystemObject vs Class
Hi Friedrich, Replacing nested SystemObjects with normal classes may not necessarily lead to a performance increase in the gene...

8 days ago | 0

| accepted

Answered
How can I generate code from the system I've designed in the fuzzy logic designer?
Hi Nurul Ainina , I understand that you want to generate the code from fuzzy logic designer, To generate code for a fuzzy lo...

2 months ago | 0

Answered
ploting 1D eigenvector using ffmatlib
Hi AMIT, I understand that you want to plot 1D eigen vector, Yes, you can plot a 1D eigenvector in MATLAB. Since the eigenve...

2 months ago | 0

Answered
s it possible to use the matlab system identification toolbox to conduct dam modal analysis based on strong earthquake records? ARX or ARMAX is adopted.
Hi lLongjiang, I understand that you want to use System Identification Toolbox to implement ARX or ARMAX algorithm. Yes, it...

2 months ago | 0

Answered
model predictive control toolbox
Hi K Kalanithi, I understand that you want to know the difference between “mpcobj” and “sim” commands in Model Predictive Cont...

2 months ago | 1

Answered
Can Matlab read the voltage of a circuit as an input.
Hi Jonathan, I understand that you want to know if MATLAB can be used to supply a set voltage to the resistor and can measure ...

2 months ago | 0

Answered
How to use two Simulink libraries at the same time
Hi Jun Ishikawa, I understand that you want to use two Simulink libraries at the same time, In Simulink, utilizing multiple ...

2 months ago | 0

| accepted

Answered
Cannot call INPUT from EVALC. in my code
Hi Hanming, I understand that you want call “input” from “evalc” function. In the provided code, the “evalc” function is not...

2 months ago | 0

Answered
How to find size of an object inside the bounding box?
Hi Sahik Ha.adi, I understand that you have developed a code to find the size of the white region in the selected object, the a...

2 months ago | 1

Answered
How do I animate contourslice plots ?
Hi Gronaz, To animate the scalar volume data in real-time, you can use a loop and the “drawnow” function to refresh the plot a...

2 months ago | 0

Solved


Predict Cricket Stridulation Rate from Air Temperature
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

2 months ago

Solved


Find Air Temperature from Cricket Stridulation Rate
Stridulation is the process that creates a cricket's “chirp” by rubbing their wings or legs. According to the Old Farmer's Alma...

2 months ago

Solved


Chess probability
The difference in the ratings between two players serves as a predictor of the outcome of a match (the <http://en.wikipedia.org/...

2 months ago

Solved


Calculate Amount of Cake Frosting
Given two input variables r and h, which stand for the radius and height of a cake, calculate the surface area of the cake you n...

2 months ago

Load more