Statistik
RANG
7.906
of 295.569
REPUTATION
6
BEITRÄGE
42 Fragen
3 Antworten
ANTWORTZUSTIMMUNG
11.9%
ERHALTENE STIMMEN
6
RANG
of 20.247
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 154.105
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
Graph not lining up with the function
Graph not automatically lining up with the function x. The t axis goes from -1 to 2 instead of -2 to 2 and the x axis goes from...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Plotting in 3d
I cannot put all of the plot into one window. How do I plot in 3D? v=3E8; f=760E12; x=zeros(400); y=zeros(400); ...
etwa 7 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Zoomed out to a non-workable level
My screen in R2014b zoomed way out. How do you zoom in to a workable level?
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Error in the determinant line
Error in detA line: syms Ex Ey Ez c Bx By Bz A=sym(zeros(4,4)); A=[0 -Ex/c -Ey/c -Ez/c; Ex/c 0 -Bz By; Ey/c Bz 0 -Bx;...
etwa 7 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Set function not working.
I am having trouble with the "set" function Error in GUIfunction>Evaluate (line 101) set(Bn,'String',num2str(Bn1)); ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Totally evaluate a result
I get a result from: disp(B1); 76533567789*cos(665434345667778/334545654433775)/65343456677 How do I get MATLAB to tota...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Make an iucontrol edit box into a number able to be done math on.
"lat" should be a double and should be able to be subtracted from 90. How do I make "lat" a double and able to be done math o...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Extending the maximum line length for Command Window display
Error: "Output truncated. Text exceeds maximum line length of 25,000 characters for Command Window display." Is there a easy w...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Transform a polynomial in syms to [1,2,3,4,5] and back to syms
How do I transform a polynomial in syms to [1,2,3,4,5] and back to syms?
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortEntering a value for 'String'
I did that for both vi and angle. vi = str2double(get(hEdit, 'String'));
etwa 9 Jahre vor | 0
Entering a value for 'String'
This is the error I get. I do use str2double to convert vi and angle. Error code: Undefined function 'mpower' for inp...
etwa 9 Jahre vor | 0
Frage
Default location in matlab
In R2014b right now when I bring up MatLab the default location is: "C:\Users\User\Documents\MATLAB" I want to change it ...
etwa 9 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Entering a value for 'String'
When 'String','' and enter the value in manually it works. When 'String','100' it does not. vi = uicontrol('Style','edit',...
etwa 9 Jahre vor | 4 Antworten | 0
4
AntwortenFrage
Syntax a while loop
I am not sure I have the syntax right on my while loop: And I am taking the absolute value with the abs command. ...
etwa 9 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Clean it up from successive calculation
I have an array and I want to clean it up from successive calculation: for i=1 for j=1:4 for k=1:4 ...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Viable format that would satisfy the requirements for transfering from Matlab to Excel.
I am dealing with a 4x4x4 matrix. It is easier to sent the results to Excel. I have the format as a "double" but Matlab does n...
fast 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Matrix number format not a double
I need to format not with a double : number * 2^(integer) but with a base 10 format : floatingpointnumber * 10^(integer...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Number format coming from syms into subs leading to Excel format
I have equations that use "syms" variables. After the equations are finished I want to add numbers to the final equations with ...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
syms back to numbers
I am using syms to calculate equations with derivatives. I need to assign these syms number values to complete the analysis. ...
fast 11 Jahre vor | 1 Antwort | 1
1
AntwortFrage
Undefined function or variable
Where am I going wrong with this function? function Analysis(src,evnt) f = figure('Visible','off','Position',[500 50...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Capture Excel Application in Matlab while opened on Desktop
Thre is an Excel Application already open on the Desktop. I want to capture it in MATLAB. Line exlFile = exlWkbk.Open([...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Compile with Visual C++
I am using MATLAB 7R14 with MATLAB Compilier 4.0. Want to compile in conjunction with Visual C++ 2008 Express using Excel O...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
MatLab and C++ compiler together
I have just downloaded Visual C++ 2010. Could someone give me an overview on what I have to do to compile a MatLab ".m" file us...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Compile an m-file
How do you compile an m-file like a .exe file in Visual Basic so you can run it on any MatLab computer.
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Block the Save popup box generated from Excel
In Excel I can block the Save popup box generated from "exlWkbk.Close" by adding this code to Excel: "Application.EnableEvent...
fast 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
represent symbolic toolbox as a string
I am using the symbolic toolbox in Array1. How do you represent it as a string? syms r,theta,phi x=r*cos(theta)*cos(phi) ...
fast 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Print out to Excel
How do I print out to Excel? Where are my mistakes? exl = actxserver('excel.application'); exlWkbk = exl.Workbook...
fast 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
Write a string of alphanumeric letters to an Excel spreadsheet
I am trying to write a string of alphanumeric letters to an Excel spreadsheet. This is what I have so far: exl = actxserve...
etwa 11 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
use the "subs" command to subsitute equations for a variable
Here is a silly question: is there a way to use the "subs" command to subsitute equations for a variable? eqn = 2*(2*x-1) +...
etwa 11 Jahre vor | 1 Antwort | 0
1
AntwortFrage
Simplify expression displayed in command window
How can r be simplified? r is used further down the program as a number. I just want r to be displayed as a number in the comm...
etwa 11 Jahre vor | 1 Antwort | 1