photo

Dan


Active since 2013

Followers: 0   Following: 0

Message

Statistics

MATLAB Answers

4 Questions
3 Answers

RANK
19,144
of 300,753

REPUTATION
2

CONTRIBUTIONS
4 Questions
3 Answers

ANSWER ACCEPTANCE
50.0%

VOTES RECEIVED
1

RANK
 of 21,075

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 170,858

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Discussions

AVERAGE NO. OF LIKES

  • Thankful Level 1

View badges

Feeds

View by

Question


Adding a List box to my Matlab GUI program. I want the list box to be populated with image files that were previously saved in the current folder.
I want to add a Listbox to my exsisting Matlab code. I want this listbox on the second tab of my code where the graph is plotted...

11 years ago | 1 answer | 0

1

answer

Answered
While-end statement using factorial(),abs() and cos()
Tank you very much Walter

12 years ago | 0

Question


While-end statement using factorial(),abs() and cos()
<</matlabcentral/answers/uploaded_files/5015/part%20c.png>> I am having trouble understanding what I need to accomplish in ...

12 years ago | 2 answers | 0

2

answers

Question


Ploting two function on one graph and using text() to place an arrow everywhere the lines intersect.
Hi, I have two functions F and f(x). One is a sin wave and the other a straight line. I need to use the text() function to place...

12 years ago | 0 answers | 0

0

answers

Answered
Error using * (Inner matrix dimensions must agree)
Can I do something like if true% x = f; while x >= F disp(x) x = x + 1; end

12 years ago | 0

Answered
Error using * (Inner matrix dimensions must agree)
Thanks guys, for the same code I need to determine the number of times f(t) crosses the line y(t)=F using a while- end statemen...

12 years ago | 1

Question


Error using * (Inner matrix dimensions must agree)
This is what I have so far if true clear all; clc; close all; t=(-.5:1*exp(-6):2); f=6*exp(-1.5*t)*cos(8*3.14*t); F=...

12 years ago | 4 answers | 0

4

answers