Community Profile

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

2 dagar 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...

2 dagar 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...

2 dagar 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...

2 dagar 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...

2 dagar 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...

2 dagar 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...

3 dagar 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...

5 dagar 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...

5 dagar 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...

5 dagar 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...

5 dagar 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...

5 dagar 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...

5 dagar 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...

ungefär en månad 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...

ungefär en månad 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...

ungefär 2 månader 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...

ungefär 2 månader 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 ...

ungefär 2 månader 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 ...

ungefär 2 månader 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...

ungefär 2 månader 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...

ungefär 2 månader 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...

ungefär 2 månader 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...

ungefär 2 månader 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...

ungefär 2 månader 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/...

ungefär 2 månader 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...

ungefär 2 månader ago

Solved


Průměr z výběrového souboru
Napište funkci, která vrátí průměr z hodnot vektoru data. Např data = [1, 2, 3, 4, 5, 6, 7, 8, 9] je prumer = 5.

ungefär 2 månader ago

Solved


Solve a System of Linear Equations
Example: If a system of linear equations in x₁ and x₂ is: 2x₁ + x₂ = 2 x₁ - 4 x₂ = 3 Then the coefficient matrix (A) is: 2 ...

ungefär 2 månader ago

Solved


Verify Law of Large Numbers
If a large number of fair N-sided dice are rolled, the average of the simulated rolls is likely to be close to the mean of 1,2,....

ungefär 2 månader ago

Solved


Sum all integers from 1 to 2^n
Given the number x, y must be the summation of all integers from 1 to 2^x. For instance if x=2 then y must be 1+2+3+4=10.

ungefär 2 månader ago

Load more