|
[Date Index]
[Thread Index]
[Author Index]
Re: Evaluate code fragment without making new cell for
- To: mathgroup at smc.vnet.net
- Subject: [mg127165] Re: Evaluate code fragment without making new cell for
- From: "Nasser M. Abbasi" <nma at 12000.org>
- Date: Mon, 2 Jul 2012 22:21:53 -0400 (EDT)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <201207020925.FAA13343@smc.vnet.net> <4FF17DE6.50400@fundp.ac.be>
- Reply-to: nma at 12000.org
On 7/2/2012 5:54 AM, Christoph Lhotka wrote:
> Hi,
>
> doesn't Ctrl+Shift+Enter (on selected text, where ever it is) do this?
>
> Best,
>
> Christoph
No it does not.
The above, on my Mathematica 8.04, does Evaluation-in-place. It
replaced the actual code
x=4;
Sqrt[x]
by
2
which is NOT what I wanted. I want to evaluate the above 2 lines
of code WITHOUT making them in one cell.
regards,
--Nasser
Prev by Date:
how to export to Excel in Mathematica from a Parametricplot command
Next by Date:
Integration result depends on variable name / problem with BesselJ Integral representation
Previous by thread:
Re: Evaluate code fragment without making new cell for it?
Next by thread:
Re: Evaluate code fragment without making new cell
|