![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/20109923_1603666375800_DEF.jpg)
Dimitrios Anagnostou
Followers: 0 Following: 0
Statistik
RANG
19.201
of 297.016
REPUTATION
2
BEITRÄGE
16 Fragen
2 Antworten
ANTWORTZUSTIMMUNG
93.75%
ERHALTENE STIMMEN
2
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Plot a direction field whose vectors have the same size
I want to plot the direction field of the ODE . Here is my script. % Clear previous figures, workspace, and command window cl...
etwa ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Plotting inequalities on the complex plane
Despite using Matlab for several years, I am little ashamed but I have no idea how to plot the set on the complex plane that sat...
etwa ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
Display without new line
To demonstrate various formats of MATLAB, I use the following script: x = 1/7; format short, fprintf(['format short: ']), x % ...
mehr als ein Jahr vor | 2 Antworten | 0
2
AntwortenFrage
Plot a region based on inequalities
This comes from the book Mathematics for Engineers and Scientists of Alan Jeffrey. To create the graphic with Matlab I wrot...
mehr als ein Jahr vor | 1 Antwort | 0
1
AntwortFrage
Solve a transcendental equation
I know it is simple but I am puzzled how to force Matlab to solve the following equation to get This is what I do (assum...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Covert a string to an array of individual characters.
I apologize if my question is trivial. I have the following datasets.The letters in each dataset represent student names enroll...
fast 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Solving Inequalities with Matlab
I guess this is a frequent question here but the answers I have seen did not help me. I want to solve the following inequality:...
fast 2 Jahre vor | 1 Antwort | 0
1
Antwortsymsum and a divergent series
I accepted John D'Errico's thorough answer but to Matlab's defense I post also my answer. The problem was my typo. I have forgot...
etwa 2 Jahre vor | 0
Frage
Visualising 3 times 3 linear algebraic systems and their intersections
I want to interpret geometrically linear systems. Consider for example the system With the following implementation of R...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
symsum and a divergent series
I apologize if I'm asking something trivial. I know that symsum can be used for series. For instance, syms k symsum(2^k/facto...
etwa 2 Jahre vor | 2 Antworten | 1
2
AntwortenFrage
Force 0 tick to appear in a scatter plot
I cannot make the 0 tick appear nomatter what I tried. Here is my code. clc, clear, clf n = 0:10; f = n.^2; scatter(n,f, 'k'...
etwa 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Float information (as in Python's sys module)
I know that there exists commands like eps, realmin, realmax etc. Is it possible to obtain complete float information as provide...
mehr als 2 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Question about internal aithmetics
Let and . I use the following code to find out what is the smallest value of that makes the equality false. My question is a...
mehr als 2 Jahre vor | 1 Antwort | 1
1
AntwortPlotting three planes and their intersections
Finalement, I found the solution. I post the script in case anyoone is interested in. clc, clear all close all set(0,'defaultT...
fast 3 Jahre vor | 0
| akzeptiert
Frage
Plotting three planes and their intersections
I have three planes described the by the cartesian equations. I want to plot the planes and their intersections. I have writ...
fast 3 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to plot the region corresponding to an inequality?
I want to plot create the region plot for the inequality for . In Mathematica this can be done by RegionPlot[y - x^2 >= 0, {x,...
etwa 3 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Solving an overdetermined system of linear equations
According to my textbook "Matrix Operations for Engineers and Scientists - An Essential Guide in Linear Algebra" by the late Al...
fast 4 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Mesh plot of the function sqrt(y-x^2)
I want to plot the function The function is defined for . With f = @(x,y)sqrt(y-x.^2); fmesh(f,[-3 3 0 9]) I get a mesh plo...
fast 4 Jahre vor | 2 Antworten | 0