test run
Followers: 0 Following: 0
Statistics
RANK
3,950
of 295,486
REPUTATION
13
CONTRIBUTIONS
6 Questions
3 Answers
ANSWER ACCEPTANCE
83.33%
VOTES RECEIVED
3
RANK
of 20,236
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 153,950
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Question
taylor function gives wrong answer for symbolic expression expansion
Hello, I'm having a problem using the taylor function. I have a symbolic expression phi that yields: phi phi ...
8 years ago | 1 answer | 0
1
answerQuestion
uitable set width of row of header?
Hello , I'm having a big problem with the RowName column , it grows too big and I can't fix it's width or set it anyway. Is t...
8 years ago | 1 answer | 0
1
answerQuestion
problems with symbolic calculations
Hi, I'm getting an error while trying to do a calculation with a symbolic expression. First I'll write the code so I can expl...
8 years ago | 2 answers | 0
2
answersHow to generate sequences from matrix
Hi, I understand, not allways reading the help of matlab is understandable. You could take only the good data by doing like t...
8 years ago | 1
| accepted
How to uncheck checkbox
Hello amira, you could add another condition to your callback, like this: fucntion checkbox1_callback(hObject,eventdata,han...
8 years ago | 0
| accepted
How do I set the SelectionChangedFcn for the tabs group I have created?
By writting the code like this: %Setting the uipanel1 height, width and position as figure1 handles.uipanel1.Position = ...
8 years ago | 1
| accepted
Question
How do I set the SelectionChangedFcn for the tabs group I have created?
Hello , I'm doing a master degree in physics and I have the need to program a GUI to do certain theoretical calculations and plo...
8 years ago | 2 answers | 0
2
answersQuestion
How can I correctly substitute symbolic variables with decimal numbers like 2.543342? The subs function can't do it properly...
This is the function I wrote: function [ nsquare ] = sellmeier_formula( type , coefficients ) %SELLMEIER_FORMULA This fu...
8 years ago | 3 answers | 0
3
answersQuestion
How to disable specific items from a popup menu by using a logical vector of the same length of the string of the popup menu?
Hello , I need some help with a problem... Let's say that I have a cell containing the strings I want for the popup menu, for...
8 years ago | 2 answers | 1