![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/21204207_1722302302593.png)
구구
Followers: 0 Following: 0
Statistik
RANG
19.690
of 297.016
REPUTATION
2
BEITRÄGE
9 Fragen
0 Antworten
ANTWORTZUSTIMMUNG
66.67%
ERHALTENE STIMMEN
2
RANG
18.317 of 20.419
REPUTATION
1
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
1 Datei
DOWNLOADS
1
ALL TIME DOWNLOADS
9
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
matlab is downloading every files from onedrive
I had set the onedrive download option to on demand. But when I navigate directories inside matlab, matlab downloads every file...
2 Monate vor | 1 Antwort | 0
1
AntwortFrage
matlab install error (unable to locate procedure entry point)
After updating to Matlab R2024a ver.6, the freezing is so bad that I am installing R2024b. But R2024b won't even install, wha...
3 Monate vor | 1 Antwort | 0
1
AntwortFrage
App designer creates a new function inside another function where a parfor loop exists
As the title suggests, it is created in an existing function with a parfor loop when creating a new function in App Designer. ...
5 Monate vor | 1 Antwort | 2
1
AntwortFrage
ODE15s nondimensional Jacobian matrix can help convergence?
Hi I'm trying to solve a transient multiphysics problem with MATLAB ode15s function. The problem consists of three physical sy...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
odextend initial guess error
I am using ode15s to analyze the steady state of the system from the initial state (time t0) and then using odextend to analyze ...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
ODE function return additional time dependent values
The equation I'm integrating is M x'' = F, which is the basic rigid body equation of motion and also performs transient heat con...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortGelöst
Vector creation
Create a vector using square brackets going from 1 to the given value x in steps on 1. Hint: use increment.
mehr als 2 Jahre vor
Gelöst
Doubling elements in a vector
Given the vector A, return B in which all numbers in A are doubling. So for: A = [ 1 5 8 ] then B = [ 1 1 5 ...
mehr als 2 Jahre vor
Gelöst
Flip the vector from right to left
Flip the vector from right to left. Examples x=[1:5], then y=[5 4 3 2 1] x=[1 4 6], then y=[6 4 1]; Request not ...
mehr als 2 Jahre vor
Gelöst
Whether the input is vector?
Given the input x, return 1 if x is vector or else 0.
mehr als 2 Jahre vor
Gelöst
Get the length of a given vector
Given a vector x, the output y should equal the length of x.
mehr als 2 Jahre vor
Gelöst
Select every other element of a vector
Write a function which returns every other element of the vector passed in. That is, it returns the all odd-numbered elements, s...
mehr als 2 Jahre vor
Gelöst
Find the sum of all the numbers of the input vector
Find the sum of all the numbers of the input vector x. Examples: Input x = [1 2 3 5] Output y is 11 Input x ...
mehr als 2 Jahre vor
Frage
why matlab is using all cores when no parallel pool is created
Hi Something weird is happening on my matlab code. I'm using AMD Ryzen Threadripper 2990WX (32 physical cores). I have paral...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Can I run MATLAB function from each excel file using macro at the same time?
I wanted to run MATLAB function from excel file and it worked using VBA and excel macro. For parametric study I made several ex...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
GA is not satisfying nonlinear constraints
I'm using GA to optimize geometry for maximum safety ratio. Input parameter contain length, width, and etc, and the nonlinear c...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortGelöst
Vector pop
Take |n| elements from the end of the vector |v| and return both the shorten vector |v| and the |n| elements in a separate vecto...
mehr als 3 Jahre vor
Gelöst
Vector push
Append an element |x| to the end of the vector |v| and return both the extended vector and the new number of its elements. |x| c...
mehr als 3 Jahre vor
Gelöst
Binary numbers
Given a positive, scalar integer n, create a (2^n)-by-n double-precision matrix containing the binary numbers from 0 through 2^n...
mehr als 3 Jahre vor
Gelöst
Which values occur exactly three times?
Return a list of all values (sorted smallest to largest) that appear exactly three times in the input vector x. So if x = [1 2...
mehr als 3 Jahre vor
Gelöst
2048 Next Move
Given a board in the game 2048 (see the game here: <http://gabrielecirulli.github.io/2048/ 2048>) and a direction ('up','down','...
mehr als 3 Jahre vor
Gelöst
Triangle sequence
A sequence of triangles is constructed in the following way: 1) the first triangle is Pythagoras' 3-4-5 triangle 2) the s...
mehr als 3 Jahre vor
Gelöst
Extract part elements of matrix into one new matrix
Given a matrix that includes different nonzero and zero entries, extract the nonzero elements and form a new matrix. The new mat...
mehr als 3 Jahre vor
Gelöst
Calculate the derivative of a polynomial
Example: in = [ 1 1 1 ] out = [ 2 1 ]
mehr als 3 Jahre vor
Gelöst
Create an n-by-n null matrix and fill with ones certain positions
The positions will be indicated by a z-by-2 matrix. Each row in this z-by-2 matrix will have the row and column in which a 1 has...
mehr als 3 Jahre vor