[DISCONTINUED] Wish-list for MATLAB Answer sections.
Walter Roberson
on 8 Feb 2011
Latest activity Reply by Walter Roberson
on 12 Feb 2023
This topic (which was not started by Mathworks) is for features you would like to see for this MATLAB Answers facility.
I suggest one wish per answer, so that people can vote for individual wishes.
What should you post where?
Next Gen threads (#1): features that would break compatibility with previous versions, but would be nice to have
@anyone posting a new thread when the last one gets too large (about 50 answers seems a reasonable limit per thread), please update this list in all last threads. (if you don't have editing privileges, just post a comment asking someone to do the edit)
578 Comments
Time DescendingThis particular Question is for discussion changes to the MATLAB Answers software itself -- the forum software that allows people to ask questions and make responses.
You should have created a new Question for that topic.
estimate the current height change along the course between point A=(sqrt3/2,1/2) and B=(1/2,sqrt3/2) identitfy 2 ways to estimate this height change one with derivatives one without
power = 2;
f = @(x, y) x .* y.^power;
A = [sqrt(3)/2, 1/2];
B = [1/2, sqrt(3)/2];
t = linspace(0, 1, 1000);
x = (1 - t) * A(1) + t * B(1);
y = (1 - t) * A(2) + t * B(2);
z = f(x, y);
height_change = z(end) - z(1);
disp(height_change);
this gave the answer of 0.1585 but it doesnt seem correct if i change the ^ to * the answer becomes 0 am i correctly computing what the question is asking
Dark theme/mode?
Users need acces to eig function
Option to bookmark an answer or the whole question thread. And this should be available to us in the profile dashboard. I bookmark the page right now. Thanks for this thread too!
The ability for editors/moderators to split and combine threads.
- A comment is actually an answer, so being able to change it to being an answer
- The OP replies to a question by creating an answer, so being able to change an answer to a comment of the selected thread.
For easy navigation and for the historians,
Anyone with edit privileges should feel free to update this whenever needed.
Well, after the last update of Matlab Answers my biggest wish is now to put the white space back between the answers! I don't know if this was a common request to get rid of it, but it looks dreadful with answers just all running into each other. I like white space in my code and I like it in an answers forum for the same reasons. It's unreadable without. Distinct answers should be properly delineated, rather than just a thin box around them all slammed together.
As far as I can see, Activity Feed / Manage Followed Content apparently only shows threads that I follow if there is a post to that thread after I follow it. That is, if I follow a thread but no one later posts to it, the thread does not show up in my Followed Content list.
I'd like to have all of my followed threads show up in that list, even if there has been no further activity. This is because I might want to post a suggestion or partial answer later, if the question remains unanswered.
Alternatively, could there be a way to filter by Unanswered+Followed?
Do we have to have the 'This website uses cookies...' message at the bottom of the Matlab Answers website every single day when we navigate to the page? I know the internet is now festooned with these kinds of messages, but it's not as though this one is giving options to select, it is just information. I've been signed into my account the whole time - I know nothing about website design, but can it not realise that if you are logged in you have already seen the message?!
Is it worth to elaborate an old answer that's been accepted? Will anybody ever read it?
 
Wish:   A symbol to the left of the question, which indicates whether the question is on a "watch-list".
Problem: Many users do not understand how to use the markup button, {}Code, which results in formatting of text like the example below
.
if true
Error using assignin Unknown command option.
Error in cssm_c (line 20) assignin( 'base' , col_names(i) , num(:,i) );
end
.
Proposal: "{}Code" shall check whether any lines are selected and if not issue a warning. Or something better.
*A modest wish:*
- The tag "oop" should qualify the post for the Category: Object Oriented Programming.
New list has been created! http://www.mathworks.com/matlabcentral/answers/42413-wish-list-2-and-bug-reports-for-matlab-answers-itself
The time-stamps for the activities log and the flagged content log appear to be in GMT. This is inconsistent with the other time-stamps that the user sees and so can lead to some confusion.
Not a major problem ;-)
I have been thinking myself that we should start a volume 2. I would not delete anything here, though.
Ideally some of what is here should be moved to the new list. I did not want to just go ahead and create the new Answers, though, as that would not give proper credit to the people who originally proposed them.
I like Daniel's Idea about leaving this alone and starting a wish-list 2.0. I can't even load this whole page without IE8 dumping. Thus any new wishes from today I can't see. Here's my first:
-Once you hit a reputation of say 20, get rid of the "how to post an answer" comments that take up space.
Now that so many of the wishes have been implemented (thank you to TMW), should we deleted the implemented answers to make it easier to find the outstanding issues? Should we refer to the current version of answers as 2.0 and start a new wish-list for it?
The new layout is a brute waste of space. The information density is sometimes lower than 3 sentences per screen.
The new boxes around everything confuse my eyes.
Answers list in My Answers is sorted by old-to-new. It takes long time to go through the all answers and reach the latest one.
Please let me know if any sorting option exist to sort the Question list or Answer list. I have not found any such option ?
When I edit the Question at http://www.mathworks.com/matlabcentral/answers/42190-multiple-y-axis to reformat it, and Save, then the Save button flashes to Saving... and then reverts back to Save without the changes being saved.
This Question is now so slow to load that Firefox and Safari now time-out the javascript 3 to 6 times for me.
Before today's changes, if one was editing and one highlighted text and clicked on the Code button, then after the operation was done, the selection was removed.
As of today's changes, the selection goes away for a small number of seconds while the reformat is done, but then the selection color comes back, highlighting a wider but shorter area, not covering all of the height of the original selection but covering wider (possibly even some areas that have no input.)
I noticed another weird thing about Answers. Not sure how to classify it. Maybe it's a bug, or just an unexpected/unwanted feature. <http://i46.tinypic.com/qs4dpt.jpg>
If you're creating an posting and switch to the "Preview" panel and double click a word there to highlight it, and then click some of the icons, like Bold or Italic, unpredictable things happen back in the test editor panel(not the Preview panel). Sometimes it will italicize the entire preview panel(not just the highlighted word), sometimes it inserts "_ITALICTEXT_" at random locations in the edit panel, or it might append "_BOLDTEXT_" to the text in the edit panel, sometimes it puts stars around all the text in both the edit panel and the Preview panel (but the text doesn't appear as bold though). It doesn't seem predictable. Granted, it's not something one should normally do, but I just thought I'd note it in case anyone ever decided to make some improvements to this forum, and it was easy to "fix".
Hey everyone, I propose that there should be a built in way to add attachments such as images. I think it would be beneficial when code is attached (such as providing the formula, expected plot to be generated etc.)
Editors of the forum should be able to accept answers by other contributors on behalf of the OP.
This ability should only be used whenever occasional users receive valid answers and never accept any of them.
Combined with a much needed improved search bar it will dramatically reduce the recurring of obvious and not-so-interesting questions.
Sufficiently long text will be truncated, both when posted in a Question and when posted in a Comment. No warning was given: the text just doesn't get recorded.
I did not trace the exact limit. Approximately the last 250 lines of a 1400 line file were discarded. The file was a bit over 100 Kb long.
The behavior inside a Question was odd: after the key point, I could type some extra text and it would show up in the display, but when I went back to Edit the question, the addition was gone.
My wish: something to make it easy to link terms to Matlab documentation as someone is posting a question. I read Answers to learn things about Simulink that I don't know about. The user may ask "How can I use the Waterfall Scope block to do xx" but I want to know "what is the Waterfall scope". Most people don't add the links manually - they assume everyone knows about the Waterfall Scope. Perhaps upon typing Waterfall Scope, the term would be highlighted; if clicked by the poster, the documentation link would be added.
Mention contributor's specialization to categorize answers. i.e: accepted answers (related to fields of medicine, engineering or financing simulation) should be marked to show contributor's understanding in the field. It will help filter out relevant answers quickly.
As an editor I would like to have to go through at least one extra hoop before deleting something. Some combination of keys pressed (not sure which ones) and the mouse can cause actions you take to not even have a confirmation dialog before you accidentally delete something. This is dangerous.
Further to not being able to turn off the per-keystroke updating of the preview (which is a big big pain when response times happen to be slow):
If we are going to have to live with keystroke-by-keystroke interpretation of everything we type, could we at least get some more advanced keystroke-activated editing functions?
For example, the equivalent of emac's ^T to swap two characters and position after the second of the two. This would save 3 keystrokes -- "backspace" to remove the first of the pair, right-arrow to position after the second, re-type the character that was previously first.
Saving 3 keystrokes might not sound like much, but when response times get slow, this can literally save more than 5 seconds (and another five minutes while preview catches up.)
Did anyone happen to mention that while preview is doing its hunt-and-peck updating, Firefox does not allow access to any other tab, so you cannot switch browser windows to do something productive while your brain cells die off?
That before/when the magic editor powers kick in (edit and delete buttons showing up everywhere) that an email is sent to the editor with a minimum of the link to Guidelines for Editors and possibly additional guidance. Have the editors had any input into the guidelines? Is there any other guidance?
The ability to mark up error messages in a question or answer so that they indent and behave like m-code but are colored red.
Now I learned the hard way how to loose the text I'm writing in Answer. The recipe is as follows:
- write text
- include link to a web site
- click [refresh] next to Preview
- click the link to test it
- text is gone forever - fool proof:)
At some occasion I have clicked [Submit] to save the text and clicked [Edit] to continue writing. That caused confusion. I received answers within seconds complaining that my question was hard to understand.
I want a [Backup] button next to the [Submit]/[Save] button. And a question "Do you really want to submit?" under [Submit]/[Save].
Or maybe better # a warning that if I leave the page text will be lost # alternatives [Proceed] and [Cancel]
--- Continue 2012-05-07 ---
Now I found another recipe. Click [Edit] while editing and the current text is gone. Yes, I said [Edit]. Please don't ask why I would want to do that!
A warning when the user is about to leave a page with "unsaved work" is commonplace. I think TMW should provide that! Sometimes, I get a bit upset with TMW giving us primitive toys.
@Image Analyst, thanks for the tip. I need a tool like that.
@Walter, I'll try to remember to start every Answer-typing-session by adding "-- To be continued --" at the end, do [Submit]&[Edit] to secure my text, and remove the line when I'm finished.
@Walter, yes you are right. However, I do mistakes all the time and wouldn't it be easy for TMW to provide a little safety net? And I'm not the only one!
Another thing that would be awesome would be the ability to submit a published m-file as an answer.
Often I find myself answering questions with lines of code interspersed with lines of text. If that could include the markup and figures and output that would be great! And that way rather than someone having to copy and paste out the lines of code, they could just grab the m-file
Lower the reputation required to obtain some kind of 'editor' status. At least to the point where obvious contributors can fix stupid code formatting problems.
I don't know what reputation is required right now, but I haven't hit it yet. That's fine, but it's a little frustrating having to go back and forward asking someone to format their question when editors are either not around or not interested.
Each question on the Home page should have an icon indicating whether there has been activity on the question since you last looked at it. That way you could see at a glance whether its worth reopening any particular question, rather than having to check.
It would be easier to edit tags on Questions if the page did not get re-fetched for every single tag deleted. Especially on the questions that are longer, as getting back to the tag list can require scrolling down.
For example if there was an "edit tags" that pushed all the existing tags into a box in the format as-if they had just be typed in but not yet submitted (tag red-dot, tag red-dot, etc.) and that list could be edited (delete some, add more), and then when Save was pushed, the entire current list was pushed over to the database.
e.g., I am doing some work on removing the tag "help", and cleaning up the other tags for each affected message. There were about 175 messages with the "help" tag when I started, and typically I end up deleting at least 2 tags for each, and deleting 5-ish tags is not uncommon. That adds up to a lot of page fetches.
Larger font for the Question and comments on the Question, please. The Answers and comments on Answers appear to be a point or two larger, and it does make a difference to my aging eyes.
Sometimes I have to Edit a question just to be able to read it clearly :(
In lists of Questions, it would be convenient if there was an annotation to indicate that you had Answered the question; also convenient would be an annotation to indicate that you had Commented somewhere in the Question (including on an Answer.)
The annotation does not need to be much: it could just be something like a colored asterisk, or an '(A)', possibly near the number-of-answers box.
This would ease the load on my aging short-term memory.
- I have not had time to investigate to pin down circumstances, but it appears that now when a search query of multiple words is given, the searching is no longer always an AND search. If two words are searched on, and one of the terms occurs "relatively few" times (or not at all) compared to the other, then the search returns all the Questions in which the more common term occurred, ignoring the less common (or no-match) term.
- There is no documented way to indicate that a multi-term search is to be AND, OR, or PHRASE
- The order in which matches are returned can be odd when multiple terms are given for the search. Sometimes about a 10 Question matches are shown that relate solely to the first term, then 20-ish Question matches are shown that relate solely to the second term, then the remainder are shown by age -- resulting in two age-related jumps in the list.
- If all entered tags for a post are the exactly the same, then the tag is displayed with a count after it, but the construct only counts as a single tag for the purpose of the code that determines whether tags are editable or not. For example, if a posting was tagged with matlab, matlab then it would show up as matlab(2) but you would not be able to edit it to remove the extra copies of the tag. Workaround: add any other tag so that all tags become editable, do the pruning, and remove the temporary tag.
- observation: In any list of questions, at most 5 tags per posting are shown. The limitation is 5 tags, not the number of characters occupied.
- observation: The oldest one-thousand nine-hundred and ninety-nine (1999) postings are all marked as having been updated Feb 24, 2011 (or sooner). I guess there must have been some kind of software update then.
- I mis-spelt a commented_by: query as comment_by: . It turns out that comment_by: followed by anything returns the entire list of postings (24000+ of them) instead of returning an error. For example, comment_by:foo
The following is not formatted correctly - note that there is an amply line in the middle:
if n < b
n = n + 1;
b = b + 1;
end
To display the real contents spaces are replaced by #:
##if n < b
####n = n + 1;
####
####b = b + 1;
##end
Replacing the empty line by '##' or '' does not help, but '#### ' keep the correct indentation. Using more than 2 leading spaces for all lines solves the issue also:
###if n < b
#####n = n + 1;
#####
#####b = b + 1;
###end
is displayed as:
if n < b
n = n + 1;
b = b + 1;
end
but I assume then it is preformatted text and not code anymore.
Formatting the code seems to be a hard problem for newcomers in this foum. It is very important, that this key feature of MATLAB Answers works reliably. In opposite to WYSIWYG there is still a certain level of Guess What Is Needed To Let It Look Like You Want It.
Since the maintenance a few days ago, the site has been slower than before.
At home, it can take an undetermined length of time to fetch the user avatars unless they already happen to be in local cache. At least that was the situation about 7 hours ago; I do not see the problem at work at this time (My IP at work hits a different edgesuite server than home does.)
Editing of existing content degraded over time after the maintenance, affecting more and more questions, and now affecting all questions. The symptom is that instead of getting the edit window with the buttons for bullets and Code and so on, I get the bare text small edit box. This does not apply to writing new questions or to writing new answers, but affects editing anything existing (e.g., to reformat an existing post)
I am using firefox at both home and work, but different versions and different OS; I am not observing problems on other sites.
It appears that reordering of questions is no longer done immediately, in the sense that now if I update a question and then ask for the list of questions, the newly updated question will not go to the top of the list for a period of (estimating) 15 to 20 seconds. The page that is shown will know the proper update time for the question, if it happens to be one of the ones visible on that page: only the order is affected. We could probably get used to this delay; the confusion from it is more from expecting instant reordering as we had before.
The status of questions should be updated promptly when they are answered. A search with "Unanswered" selected returns several questions with one answer.
Is it just my imagination, or did the site switch from displaying 50 Questions per page to 100 Questions per page overnight ?
I also notice today that when I tell my browser to open a Question in a new tab that the tab name given for it is "MATLAB Answers - MATLAB Central" . I thought the tab names were the first few words of the question title, but now I am not certain. It appears the HTML Meta Title property is used for the tab name; as I often have more than half a dozen Question open at a time, meaningful tab titles are useful.
I would like to propose an "achievements" system similar to existing one for other Q&A sites (for example stackoverflow). I think it might achieve a bigger participation and interest of the community users.
Please add a latest activity line in the listing of topics.
It is very annoying to have to open the topic just to see if I was the last responder.
Hope this helps.
Greg
iMatStore
Instead of paying for a complete toolbox, you could go to the iMatStore and download a single track. Who listens to a complete toolbox nowadays?
:)
Being able to accept more than one answer. Just posted a question regarding dynamic array names. One Answer, answered the question directly, is correct works and I will use in the future. Another answer however made me look at my problem slightly differently, provided an elegant solution that will be easier to implement than my original Q? Although both are correct answers and both will be used I can only give my Answered calmer points to one person.
I found a formatting problem.
w
y
%z
%p
q
The formatted version of this shows the two comments indented one level, but in the source, the comments are at the same indentation level as the "y" lines. The source has the "q" line at the same level of indentation as the "w" line, but they show up at different indentations, and the "q" line shows up at the same indentation as the "y" even though they are different indentations in the source.
The problem does not happen if you remove the empty line between the "y" and the commented "z", and the problem does not happen if you remove the "w" line.
Do I win this week's, "Now, that's obscure!" award? ;-)
This is a copy of the source, with each space replaced by a plus:
++w
++++y
++++%z
++++%p
++q
Some tags have become non-functional. See http://www.mathworks.com/matlabcentral/answers/8026-best-way-s-to-master-matlab and click on the tags there
learning-matlab
or
studying-matlab
Both of them say there is no search result.
These two tags are, as best I know, the most recent two tags to be added to that Question; I added them late last week (before the software upgrade.)
The new interface and all seems nice. It looks like TMW is trying to address some of our requests. It seems odd to me that the "Latest activity" doesn't register comments or accepted answers as being activities.
My wish is that the "Latest activity" was really the last activity that caused the question to jump to the top of the history. Even better would be for Latest activity to provide a chronicle of all activity and links to the relevant answers and comments.
There is an obscure error that I am trying to chase down that has to do with the space-space formatting.
Sometimes if a user has a series of lines beginning with >>, the lines may look proper in the editor, with the leading space-space seeming to be there for each line, and the Preview might look fine -- and yet the finished display might be wrong as if they were not in a formatted area. For example,
>>hello
>>there
might show up as
>>hello >>there
in the finished posting.
I had a chance this evening to cross-check an instance: in that instance, the paragraph before did end correctly (no space at the end of it for example) and there was a completely empty line before the series of >> lines, and each >> line appeared to start with two spaces, and the Preview was fine in the editor, but the composted version was wrong. (Another editor happened to fix the formatting while I was in the middle of checking things out. Oh well.)
The first time I encountered this situation, I went through every line and manually deleted what looked like two leading spaces (just in case they were something else) and typed in spaces myself, and saved, but that did not make any difference: I ended up re-typing the lines, and that worked just fine.
None of my hypotheses about the cause have born out yet; my tests have all come up negative, unable to reproduce.
If you are an Editor, and you happen to notice a situation like this, where a block of code looked unformatted in the Answer display, and yet appears properly formatted in the Editor, please leave the posting uneditted and report it for investigation (I'm presuming here that Mathworks can examine the binary format of what is really there.)
The sort of straws that I am left clutching at are possibilities such as "Maybe the poster copied some UTF-16 there..."
Users are required to enter tags, and a recent change made it impossible to delete the last remaining tag -- but ever since the tag cloud was removed, there is no explanation of what tags are, no promotion of the fact that they are available to find Answers, and no user-obvious way to search by tag. And no means of finding out what tags are available or of searching to find keywords within tags.
The tag clouds were a bit clumsy when the space to paint them was variable, but the clouds did give the users a feedback of the importance and usage of tagging.
I'm not really convinced that automatic clouds are the way to go, but the refine-by portion of the left side of the index page should link to a tag search facility.
When using search, you can sort by date answered/asked, and number of answers/votes, but you can't sort by how relevant the questions and answers are to your search (even a simple # of times each word occurs).
Filters based on product/category tags are good, but will only find questions that have actually been properly tagged.
Of course I can get round this by pointing a google search at Answers, but it'd be handy if the inbuilt search function had a go at it.
I dont know someone have already pointed it or not, Currently 'comments' have only option to delete. It shold also be allowed to Edit the comments.
I wish TMW wasn't as liberal about disclosing "hidden" email addresses. If you to hide your "Community E-mail Address", but then use the web interface to contact someone, your email address gets sent on to the recipient. Even if you never contact anyone, if they contact you through the web interface and something goes wrong in the email delivery (or you have a vacation message set), the returned email is sent directly to sender with your email address revealed. Doesn't seem so hidden to me.
I originally asked this question in:
To save, to mark or put on a favorite folder answers (from other peoples) that you think that is interesting to you.
As of last night (September 21, 2011), it is not possible to delete the last tag of a Question leaving no tags at all.
This can be a bit of a nuisance for editors, who may be removing inappropriate tags but do not necessarily have the time or subject knowledge to work out "good" tags for the Question.
OMG - they finally ordered "my answers" newest to oldest. (of course I had already blindly clicked to the last page)
If you make two updates to the same Question without refreshing the page, then after the second update, the time of the first update will continue to indicate "less than one minute ago" until you refresh. That is, adding a new Answer or adding a new Comment does not trigger the refresh logic that updates the update times.
If you make an update to a Question and while you are composing your update, someone else updates the same Question, then until you refresh, you will only be shown their update if it happens to be an update to the same series of Comments (either to the base Question or to the same Answer); making an update does not trigger the refresh logic that looks for changed contents (edits) or for new Answers or new Comments on other answers.
These are both bugs, with the first of them being fairly low priority and the second sometimes having the potential for confusion.
It is convenient forthe readers to insert a link to the documentation, when a specific command is suggested. Getting this link is less convenient. Fortunately Google lists the TMW documentation whenever I ask it for "Matlab <command>" (replace <command> e.g. by "plot" without quotes). Then I copy this link and insert it in my replies.
A new tag would be easier, e.g. $command$, which is converted to <http://www.mathworks.de/help/techdoc/ref/command.html COMMAND> dynamically.
- This is faster to type.
- The dynamical creation at displaying the pages avoids dead links, if a command is moved from a specific toolbox to plain MATLAB.
- The more frequent the readers of this forum are forwarded to the documentation, the more accustomed they will be to use the docs voluntarily. And this will reduce the work for the technical support.
Btw: Thanks to TMW to care for appearing the documentation on top of Googles answers!
Although I think, that nobody will be able to find this message:
The margin on top of a section should be smaller or equal than below a section. Currently it is large and it is harder to see, what belongs together:
Typed text:
<newline>
*But the integer saturation does not cause an error message:*
<newline>
<space,space>for i = uint8(1):uint8(1e4) % !!! uint8(1e4) is 255!
<newline>
*Creating the index vector explicitly is slower:*
<newline>
<space,space>v = 1:1e4;
When displayed in the browser (Firefox 6.0, Win7), the vertical space under the bold lines (thought as header) are larger than the vertical space under the grey source:

In addition the quality of PNGs is reduced by upscaling by about 20% and perhaps a lowpass filtering. Showing pixel images in their original size would be nicer.
Coming later: the implementation.
- The inverse of being able to mark a question to follow: being able to mark a question (or even an author) not to follow so that it doesn't show up. (Obviously if I blocked an author, I could see that person's answers, but not their questions. Maybe this is cold-spirited but it would be nice for the doit4me_Daily crowd)
Free MATLAB swag for frequent contributors. While striving to get added to http://www.mathworks.com/matlabcentral/answers/1058-contributors-metainfo-reputation-and-more might be enough motivation, I think free stuff would be more motivating.
Maybe they could start small with a MATLAB answers sticker (not just the standard MATLAB sticker, but a customized one to reflect the contributions to answers). then as you contribute more you could get a mug, tee-shirt, USB key, etc.
A wish to be able to access a full list of the active Tags (even the ones only used once or twice.) Required to find and investigate unusual tags without going through all of the postings.
Many questions get asked again and again. Why? Because people are not searching for previous answers before asking questions.
Stackoverflow suggests some similar questions that have already been asked when people are typing in their questions. It's therefore easy for them to see that the questions already exist.
This system also relies on good questions being voted up, so they appear at the top of the list. I have asked several (dare I say) well-worded questions (and usually answered them well too), with a view to providing a resource for people to refer to. This effort is wasted by the questions and answers receiving no votes, and the fact that people never search for them anyway.
So, TMW please implement question suggestions like Stackoverflow, and regular users please vote for well-worded questions.
I would like to have a way to see when someone's account was created and how many questions that person deleted (maybe even the names of the questions deleted for those who are editors), this is because I clearly remember having answered several questions from someone but all those questions were deleted and the very same person posted a new question yesterday, I replied and that person exhibited the same old behaviour that triggered my memory, he/she didn't even look at the links I provided and asked something that isn't MATLAB related, I didn't answer the specific question because I would waste my time, this is MATLAB Answers not Control Engineering Answers.
How do you guys find the new comments or answers in this big mess without having to inspect all of it? So darn frustrating!
NOT having my answers be listed oldest to newest. Having to trudge through 14 pages to see my recent answers is no fun...
Perhaps if we could choose the order from a drop-down, this would be more functional.
Searches are case-sensitive.
For example, searching for alphadata returns a different set of postings than searching for AlphaData
This is a bug, at least in the absence of a clearly indicated (and easy) method to make the search case insensitive.
When you delete a post you are reading, often the attempt to return you to the main MATLAB Answers page results in an error about the page not existing, and one is usually unable to get to the main page for 15 or more seconds.
(This bug was previously reported in email and is/was being worked on, but I realized I hadn't documented it here.)
When you delete the post you are reading, you are returned to the main MATLAB Answers site instead of being returned to where you were in the list (e.g. you might have been on page 2 or 3, reading something past the most recent 40 threads.)
A "Views" counter for the questions.
A "How many users are online" string somewhere on the home page.
I am adding this again because it is REALLY, VERY annoying!
We should be able to put quotes around a paragraph or sentence and have it show up as such!
Right now if you write a big long response of several paragraphs and code, then put one little sentence at the end on its own line and in quotes, everything you wrote will be wiped out and only the line in quotes will show up - and without the quotes. When you then click on Edit, hoping that somehow your work will have been saved and just not shown, you find it is gone...
This is utterly ridiculous! At least add a button so that we can highlight a section in the answer and put it in quotes...
I don't know if it is possible, but it would be nice if when one deleted something (e.g., a comment one made) that the new page could be positioned "near" where you were.
This should be possible for sure if one was deleting a Tag or Product.
I was going to comment on something Walter brought up 7 days ago. It's up there about 25% of the way down this list. It starts "A way to get actual time-stamps for items..." (It was posted 7 days ago but for some reason, apparently a known bug, it's listed way up there in between two 4-month old postings.) But I don't know if my response would ever be found among the 83 other answers buried way up there in the middle of the list. So I decided to add an "answer" at the bottom of the list. At least that's my intent, probably just like Walter who may have been surprised that his post got buried way up there in some strange location between much older posts. Anyway. . . on to the suggestion:
When you go to Google, it does a half way reasonable job of determining when you last visited and it flags the new ones since you last visited as "New." I wish MATLAB Answers did the same. I also wish there were accurate time and day time stamps (like Google). If I come back to visit answers, I have no idea how far back I need to go in the list to see the new ones. But if I know that I last looked here at 2:00 p.m., and the posts were time stamped right there on the main screen, then I would know which ones were new. If they're not time stamped, I may waste time opening up threads that didn't have any new stuff at all since I last visited.
So then I double click on it (my nicely time/date stamped listing) to open it, and see 83 answers and dozens of comments. Like Walter said - where is the new one(s) located? It could be buried deep in pages of old stuff. There needs to be some way of indicating which ones are new to me, or at least recent (say within the last 24 hours or so). Maybe make them a different color or boldface or something.
Coming soon: the book.
Be able to mark a question and its answers into "My QA Collections", just like "My Questions" and "My Answers". This will provide an easy reference for any QA that I am interested.
Asking a question, sometimes I forgot to fill "keyword" field and press OK button, the error occured, but by browser (Mozilla) button "Return (Undo)" I have seen EMPTY form. That is, all text I have to retype :(
It would be nice to have more flexibility on date selection. For example, it would not be uncommon to want to look at everything that had been modified since the last time one checked; that could be a varying amount of time, but "1 day" would bracket it much better than 7 days; likewise a time frame corresponding to checking on Monday after not having checked since Friday would likely be common.
I did do some experimenting with supplying my own time frames, but only the time frames that are selectable from the index were recognized even (not a syntax matter; the syntax was clear.)
A way to get actual time-stamps for items instead of "about 3 months" and so on. For the purposes I am thinking of, having the time-stamps show up in the HTML but not visible would probably do (but an option to see them clearly would be nice.)
Being able to revoke an Accept "at least for a grace period" was suggested earlier.
I would suggest that Editors be able to revoke Accept. It is not uncommon for a user to Accept much too early. Sometimes too the Accept looked reasonable at the time, but the user then either finds the solution to be unusable in the situation, or has additional related questions that are easier to deal with in the existing Question than in a new Question.
When a long Tag is entered and the total Tags length is enough that one or more are positioned on additional lines, then the positioning of the first tag on the second line may be messed up, not starting until a few characters before the start of the long tag. This happens especially if there are multiple long tags.
Sometimes users enter entire questions as single tags, or try to separate tags with semi-colons or the like: long tags can result. And sometimes there might only be a single long tag that has a spelling error (along with shorter ones); when I go to fix the error by entering the corrected tag before deleting the old one, the display of the tags usually messes up.
Refreshing the page does not help: it is not a momentary glitch. It is possible, though, that it is browser-sensitive: I have seen it with Firefox 4 and TenFourFox
Some way to prevent questions being deleted without a good reason!
I'm getting really annoyed with people whose response to your help is to disappear and take with them both their question and your response to it. It's happened more than once to me, and not necessarily questions where the poster was doing something dumb -- perfectly normal question, valid answer(s), then... floop! It's gone.
When one is adding a Tag, one can type a comma after the text to signal that the text is complete and the tag corresponding to the text is to be added.
When one is adding a Product, this is not available: one must click a product list entry to have it added.
It would be nice if one could also use the comma in the Product list. In particular, this is a nuisance when one is trying to select the generic product MATLAB (the most common Product) or the generic product SIMULINK (probably about the third most common Product).
Per-user (user-controllable) default tags.
For example, if the user could (was prompted to) set up tags corresponding to the MATLAB release and OS + Version that they are using, then it could save questions about "Which version are you using".
Further refinement: as users might not notice this facility, perhaps an ability for people (editors?) to trigger a "suggestion". I'm not sure how that would work... perhaps in the form of a URL sent to the user that they could click to confirm, or perhaps in the form of a URL sent to the user that they could click to take them to the configuration form.
I have noticed that some users are interpreting the {} of the '{} Code' button as indicating that the proper way to mark a section as being code is to enclose it within a { } pair.
I'm not sure the {} part of the button label is adding any clarity to its purpose, and it is confusing some people.
Bracket matching, please. Even if the first version doesn't account for quoted brackets, it would be a help. Restricting it to "Code" sections would be fine (and would make sense.) Best would be deep enough parsing to recognize problems per-statement on-the-fly, but even having to select an area and invoke the bracket-checking function on it would be good.
A tutorial section for posts like the following: http://www.mathworks.com/matlabcentral/answers/6200-how-to-ask-a-question
Wish: that the main page for Answers would stop saying that the page was not found.
(I got in directly through the Contributors page, and I cannot see any issues; the database still seems to be active, but the main page is fried.
Sometimes Questioners perceive negative value in some responses, and ask that the respondent not reply to them in future. Possibly those Questioners would prefer if there was a mechanism to actively block specific people from replying to them in future.
And possibly some respondents may wish to "subscribe" to being warned or blocked from replying to someone found to be unproductive to deal with.
I shall not defend the merits of these possibilities, just raise them because I happened to think of them. (Besides, the more I think about the second of them, the more seductive the idea becomes...)
Wish: an editorial function to move an Answer to be a Comment on a different answer (or even the question itself), while preserving appropriate ownership. With any Comments to the Answer to be moved as well to become additional Comments.
Questioners post their responses as new Answers relatively often; cleaning up after that by copy-and-past is tedious and error-prone and doesn't preserve ownership.
Bonus Wish: move a Comment to become an Answer, preserving ownership and allowing appropriate credit. Especially during back-and-forths to determine what is being asked, key suggestions end up being given in Comments.
I wonder if it would be possible to get an editor button that lower-cases the current selection? When people write their question in all-uppercase, it is a pain to re-type their question or to copy-and-paste to an external editor, make the change there, and copy-and-paste back over the original.
When one edits a Question and then returns to the index via the Back button, then if one is sorting by Most Recent Modification, the just-edited Question appears as the first entry of the current page. The system does know the proper time for it and shows it in the correct order if one changes pages, so it is an oddity rather than a deep problem.
Especially when editing long questions, it gets to be a bit wearing that the Save button is (only) below the preview. Could we get an additional Save between the edit box and the preview ?
Downloadable dictionary suitable for IE or Firefox (and potentially for OpenOffice or Word), containing the names of the Mathworks functions, so that when we type in MATLAB commands in to messages, our browser doesn't complain that we are making spelling mistakes.
Somewhere or other in the documentation, we need a note saying plainly that when a Title is edited, the effect is to create a URL which aliases the old one. For example, I had
http:.../4321-j-random-title
and after I renamed it, that continued to be valid in addition to the new name
http:.../4321-john-q-title
This behavior of keeping the old name accessible can be important because URLs may have been created linking to the old name. This is a good feature; documenting it would save people like me from having to worry about such things.
It appears that answer numbers and comment numbers are unique. If that is the case, then it would be useful if there was a url that we could use to reference them without having to put in the URL that includes the full title.
It isn't any strain to temporary remember a 4 or 5 digit number while one switches to another topic and writes #answer_NNNN or #comment_NNNN as appropriate, but remembering the full title such as 994-wish-list-for-matlab-answer-sections is not practical. It would thus be nice if there was a constant URL that we could use such as (e.g.)
http://matlabcentral.com/answers/jumpto/ that we could then add answer_NNNN or comment_NNNN to, which when activated would redirect the to the proper place.
Or, better yet, add some markup assistance; e.g., <$answer_NNNN text> or <$comment_NNNN text> would expand the $ to a URL prefix suitable for this purpose.
As noted above, there is no scroll-bar for narrow browser windows. The lack of scroll-bar turns out to be worse than expected. I noted above that in Answers, content that cannot word-wrap extends past the end of the box on the screen. Well, in Comments, word-wrap does not wrap on as many symbols and the text clips against the edge of the box. The result can be that a lot of a Comment goes missing without any hint except perhaps loss of continuity. If the user happens to think to select the entire comment and paste it into an editor, the entire content is available so this is a word-wrap and display formatting issue. See for example the rather bad clipping here; the comment that follows that was after I manually inserted spaces around operators and manually converted some long integers to exponent notation.
Walter mentioned a "Best of Answers" area. A more flexible alternative would be an "Add to my favorites" button, so we can each keep a list of answers that we find really useful.
Of course, we can always bookmark them in our browser, but it would be good to keep them in the same environment as our personal questions and answers.
Do we need a "Best of Answers" area? Cross-referencing and tagging and rating the over 3000 Questions and nearly 5000 Answers is probably a hopeless -- but it might be worthwhile to have a mechanism to nominate a Question as a classic question (perhaps to be generalized a bit) with answer(s) synthesized from the various suggestions.
The question, though, is "Who will bell the cat?"
Links to "Published MATLAB Files" would help discussions on code and solutions, which include more than a few lines of code.
I often read the "Published MATLAB Files" in the FEX before downloading, e.g. "Comparison of hgsetget and hgsetgetplus"
Thus I want
- Upload "Published MATLAB Files" to Answer
- Insert links in my text
- Replace the URL by a meaningful string
/ per
PS: Will anybody read this in the old thread?