how to correct an error in command windows?
Show older comments
Suppose i get an error in command window, is there any other way so i can correct the error in the specific line or should i write the whole code again?
2 Comments
Maria
on 20 Jul 2023
SerialCode = reshape('TransmittedSig');1;size ('TransmittedSig',1)*size ;('TransmittedSig',2)]);
coreect the command
Nothing in what you posted is valid code. There is nothing to correct. Without any information about what you're trying to do, guessing is unproductive.
If you have a question, you can start a new question and include relevant details about the specific task. If the goal is to reshape a variable, what exactly is the variable, what are its initial and final shape and the manner in which its elements should be reordered?
Accepted Answer
More Answers (0)
Categories
Find more on Loops and Conditional Statements in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!