Gelöst


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

6 Monate vor

Gelöst


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?

6 Monate vor

Gelöst


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

6 Monate vor

Gelöst


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

6 Monate vor

Gelöst


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?

6 Monate vor

Gelöst


Calculate the Distance to Source of Lightning
Lightning discharge heats air rapidly with lightning channels reaching temperatures of up to 50,000 degrees Fahrenheit (which is...

6 Monate vor

Gelöst


Calculate days until Christmas
Provided with inputs year, month, day e.g. 2019,11,12, calculate the number of days until the next Christmas day, i.e. the next ...

6 Monate vor

Gelöst


Extract diagonal of sparse quadratic form
Consider the matrix A and vector v given by, A=round(sprand(5e3,1e4,1/1e4*100)*100); v=randi(10,width(A),1); Write a rout...

6 Monate vor

Gelöst


Implement the signum function
The signum function is a common mathematical function, which has the following definition : If x => 0, its value is 1, if x < 0...

11 Monate vor

Frage


How to Generate Smooth Transitional Trapezoidal Signal in Simulink
Hi, everyone. I want to generate a custom signal demonstrated as follow image in Simulink, I have tried the Signal Editor Block,...

11 Monate vor | 1 Antwort | 0

1

Antwort

Frage


Changing the Topic Name in DDS Dictionary have no effect in AutoGenerated XML file
Hello, everyone. I want to create the DDS Application with DDS Blockset. I have changed the Topic Name in DDS dictionary which...

12 Monate vor | 1 Antwort | 0

1

Antwort

Frage


How to configure ip address/port with DDS Blockset
I have build the DDS application shapesdemo.exe with DDS Blockset. I have test the communication between shapesdemo.exe with Op...

etwa ein Jahr vor | 1 Antwort | 0

1

Antwort

Frage


FastDDS ShapesDemo Can not Communicate with DDS Blockset ShapesDemo
I followed the steps illustrated in DDS Blockset ShapeExample.mlx file and have build the shapesdemo.exe successfully. I first s...

etwa ein Jahr vor | 2 Antworten | 0

2

Antworten

Beantwortet
Parse error at x
The error message shows that there is a unrecognized varialble x_initial. You should initialize it. x_initial=[.5;.5;.5];

etwa ein Jahr vor | 0

Beantwortet
Trouble with handling values in anti-diagonal of a square matrix
diagVal=8; otherVal=1; nrows=8; if mod(nrows,2) % odd A=(diagVal-otherVal)*eye(nrows) + (diagVal-otherVal)*fliplr(eye(...

etwa ein Jahr vor | 1

Beantwortet
Hello, I have a cell array with the list of files I would like to delete. However I would not like to use a for loop to loop through each file to delete it.
maybe you can use cellfun. Files={'1.txt','2.txt','3.txt'}; cellfun(@delete,Files)

etwa ein Jahr vor | 0

Beantwortet
Solving matrix equation in Matlab,
Using vectorization operator vec, which transfer a matrix to a column vector through stacking matrix's columns vertically. There...

etwa ein Jahr vor | 0

| akzeptiert

Beantwortet
Making loop for a function 'xlsread'
xlsread is not recommended, you can use readtable/readmatrix/readcell depend on what type of data you want to read. The followi...

etwa ein Jahr vor | 1

Frage


Where is the Location of CMakeLists File When I Build Simulink Model With CMake?
I want to build the shapesdemo Model which is incorporated in DDS Blockset Examples. I follow the steps illustrated in accompani...

etwa ein Jahr vor | 2 Antworten | 0

2

Antworten

Frage


CMake Error When Building DDS Blockset shapesdemo Example Model
I want to build the shapesdemo Simulink Model which is incorporated in DDS Blockset Examples. I follow the steps illustrated in ...

etwa ein Jahr vor | 0 Antworten | 0

0

Antworten

Frage


How to implement Ethernet Communication in Simulink Desktop Real-Time
I want to use Ethernet Communication within Simulink Desktop Real-Time. But I do not find corresponding I/O block in Simulin...

mehr als ein Jahr vor | 2 Antworten | 0

2

Antworten

Beantwortet
How to take the mean of each four adjacent position in a matrix?
A=randi(10,1536,2048); % test Matrix M=zeros(768,1024); % result Matrix for row=1:768 for col=1:1024 M(row,col...

fast 3 Jahre vor | 1

| akzeptiert

Frage


Can not create MATLAB string without MATLAB runtime being initialized.
I create a .NET assembly using a function written in MATLAB. When I want to create a MATLAB String using MWStringArray Class, it...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


expression error in Documentation
I think the expression in the image shown below should be , whose derivative is equal to ! Documentation Link

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


importrobot but can not show visual geometries.
I try to import a robot model by using importrobot function with the input is a Simscape Multibody model. However, when I s...

etwa 3 Jahre vor | 1 Antwort | 0

1

Antwort

Gelöst


Find the Pattern 5

mehr als 4 Jahre vor

Gelöst


03 - Matrix Variables 1
Make the following variable: <<http://samle.dk/STTBDP/Assignment1_3a.png>> A 9x9 matrix full of 2's (Hint: use *ones* o...

mehr als 4 Jahre vor

Gelöst


Determine the number of odd integers in a vector
Determine the number of unique odd integers in a vector. Examples: Input x = [2 5 8 3 7 1]; Output y = 4; Inp...

mehr als 4 Jahre vor

Gelöst


Column norms of a matrix
Given a matrix M, return a vector y such that for each k y(k)=norm(M(:,k)) (y(k) is the Euclidean norm of the k-th col...

mehr als 4 Jahre vor

Gelöst


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

mehr als 4 Jahre vor

Mehr laden