Solved


find "greatest common divisor" of two integer value
A function to find Greatest Common Divisor of two integer input E.G. x=-18 y=96 output should be +6 x=-18; y=96; >>your...

2 years ago

Solved


Create sequnce 1 4 9 16 25.........
Create sequnce 1 4 9 16 25......... upto entered input value using matlab scripting commands. Let y be output and x be input

2 years ago

Solved


Natural numbers in string form
Create a cell array of strings containing the first n natural numbers. _Slightly_ harder than it seems like it should be. Ex...

2 years ago

Solved


Create a cell array out of a struct
Create a cell array out of a (single) struct with the fieldname in the first column and the value in the second column: in: ...

2 years ago

Solved


Cell joiner
You are given a cell array of strings and a string delimiter. You need to produce one string which is composed of each string fr...

2 years ago

Solved


Find Logic 22

2 years ago

Solved


Find Logic 20

2 years ago

Solved


Find Logic 21

2 years 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 years ago

Answered
Runge kutta giving complex numbers
Hi Simone, After reviewing your code, the problem lies in the calculation of v1. It seems that the formula used to update v1 ...

2 years ago | 0

Answered
Fuzzy Logic Toolbox: Learning Rules with 'OR' connection
Hi Daniel, for implementing 'OR' connections in the fuzzy logic system auto-tuning process, a potential workaround involves c...

2 years ago | 0

Answered
How to expand a row of values into a matrix, such that each new value is equal to the value above it plus one?
Hi Marco, By using bsxfun with element-wise addition and transpose to adjust dimensions, you can efficiently expand the vecto...

2 years ago | 0

Answered
here i need to calculate the BER of UAV based fso system using lognormal model.but after writing the code, i got BER is increasing wrt pt. can anyone suggest me where i got the mistake ?
Hi Deepika, Upon reviewing the code, I have identified a potential issue that might be causing the increasing BER with respec...

2 years ago | 0

| accepted

Answered
Recurring Error in Simulation
Hi Annika, To troubleshoot, check the component equations for inconsistencies, ensure proper initialization values, and verif...

2 years ago | 0

| accepted

Answered
How to change the position of reference frame of a body in Simscape?
Hi Afaq, Based on your query, it seems like you are working with defining reference frames in Simscape and are looking to set...

2 years ago | 0

Answered
please sanity check my function for calculating Kendall's tau
Hi Jongmin, The difference in results between the Matlab corr function and the custom Kendall's tau function arises from how ...

2 years ago | 0

| accepted

Solved


Quote Doubler
Given a string s1, find all occurrences of the single quote character and replace them with two occurrences of the single quote ...

2 years ago

Answered
Battery SOC not dropping
Hi Sharul, Typically, in an electric vehicle system, the battery should be connected to a controller or power electronics uni...

2 years ago | 0

Solved


Sum of series IX
What is the sum of the following sequence: Σ 1/k! for k=1...n for different n?

2 years ago

Solved


Sum of series VIII

2 years ago

Solved


Sum of series
a(n) = n^2 - (n-1)^2 find the summation of the series upto n i.e. a(1)+a(2)+...+a(n)

2 years ago

Solved


Sum of series VI
What is the sum of the following sequence: Σk⋅k! for k=1...n for different n?

2 years ago

Solved


Sum of series V
What is the sum of the following sequence: Σk(k+1) for k=1...n for different n?

2 years ago

Solved


Sum of series IV
What is the sum of the following sequence: Σ(-1)^(k+1) (2k-1)^2 for k=1...n for different n?

2 years ago

Solved


Sum of series III
What is the sum of the following sequence: Σ(2k-1)^3 for k=1...n for different n?

2 years ago

Solved


Sum of series II
What is the sum of the following sequence: Σ(2k-1)^2 for k=1...n for different n?

2 years ago

Solved


Sum of series I
What is the sum of the following sequence: Σ(2k-1) for k=1...n for different n?

2 years ago

Solved


Sum of series VII
What is the sum of the following sequence: Σ(km^k)/(k+m)! for k=1...n for different n and m?

2 years ago

Answered
Savitzky-Golay filtering on emg signal
Hi Zainab, To achieve this in Matlab, you can utilize the sgolayfilt function. This function applies the Savitzky-Golay filte...

2 years ago | 0

Answered
Battery SOC not dropping
Hi Sharul, To troubleshoot the Battery SOC decrease issue, you can start by checking the following: Battery Model: Ensure ...

2 years ago | 0

Load more